]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove hierarchy_stoplist default value
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 28 Aug 2011 06:14:58 +0000 (00:14 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 28 Aug 2011 06:14:58 +0000 (00:14 -0600)
This should have been done long ago with the other dynamic website
handling changes. It has caused a certain amount of confusion when things
which apparently should go to peers fail to reach them.

doc/release-notes/release-3.1.sgml
src/cf.data.pre

index 87adfe16d348e6f4e0af63ea049abbf458f2a610..8eb7092a96bec775b81fbd6795b0558a62ca5088 100644 (file)
@@ -1143,6 +1143,9 @@ NOCOMMENT_START
        <tag>header_replace</tag>
        <p>Deprecated. Use request_header_replace or reply_header_replace instead.
 
+       <tag>hierarchy_stoplist</tag>
+       <p>Default value altered to no content, allowing dynamic websites to be fetched through peers.
+
        <tag>http_port transparent intercept ssl-bump connection-auth[=on|off] ignore-cc</tag>
        <p>Option 'transparent' is being deprecated in favour of 'intercept' which more clearly identifies what the option does.
        For now option 'tproxy' remains with old behaviour meaning fully-invisible proxy using TPROXY support.</p>
index 95b0af907cdd5ce84c4aa5ea1496ce3bd69ac275..a5aaefc82ed1021e137e95f32c779cf5599014c2 100644 (file)
@@ -2185,12 +2185,11 @@ DOC_START
        be handled directly by this cache.  In other words, use this
        to not query neighbor caches for certain objects.  You may
        list this option multiple times.
-       Note: never_direct overrides this option.
-NOCOMMENT_START
 
-# We recommend you to use at least the following line.
-hierarchy_stoplist cgi-bin ?
-NOCOMMENT_END
+       Example:
+               hierarchy_stoplist cgi-bin ?
+
+       Note: never_direct overrides this option.
 DOC_END
 
 COMMENT_START