Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-20
2000-01-20 22:38:28 by Martin Nilsson <mani@lysator.liu.se>
404461646d83793ca3823e83737d7086952408f1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a bug
Rev: server/protocols/http.pike:1.188
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2000, Idonex AB.
-
constant cvs_version = "$Id: http.pike,v 1.
187
2000/01/20
21
:
02
:
25
nilsson Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
188
2000/01/20
22
:
38
:
28
nilsson Exp $";
#define MAGIC_ERROR
632:
break; case "user-agent":
-
if(!client)
+
if(!client
|| !client_var->Fullname
)
{ sscanf(contents, "%s via", contents); client_var->Fullname=contents;