Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-04-05
2002-04-05 14:29:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
aa0207a3c2ebeb7853d5f5ab9a447859b231230e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fix of [bug
2956 (#2956)
].
Rev: server/protocols/http.pike:1.366
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2001, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
365
2002/
03
/
28
03
:
08
:
28
per-bash
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
366
2002/
04
/
05
14
:
29
:
27
grubba
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
995:
void disconnect() { file = 0;
-
conf->connection_drop( this_object() );
+
conf
&& conf
->connection_drop( this_object() );
#ifdef REQUEST_DEBUG if (my_fd) MARK_FD("HTTP my_fd in HTTP disconnected?");