]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Add cache_miss_revalidate
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 13 Oct 2013 17:55:11 +0000 (10:55 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 13 Oct 2013 17:55:11 +0000 (10:55 -0700)
commit96598f93dcc4ee86194cf7535906e3c84720d0b0
tree70ee0f0b723a00670de20ee64f109be9bd3a4ded
parent0d9d2c2440a41f8c0d528810928aa64a9634b565
Add cache_miss_revalidate

Port of 2.7 ignore_ims_on_miss directive.

This on/off switch enables Squid to convert conditional requests from
clients to non-conditional fetches that can fill the cache faster under
cold-start conditions.
configure.ac
doc/release-notes/release-3.3.sgml
src/SquidConfig.h
src/cache_cf.cc
src/cf.data.pre
src/http.cc