]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
this is the CHANGES entry that goes with the reviewed/approved code.
authorEric Covener <covener@apache.org>
Wed, 17 Sep 2008 16:43:14 +0000 (16:43 +0000)
committerEric Covener <covener@apache.org>
Wed, 17 Sep 2008 16:43:14 +0000 (16:43 +0000)
proxy-initial-not-pooled is already backported and in CHANGES

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 2eb5195496e69dd8c812cc8178ae32fc068ae8dd..adee0cd4c89c358c3a93eb4d9c2833530f6569a8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -15,9 +15,9 @@ Changes with Apache 2.2.10
   *) mod_charset_lite: Avoid dropping error responses by handling meta buckets
      correctly. PR 45687 [Dan Poirier <poirier pobox.com>]
 
-  *) mod_proxy_http: Introduce environment variable proxy-initial-not-pooled to
-     avoid reusing pooled connections if the client connection is an initial
-     connection. PR 37770. [Ruediger Pluem]
+  *) mod_proxy: Add connectiontimeout parameter for proxy workers in order to
+     be able to set the timeout for connecting to the backend separately.
+     PR 45445. [Ruediger Pluem, rahul <rahul sun.com>]
 
   *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
      PR 44799 [Christian Wenz <christian wenz.org>]