]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: remove 4.0-only info added by rev.13823
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 May 2015 06:59:41 +0000 (23:59 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 10 May 2015 06:59:41 +0000 (23:59 -0700)
src/cf.data.pre

index 20f9841954a949d342d8f25933e29429220c4db6..b9a9323d093310e64072dc205084076881a61b4c 100644 (file)
@@ -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