]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/cf.data.pre
Author: Tsantilas Christos <chtsanti@users.sourceforge.net> , Alex Rousskov <rousskov...
[thirdparty/squid.git] / src / cf.data.pre
index b13b1c01bce3801d781a3321fb890b61bbaafc91..ee4246d5d8ff611ffde14f7e6167327e7bd60a15 100644 (file)
@@ -5964,6 +5964,28 @@ DOC_START
        basis by OPTIONS requests.
 DOC_END
 
+NAME: icap_206_enable
+TYPE: onoff
+IFDEF: ICAP_CLIENT
+COMMENT: on|off
+LOC: Adaptation::Icap::TheConfig.allow206_enable
+DEFAULT: on
+DOC_START
+       206 (Partial Content) responses is an ICAP extension that allows the
+       ICAP agents to optionally combine adapted and original HTTP message
+       content. The decision to combine is postponed until the end of the
+       ICAP response. Squid supports Partial Content extension by default.
+
+       Activation of the Partial Content extension is negotiated with each
+       ICAP service during OPTIONS exchange. Most ICAP servers should handle
+       negotation correctly even if they do not support the extension, but
+       some might fail. To disable Partial Content support for all ICAP
+       services and to avoid any negotiation, set this option to "off".
+
+       Example:
+           icap_206_enable off
+DOC_END
+
 NAME: icap_default_options_ttl
 TYPE: int
 IFDEF: ICAP_CLIENT