]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #520: performance problem while executing the HEAD command to IIS and
authorhno <>
Sat, 8 Feb 2003 22:23:53 +0000 (22:23 +0000)
committerhno <>
Sat, 8 Feb 2003 22:23:53 +0000 (22:23 +0000)
commitdecfdad08b33c581f9b008f8b8e7303494a184c3
treeb5a856e7fa94f8d8de59ef1325d7e54d3a1c8647
parent673cd7db579646e672d29a3937fa0aa1c0061427
Bug #520: performance problem while executing the HEAD command to IIS and
certain other web servers

Caused by a malformed HTTP reply without the terminating line after the
headers. In such case we MUST NOT keep the client connection persistent
as our reply is also malformed.
src/client_side_reply.cc