]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4648: Squid ignores object revalidation for HTTPS scheme
authorGarri Djavadyan <garryd@comnet.uz>
Tue, 1 Aug 2017 00:03:18 +0000 (18:03 -0600)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 26 Nov 2017 10:17:10 +0000 (23:17 +1300)
commitd7c59bf9a0562c772b575c8679d99c651cc00fcd
tree91d5ca3d01eb4bdf1fd738337320bb28cb812266
parent1ff4acf8c422ff939a81610ade2eacd165a11d0a
Bug 4648: Squid ignores object revalidation for HTTPS scheme

Squid skips object revalidation for HTTPS scheme and, hence, does not
honor a reload_into_ims option (among other settings).

TODO: Add an httpLike() method or function to detect all HTTP-like
schemes instead of comparing with AnyP::PROTO_HTTP directly. There are
20+ candidates for similar bugs: git grep '[!=]= AnyP::PROTO_HTTP'.
src/client_side_reply.cc