From: Yann Ylavic Date: Fri, 18 Sep 2015 11:48:31 +0000 (+0000) Subject: mod_proxy: follow up to r1703807: CHANGES entry. X-Git-Tag: 2.5.0-alpha~2830 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9253f24956c8108d39ff1b882bcb404dee2c91b;p=thirdparty%2Fapache%2Fhttpd.git mod_proxy: follow up to r1703807: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1703813 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 587490da404..f0f6a0b33cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_proxy: don't recyle backend announced "Connection: close" connections + to avoid reusing it should the close be effective after some new request + is ready to be sent. [Yann Ylavic] + *) mod_auth_digest: remove AuthDigestEnableQueryStringHack which is no more documented since dec 2012 (r1415960). [Christophe Jaillet]