From 162e90a8ed30ee8972aa9d6cfbe3d101e141b8a0 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 24 Oct 2013 09:35:08 -0600 Subject: [PATCH] Add cache_miss_revalidate Port of 2.7 ignore_ims_on_miss directive by Henrik Nordstrom. 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. --- doc/release-notes/release-3.3.sgml | 12 +++++++---- src/SquidConfig.h | 1 + src/cache_cf.cc | 8 ++++++++ src/cf.data.pre | 32 ++++++++++++++++++++++++------ src/http.cc | 26 ++++++++++++++++++++---- 5 files changed, 65 insertions(+), 14 deletions(-) diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index 9183e37418..5264ba9b9d 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -180,6 +180,12 @@ This section gives a thorough account of those changes in three categories: New tags