You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2011/02/02 11:50:07 UTC

svn commit: r1066408 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.xml

Author: igalic
Date: Wed Feb  2 10:50:07 2011
New Revision: 1066408

URL: http://svn.apache.org/viewvc?rev=1066408&view=rev
Log:
tid 50632, specifying the default of proxy-interim-response

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.xml?rev=1066408&r1=1066407&r2=1066408&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.xml Wed Feb  2 10:50:07 2011
@@ -91,7 +91,7 @@
         encoding.  This allows the request to be efficiently streamed,
         but requires that the backend server supports HTTP/1.1.</dd>
         <dt>proxy-interim-response</dt>
-        <dd>This variable takes values <code>RFC</code> or
+        <dd>This variable takes values <code>RFC</code> (the default) or
         <code>Suppress</code>.  Earlier httpd versions would suppress
         HTTP interim (1xx) responses sent from the backend.  This is
         technically a violation of the HTTP protocol.  In practice,