Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-14
2003-04-14 16:44:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d84bb40bddf79fb347dee34e1c5508cc5c2e188d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed bug triggered by the proxy module.
Rev: server/protocols/http.pike:1.398
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2001, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
397
2003/
03
/
31
13
:
47
:
19
mast
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
398
2003/
04
/
14
16
:
44
:
31
grubba
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
2233:
MARK_FD("HTTP kept alive"); time = predef::time(1);
-
if ( strlen( le ) )
+
if (
le &&
strlen( le ) )
got_data( 0,le ); else {