Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2008-02-15
2008-02-15 16:40:23 by Martin Stjernholm <mast@lysator.liu.se>
49d460f8420a8ede2454fb88843d77715d8538c1 (
49
lines) (+
25
/-
24
)
[
Show
|
Annotate
]
Branch:
5.2
And a little bit more (again mostly indentation).
Rev: server/protocols/http.pike:1.544
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2004, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
543
2008/02/15 16:
37
:
47
mast Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
544
2008/02/15 16:
40
:
23
mast Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
662:
private int parse_got( string new_data ) {
+
{
string line; TIMER_START(parse_got);
690:
TIMER_START(parse_got_2); TIMER_START(parse_got_2_parse_line);
-
{
+
string f; array(string) sl = line / " "; switch( sizeof( sl ) )