You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2015/01/16 14:23:14 UTC

svn commit: r1652403 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.html.en

Author: covener
Date: Fri Jan 16 13:23:14 2015
New Revision: 1652403

URL: http://svn.apache.org/r1652403
Log:
xforms


Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.html.en?rev=1652403&r1=1652402&r2=1652403&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.html.en Fri Jan 16 13:23:14 2015
@@ -116,8 +116,8 @@
         compliant, or <code>proxy-interim-response Suppress</code>
         to suppress interim responses.</dd>
         <dt>proxy-initial-not-pooled</dt>
-        <dd>If this variable is set no pooled connection will be reused
-        if the client connection is an initial connection. This avoids
+        <dd>If this variable is set, no pooled connection will be reused
+        if the client request is the initial request on the frontend connection. This avoids
         the "proxy: error reading status line from remote server" error message
         caused by the race condition that the backend server closed the
         pooled connection after the connection check by the proxy and