Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-13
1998-04-13 04:36:17 by David Hedbor <david@hedbor.org>
727e4c1e5aa0a2bba4f854b0d6c7eb23b03ed15e (
16
lines) (+
8
/-
8
)
[
Show
|
Annotate
]
Branch:
5.2
Storing MSIE browser info in id->misc.
Rev: server/protocols/http.pike:1.93
1:
// This is a roxen module. Copyright © 1996 - 1998, Idonex AB.
-
constant cvs_version = "$Id: http.pike,v 1.
92
1998/04/
03
19
:
14
:
16
per
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
93
1998/04/
13
04
:
36
:
17
neotron
Exp $";
// HTTP protocol module. #include <config.h> private inherit "roxenlib";
421:
/* Some of M$'s non-standard user-agent info */ case "ua-pixels": /* Screen resolution */ case "ua-color": /* Color scheme */
-
case "ua-os":
/* OS-name */
+
case "ua-os": /* OS-name */
case "ua-cpu": /* CPU-type */
-
/*
None
of
the
above
are interresting or useful for us */
-
/* IGNORED */
+
misc[linename
-
"ua-"]
=
contents
;
break; case "referer":