Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-02
2000-09-02 21:46:49 by Per Hedbor <ph@opera.com>
2c639f0e529cce0212f25e1465b00b129438147c (
11
lines) (+
7
/-
4
)
[
Show
|
Annotate
]
Branch:
5.2
stupid_describe_(.*) is now describe_\1
Rev: server/protocols/http.pike:1.268
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
267
2000/09/
01
14
:
10
:
27
per Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
268
2000/09/
02
21
:
46
:
49
per Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1285:
}; } else if (stringp(ent[2])) func = ent[2];
-
else func ="unknown function";
+
else func ="
<
unknown function
>
";
if (sizeof (ent) >= 4)
-
descr = func + "(" + master()->
stupid_
describe_comma_list
(
-
ent[3..],
master()->bt_max_string_len) + ")";
+
descr = func + "(" +
+
master()->describe_comma_list
(
ent[3..],
+
master()->bt_max_string_len)
+
+ ")";
else descr = func + "()"; }