From: Jim Jagielski Date: Wed, 17 Sep 2008 21:20:23 +0000 (+0000) Subject: Hopefully this is it... not sure what's going on with my X-Git-Tag: 2.2.10~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f689e42fcf7c00c5225d168b51adf95bc536fbca;p=thirdparty%2Fapache%2Fhttpd.git Hopefully this is it... not sure what's going on with my OS X box: svn merge is acting wonky git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@696451 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 45933452fda..e1c6e75dbca 100644 --- 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 ] - *) 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 ] + *) 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_rewrite: Allow Cookie option to set secure and HttpOnly flags. PR 44799 [Christian Wenz ]