]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update release notes for ignore-cc option
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 24 Sep 2009 09:31:53 +0000 (21:31 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 24 Sep 2009 09:31:53 +0000 (21:31 +1200)
doc/release-notes/release-3.1.sgml

index 5b3e2f9a9a312fae05446ef6b5de9d3f5ca95fe3..a7d74a792916f850eb0fc2ed69b00a2ee3518da8 100644 (file)
@@ -1199,7 +1199,7 @@ NOCOMMENT_START
        X-Forwarded-For entries, and place itself as the sole entry.
        </verb>
 
-       <tag>http_port transparent intercept sslbump connection-auth[=on|off]</tag>
+       <tag>http_port transparent intercept sslbump 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>
        <p>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