]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1955: Clarify refresh_pattern override-expire option
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 26 May 2008 22:28:50 +0000 (00:28 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 26 May 2008 22:28:50 +0000 (00:28 +0200)
override-expire applies to both Expires and CC max-age, but comments
only mention Expires..

src/cf.data.pre

index da98a127f3e49c974c5d3b598f6df47aeb35c10e..990c315b69f14bebbdadad2c6933f743a0b5aafc 100644 (file)
@@ -2736,9 +2736,10 @@ DOC_START
                 refresh-ims
 
                override-expire enforces min age even if the server
-               sent a Expires: header. Doing this VIOLATES the HTTP
-               standard.  Enabling this feature could make you liable
-               for problems which it causes.
+               sent an explicit expiry time (e.g., with the
+               Expires: header or Cache-Control: max-age). Doing this
+               VIOLATES the HTTP standard.  Enabling this feature
+               could make you liable for problems which it causes.
 
                override-lastmod enforces min age even on objects
                that were modified recently.