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:21:34 UTC

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

Author: covener
Date: Fri Jan 16 13:21:34 2015
New Revision: 1652400

URL: http://svn.apache.org/r1652400
Log:
comments feedback -- it's an initial _request_

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=1652400&r1=1652399&r2=1652400&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_http.xml Fri Jan 16 13:21:34 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