]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove hierarchy_stoplist default value
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Aug 2011 00:21:01 +0000 (12:21 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Aug 2011 00:21:01 +0000 (12:21 +1200)
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 2ca8b656133f2a1e442b3bebb118e8ce4bbbbe77..0241b751f8ad90b52ddacc958dc58ed6335d529e 100644 (file)
@@ -1142,6 +1142,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 72936bd2f743cc8faed9c1ad5b5877d6a6d15fd7..acbe43abca61d3b80cc3ccee41081b0ece52f2f3 100644 (file)
@@ -2507,12 +2507,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