Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-07
2000-03-07 21:11:45 by Martin Nilsson <mani@lysator.liu.se>
e2900e06a558d98a9b669c76479ab4698ce26552 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added client_var to RequestID prototype
Rev: server/base_server/roxen.pike:1.449
4:
// 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.
448
2000/03/
06
14
:
44:
11
peter
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
449
2000/03/
07
21
:
11
:
45
nilsson
Exp $";
object backend_thread; ArgCache argcache;
103:
mapping (string:string) cookies; mapping (string:string) request_headers; mapping (string:mixed) throttle;
+
mapping (string:string) client_var;
multiset(string) prestate; multiset(string) config; multiset(string) supports;