]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4735: Truncated chunked responses cached as whole (#528)
authorDrDaveD <2129743+DrDaveD@users.noreply.github.com>
Mon, 30 Dec 2019 20:43:33 +0000 (20:43 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 19 Jan 2020 08:56:48 +0000 (21:56 +1300)
commite31a6e5201a10b2cc1f9164f0827d55764b5064c
treea9c9719e72bceba3661e6d8e0dbc8c8e95755ae9
parente0eca4c817a57386c3e871c88e3c95ac218afaea
Bug 4735: Truncated chunked responses cached as whole (#528)

Mark responses received without the last chunk as responses that have
bad (and, hence, unknown) message body length (i.e. ENTRY_BAD_LENGTH).
If they were being cached, such responses will be released and will stop
being shareable.
src/http.cc