]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_reply.cc
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)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 1 Aug 2017 15:32:05 +0000 (09:32 -0600)
commitec4568e300a7e6e2bf555df68354f32f05d11382
tree72ef80ee672f48b9cb99d3673cf33b16f97aa760
parent8e44d1a44605c49ee888900bf00e158dfa2ad203
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