Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-16
2000-11-16 11:51:48 by Per Hedbor <ph@opera.com>
caadde0a839765d948ed62ad2181348798929703 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Oups. Some debug got through
Rev: server/protocols/http.pike:1.287
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
286
2000/11/
13
15
:
08
:
47
per Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
287
2000/11/
16
11
:
51
:
48
per Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1916:
if(wanted_data) {
-
werror(" Wanted: %d; have: %d\n", wanted_data, have_data );
+
//
werror(" Wanted: %d; have: %d\n", wanted_data, have_data );
// ccd += ({ s }); data += s; if(strlen(s) + have_data < wanted_data)