Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-28
2000-08-28 06:53:38 by Per Hedbor <ph@opera.com>
273ac231020a1942e12b4f4609c99add50a8e393 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Oups. Prestates were broken
Rev: server/protocols/http.pike:1.257
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
256
2000/08/28
05
:
30
:
19
per Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
257
2000/08/28
06
:
53
:
38
per Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
622:
#endif // intentional fall-through case '(':
-
if(strlen(
a
) && sscanf(f, "/(%s)/%s", a, f)==2)
+
if(strlen(
f
) && sscanf(f, "/(%s)/%s", a, f)==2)
{ prestate = (multiset)( a/","-({""}) ); f = "/"+f;