Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2003-03-31
2003-03-31 13:47:19 by Martin Stjernholm <mast@lysator.liu.se>
9caa2d81dd870f1e51ae12aa6723aba593997856 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added some more info with REQUEST_DEBUG.
Rev: server/protocols/http.pike:1.397
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2001, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
396
2003/03/
20
15
:
36
:
27
jonasw
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
397
2003/03/
31
13
:
47
:
19
mast
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
2124:
TIMER_START(parse_request); if( things_to_do_when_not_sending_from_cache( ) ) return;
+
REQUEST_WERR(sprintf("HTTP: cooked headers %O", request_headers));
+
REQUEST_WERR(sprintf("HTTP: cooked variables %O", real_variables));
+
REQUEST_WERR(sprintf("HTTP: cooked cookies %O", cookies));
TIMER_END(parse_request); #ifdef THREADS