From: Amos Jeffries Date: Sun, 10 May 2015 06:59:41 +0000 (-0700) Subject: Docs: remove 4.0-only info added by rev.13823 X-Git-Tag: SQUID_3_5_5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a5c5714ecd7ee949a2499bc893dc9e69f848232;p=thirdparty%2Fsquid.git Docs: remove 4.0-only info added by rev.13823 --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 20f9841954..b9a9323d09 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -9302,33 +9302,4 @@ DOC_START not all I/O types supports large values (eg on Windows). DOC_END -NAME: force_request_body_continuation -TYPE: acl_access -LOC: Config.accessList.forceRequestBodyContinuation -DEFAULT: none -DEFAULT_DOC: Deny, unless rules exist in squid.conf. -DOC_START - This option controls how Squid handles data upload requests from HTTP - and FTP agents that require a "Please Continue" control message response - to actually send the request body to Squid. It is mostly useful in - adaptation environments. - - When Squid receives an HTTP request with an "Expect: 100-continue" - header or an FTP upload command (e.g., STOR), Squid normally sends the - request headers or FTP command information to an adaptation service (or - peer) and waits for a response. Most adaptation services (and some - broken peers) may not respond to Squid at that stage because they may - decide to wait for the HTTP request body or FTP data transfer. However, - that request body or data transfer may never come because Squid has not - responded with the HTTP 100 or FTP 150 (Please Continue) control message - to the request sender yet! - - An allow match tells Squid to respond with the HTTP 100 or FTP 150 - (Please Continue) control message on its own, before forwarding the - request to an adaptation service or peer. Such a response usually forces - the request sender to proceed with sending the body. A deny match tells - Squid to delay that control response until the origin server confirms - that the request body is needed. Delaying is the default behavior. -DOC_END - EOF