Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2005-03-01
2005-03-01 19:12:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
db38c1f2cc9adab799d762694beea5f2a3498d44 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Now works with old ssl again.
Rev: server/protocols/http.pike:1.468
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2004, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
467
2005/
02
/
07
18
:
58
:
51
mast
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
468
2005/
03
/
01
19
:
12
:
16
grubba
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
2438:
{ if(f) {
+
#if 0
if (f->query_accept_callback) f->set_nonblocking(got_data, f->query_write_callback(), close_cb, 0, 0, f->query_accept_callback()); else
-
+
#endif /* 0 */
f->set_nonblocking(got_data, f->query_write_callback(), close_cb); my_fd = f; CHECK_FD_SAFE_USE;