From: Eric Covener Date: Fri, 16 Jan 2015 13:21:34 +0000 (+0000) Subject: comments feedback -- it's an initial _request_ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd36ae839720f9433627f4b7ae8ba53c5f21b14;p=thirdparty%2Fapache%2Fhttpd.git comments feedback -- it's an initial _request_ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1652400 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_http.xml b/docs/manual/mod/mod_proxy_http.xml index 700fb63adc5..7f3cef5f268 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