From: Amos Jeffries Date: Mon, 8 Aug 2011 00:21:01 +0000 (+1200) Subject: Remove hierarchy_stoplist default value X-Git-Tag: take08~55^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3387b5a4039d8c8998a4102a48907f07c2da0444;p=thirdparty%2Fsquid.git Remove hierarchy_stoplist default value 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. --- diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 2ca8b65613..0241b751f8 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1142,6 +1142,9 @@ NOCOMMENT_START header_replace

Deprecated. Use request_header_replace or reply_header_replace instead. + hierarchy_stoplist +

Default value altered to no content, allowing dynamic websites to be fetched through peers. + http_port transparent intercept ssl-bump connection-auth[=on|off] ignore-cc

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.

diff --git a/src/cf.data.pre b/src/cf.data.pre index 72936bd2f7..acbe43abca 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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