From: Amos Jeffries Date: Thu, 24 Sep 2009 09:31:53 +0000 (+1200) Subject: Update release notes for ignore-cc option X-Git-Tag: SQUID_3_2_0_1~697 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e52382157dd75dd57c27e037914c1ee1fecc2842;p=thirdparty%2Fsquid.git Update release notes for ignore-cc option --- diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 5b3e2f9a9a..a7d74a7929 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1199,7 +1199,7 @@ NOCOMMENT_START X-Forwarded-For entries, and place itself as the sole entry. - http_port transparent intercept sslbump connection-auth[=on|off] + http_port transparent intercept sslbump 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.

New port options @@ -1221,6 +1221,11 @@ NOCOMMENT_START the connection, interval how often to probe, and timeout the time before giving up. + ignore-cc Ignore request Cache-Control headers. + + Warning: This option violates HTTP specifications if + used in non-accelerator setups. + sslBump Intercept each CONNECT request matching ssl_bump ACL, establish secure connection with the client and with the server, decrypt HTTP messages as they pass through