Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2009-05-29
2009-05-29 10:23:00 by Martin Stjernholm <mast@lysator.liu.se>
118fceaae95cb348788b3cb2e1292cb39cd3fc85 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Improved a REQUEST_DEBUG trace message.
Rev: server/protocols/http.pike:1.605
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2009, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
604
2009/05/
07
14
:
45
:
40
marty
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
605
2009/05/
29
10
:
23
:
00
mast
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
788:
sscanf(remoteaddr, "%s %*s", remoteaddr); } if(!remoteaddr) {
-
REQUEST_WERR("HTTP: No remote address.");
+
REQUEST_WERR(
sprintf (
"HTTP: No remote address
(error %d)
."
,
+
my_fd->errno(
)
))
;
TIMER_END(parse_got_2); return 2; }