Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-08
2001-05-08 07:34:25 by Anders Johansson <anders@roxen.com>
51dd0227e74d35642c6a58ff9cee96dfeca4ef73 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added missing '}'.
Rev: server/protocols/http.pike:1.312
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
311
2001/05/08
04
:
03
:
13
per
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
312
2001/05/08
07
:
34
:
25
anders
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
867:
misc[linename] = lower_case(contents); break; }
+
}
if(misc->len && method == "POST") { if(!data) data="";