Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-28
2000-04-28 15:51:45 by Martin Nilsson <mani@lysator.liu.se>
dc5f17fe7e3cb58e2a32863fe85749ec84f322fe (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fix for persistent client scope.
Rev: server/protocols/http.pike:1.230
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
229
2000/04/
25
16
:
19
:
07
mast
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
230
2000/04/
28
15
:
51
:
45
nilsson
Exp $";
#define MAGIC_ERROR
2005:
c->prestate = prestate; c->supports = supports; c->config = config;
+
c->client_var = client_var;
c->remoteaddr = remoteaddr; c->host = host;