Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-11-16
2006-11-16 12:56:55 by Martin Stjernholm <mast@lysator.liu.se>
5c21cbaf9540adbc7091356742ccb5957a8aa876 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added a FIXME.
Rev: server/protocols/http.pike:1.513
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2004, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
512
2006/11/
08
15
:
58
:
41
grubba
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
513
2006/11/
16
12
:
56
:
55
mast
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1056:
// Avoid that the fd is closed by disconnect() - the write direction // might still want to use it. We rely on refcount garbing instead.
+
//
+
// FIXME: sslfile's might not close nicely if they're refcount
+
// garbed.
my_fd = 0; disconnect();