Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2005-04-06
2005-04-06 15:03:01 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d412540406e7c62f5064e22796f08de7cd1a026b (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Removed some debug.
Rev: server/protocols/http.pike:1.472
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2004, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
471
2005/04/
02
14
:
46
:
30
mast
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
472
2005/04/
06
15
:
03
:
01
grubba
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1373:
static void destroy() { if (chained_to) {
-
werror
(
"HTTP:
Still
chained
in
destroy!\n"
)
;
+
// This happens when do_log
(
)
is
called before the request
+
// has been
chained
(eg
for short data over fast connections
)
.
call_out(chained_to->my_fd_released, 0); chained_to = 0; }