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:22:06 UTC

svn commit: r1652402 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.xml

Author: covener
Date: Fri Jan 16 13:22:06 2015
New Revision: 1652402

URL: http://svn.apache.org/r1652402
Log:
Merge r1652400 from trunk:

comments feedback -- it's an initial _request_


Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.xml?rev=1652402&r1=1652401&r2=1652402&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_http.xml Fri Jan 16 13:22:06 2015
@@ -103,8 +103,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