Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-12-30
2000-12-30 09:12:17 by Martin Nilsson <mani@lysator.liu.se>
f1c1f7cf868585ae714966ae5f85894ed3663089 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Added real_variables to clone function.
Rev: server/protocols/http.pike:1.293
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
292
2000/12/
11
03
:
07
:
47
per
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
293
2000/12/
30
09
:
12
:
17
nilsson
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
88:
int do_not_disconnect; mapping(string:mixed) real_variables = ([]);
-
// mapping (string:string) variables = ([ ]);
+
mapping(string:string) variables = ([]); mapping (string:mixed) misc =
2136:
c->time = time; c->raw_url = raw_url; c->variables = copy_value(variables);
+
c->real_variables = copy_value(real_variables);
c->misc = copy_value( misc ); c->misc->orig = t;