Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-05-17
2006-05-17 16:53:40 by Anders Johansson <anders@roxen.com>
c9af2598bfbc5e0dd5d158444623d3d25cd31e7b (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
IE does not support vary headers in a good way.
Rev: server/protocols/http.pike:1.501
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2004, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
500
2006/05/
03
16:
48
:
31
mast
Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
501
2006/05/
17
16:
53
:
40
anders
Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
592:
#else supports = (< "images", "gifinline", "forms", "mailto">); #endif
+
if (!has_value(client, "MSIE"))
+
supports->vary = 1;
//REQUEST_WERR("HTTP: parse_got(): supports"); if(!referer) referer = ({ }); if(misc->proxyauth)