Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-14
2000-08-14 19:50:00 by Per Hedbor <ph@opera.com>
26e7676da03c6c5499b06b80a84e2927781f799a (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
SSLfile does not like ->read()
Rev: server/protocols/http.pike:1.243
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
242
2000/08/14
02
:
01
:
46
per Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
243
2000/08/14
19
:
50
:
00
per Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR #define RAM_CACHE
2187:
if( cc ) conf = cc; time = _time(1); call_out(do_timeout, 30);
-
string q = f->read( 8192, 1 );
-
if( q ) got_data( 0, q );
+
//
string q = f->read( 8192, 1 );
+
//
if( q ) got_data( 0, q );
} }