From: Amos Jeffries Date: Wed, 23 Oct 2013 05:11:22 +0000 (-0600) Subject: Add cache_miss_revalidate X-Git-Tag: SQUID_3_4_0_3~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840ba39c8764244ef4e7200119a6b9840fb7d3b7;p=thirdparty%2Fsquid.git 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. --- diff --git a/configure.ac b/configure.ac index 900642fc2c..038e16067a 100644 --- a/configure.ac +++ b/configure.ac @@ -55,14 +55,14 @@ fi # might be cross-compiling. if test "x$HOSTCXX" = "x"; then HOSTCXX="$CXX" - if test "x$squid_cv_check_marchnative" = "xyes"; then - CXXFLAGS="$CXXFLAGS -march=native" - fi -fi -if test "x$squid_cv_check_marchnative" = "xyes"; then - # always valid for the Host compiler. - HOSTCXX="$HOSTCXX -march=native" -fi +# if test "x$squid_cv_check_marchnative" = "xyes"; then +# CXXFLAGS="$CXXFLAGS -march=native" +# fi +fi +#if test "x$squid_cv_check_marchnative" = "xyes"; then +# # always valid for the Host compiler. +# HOSTCXX="$HOSTCXX -march=native" +#fi AC_SUBST(HOSTCXX) AC_MSG_CHECKING([simplified host os]) 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