]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r684351, r686549 from trunk:
authorEric Covener <covener@apache.org>
Tue, 2 Sep 2008 13:07:50 +0000 (13:07 +0000)
committerEric Covener <covener@apache.org>
Tue, 2 Sep 2008 13:07:50 +0000 (13:07 +0000)
commitec2cc701f9aed87b3eb00f9f53e47cc074a491ea
treeab575d5cdd25a59078707e4606764385b4b1f7eb
parent2543e727b5f791889e0fe0afefad236ad7a7b736
Merge r684351, r686549 from trunk:

* Introduce environment variable proxy-initial-not-pooled to avoid reusing
  pooled connections if the client connection is an initial connection.
  This avoids the "proxy: error reading status line from remote server"
  error caused by the race condition that the backend server closed the
  connection after the connection check on our side and before our data
  reached the backend. Yes, this downgrades performance, especially with
  HTTP/1.0 clients. Hence it is configurable and off by default.

PR: 37770

* Add missing documentation for proxy-initial-not-pooled (r684351).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@691230 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/env.xml
docs/manual/mod/mod_proxy_http.xml
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c