Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2009-09-22
2009-09-22 09:21:15 by Martin Stjernholm <mast@lysator.liu.se>
06e958aae0e8c24f01237306a8adb564d39e16d8 (
9
lines) (+
4
/-
5
)
[
Show
|
Annotate
]
Branch:
5.2
Let us know if Roxen.make_http_headers fails.
Rev: server/protocols/http.pike:1.614
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2009, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
613
2009/09/22 09:
20
:
26
mast Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
614
2009/09/22 09:
21
:
15
mast Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
2502:
if (mixed err = catch(head_string += Roxen.make_http_headers(heads, 1))) {
-
#ifdef
DEBUG
-
report_debug("Roxen.make_http_headers failed: "
+
-
describe_error (err));
-
#endif
+
report_debug("Roxen.make_http_headers failed
on %O
:
%s
"
,
+
heads,
describe_error (err));
foreach(heads; string x; string|array(string) val) { if( !arrayp( val ) ) val = ({val}); foreach( val, string xx ) {