svn: r3418
This commit is contained in:
Jay McCarthy 2006-06-20 02:45:56 +00:00
parent d6eff0630c
commit 93d7f665f8

View File

@ -46,7 +46,8 @@
(and (= major 1) (= minor 0))
(match (headers-assq #"Connection" headers)
[(struct header (f v))
(regexp-match rx v)]
(and (regexp-match rx v)
#t)]
[#f
#f])
(msie-from-local-machine? headers client-ip host-ip)))))