From: Amos Jeffries Date: Wed, 20 May 2009 08:59:19 +0000 (+1200) Subject: Author: Adrian Chadd X-Git-Tag: SQUID_3_2_0_1~1006 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=049255762328962f11b7f4d55953ec3217d07b09;p=thirdparty%2Fsquid.git Author: Adrian Chadd Add in some better documentation for override-expire. Attempt to clearly document exactly what it does - in this instance, it enforces min age and doesn't allow the admin to enforce max-age - ie, truncate staleness. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 382f84dfee..70fb7b6b7b 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2960,6 +2960,11 @@ DOC_START VIOLATES the HTTP standard. Enabling this feature could make you liable for problems which it causes. + Note: override-expire does not enforce staleness - it only extends + freshness / min. If the server returns a Expires time which + is longer than your max time, Squid will still consider + the object fresh for that period of time. + override-lastmod enforces min age even on objects that were modified recently.