From: Eric Covener Date: Wed, 17 Sep 2008 16:53:29 +0000 (+0000) Subject: backported X-Git-Tag: 2.3.0~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08ae21b0c3f07b797d50414222702aeb1cc68d3;p=thirdparty%2Fapache%2Fhttpd.git backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@696368 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 46935c276ad..fb01937274b 100644 --- a/CHANGES +++ b/CHANGES @@ -45,14 +45,6 @@ Changes with Apache 2.3.0 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 ] - - *) mod_auth_core: Detect during startup when AuthDigestProvider - is configured to use an incompatible provider via AuthnProviderAlias. - PR 45196 [Eric Covener] - *) mod_session: Prevent a segfault when a CGI script sets a cookie with a null value. [David Shane Holden ]