Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-17
2001-08-17 19:24:53 by Martin Nilsson <mani@lysator.liu.se>
4dd3e0cd92a9fe53dbf9a23c84cf30deab3e4aca (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Set root_id in InternalRequestID.
Rev: server/base_server/roxen.pike:1.699
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
698
2001/08/
15
17:
44
:
19
per
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
699
2001/08/
17
19
:
24
:
53
nilsson
Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
1095:
method = "GET"; real_variables = ([]); variables = FakedVariables( real_variables );
+
root_id = this_object();
misc = ([]); cookies = ([]);