]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3940 (partial): hostHeaderVerify failures MISS when they should be HIT
authorGarri Djavadyan <garryd@comnet.uz>
Wed, 7 Dec 2016 00:05:07 +0000 (13:05 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Dec 2016 00:05:07 +0000 (13:05 +1300)
commitf8acd68f8e64ab7f78d91874962085d32f0bb475
tree548c8aa61a49d544278e65992de0f5ad00ec9da9
parent3140dc6aff9c5b8524de4b4b95a735401cc5fb27
Bug 3940 (partial): hostHeaderVerify failures MISS when they should be HIT

This fixes the critical condition leading to the HIT. However not all
code is correctly setting flags.noCache and flags.cacheable (see bugzilla).
So there may be other fixes needed after this.
src/client_side_reply.cc