Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2005-02-07
2005-02-07 18:58:51 by Martin Stjernholm <mast@lysator.liu.se>
ef637d3d27835cc849d95f6c0af19dc703e4b0bd (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a confused comment.
Rev: server/protocols/http.pike:1.467
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2004, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
466
2005/
01
/
19
15
:
21
:
30
mast Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
467
2005/
02
/
07
18
:
58
:
51
mast Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
974:
data_buffer = 0; pipe = 0;
-
//
Already
closed
-
simply
drop
the
fd
.
+
//
Avoid
that the fd is
closed
by
disconnect()
-
the
write direction
+
// might still want to use it
.
We rely on refcount garbing instead.
my_fd = 0; disconnect();