]> granicus.if.org Git - apache/commitdiff
Merge r1652400 from trunk:
authorEric Covener <covener@apache.org>
Fri, 16 Jan 2015 13:22:06 +0000 (13:22 +0000)
committerEric Covener <covener@apache.org>
Fri, 16 Jan 2015 13:22:06 +0000 (13:22 +0000)
comments feedback -- it's an initial _request_

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1652402 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_http.xml

index 700fb63adc5af4cbe647792bd69e550c37f6c0d7..7f3cef5f2686d32469cee5899b08df351c6ae46b 100644 (file)
         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