From: Igor Galić Date: Wed, 2 Feb 2011 10:50:07 +0000 (+0000) Subject: tid 50632, specifying the default of proxy-interim-response X-Git-Tag: 2.3.11~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b50ff774821fa747c63e3ca554f61c03d6ec3b;p=thirdparty%2Fapache%2Fhttpd.git tid 50632, specifying the default of proxy-interim-response git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1066408 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_http.xml b/docs/manual/mod/mod_proxy_http.xml index 92e16251601..a3f283a25c1 100644 --- a/docs/manual/mod/mod_proxy_http.xml +++ b/docs/manual/mod/mod_proxy_http.xml @@ -91,7 +91,7 @@ encoding. This allows the request to be efficiently streamed, but requires that the backend server supports HTTP/1.1.
proxy-interim-response
-
This variable takes values RFC or +
This variable takes values RFC (the default) or Suppress. Earlier httpd versions would suppress HTTP interim (1xx) responses sent from the backend. This is technically a violation of the HTTP protocol. In practice,