From 5ef57e8a418e0fed9a030134c9a867f187830541 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 16 Jan 2015 13:21:34 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy_http.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0