]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3940 (partial): hostHeaderVerify failures MISS when they should be HIT
authorGarri Djavadyan <garryd@comnet.uz>
Fri, 9 Dec 2016 04:42:34 +0000 (17:42 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 9 Dec 2016 04:42:34 +0000 (17:42 +1300)
commit1d76cb9bc6dbed4bf2e80329479cadae2808c343
tree63089133b007a4a272fc473d218d95f2f3e3cb4d
parent80d9beb3329666b674fa54ba0f454ea52cc13c31
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