]> git.ipfire.org Git - thirdparty/squid.git/commit
Better handling of huge response headers. Fewer "BUG 3279" messages.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 18 Feb 2016 04:15:33 +0000 (21:15 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 18 Feb 2016 04:15:33 +0000 (21:15 -0700)
commit2bdd9e7c867ed597f2beb0f246beac7761cb3acf
tree7cca3f882dc016f2570d81a5daacbcb2ae27ae11
parent296a5a06290b6f9eea36945c6c35c606a4302227
Better handling of huge response headers. Fewer "BUG 3279" messages.

When we failed to parse a response, do not store the fake half-baked
response (via a replaceHttpReply() call). Doing so leads to misleading
"BUG 3279: HTTP reply without Date" messages (at best).  The fake
response is only meant for continueAfterParsingHeader().

Also removed a misleading XXX that may have caused Bug 4432 in v4.0
(trunk r14548).
src/http.cc