From: Eric Covener Date: Fri, 16 Jan 2015 13:22:06 +0000 (+0000) Subject: Merge r1652400 from trunk: X-Git-Tag: 2.4.12~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52d90ada32b7bb0eb91358289f9c30a8e4ad35ae;p=apache Merge r1652400 from trunk: 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 --- diff --git a/docs/manual/mod/mod_proxy_http.xml b/docs/manual/mod/mod_proxy_http.xml index 700fb63adc..7f3cef5f26 100644 --- a/docs/manual/mod/mod_proxy_http.xml +++ b/docs/manual/mod/mod_proxy_http.xml @@ -103,8 +103,8 @@ compliant, or proxy-interim-response Suppress to suppress interim responses.
proxy-initial-not-pooled
-
If this variable is set no pooled connection will be reused - if the client connection is an initial connection. This avoids +
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