From: Yann Ylavic Date: Tue, 28 Mar 2017 20:55:54 +0000 (+0000) Subject: Follow up to r1789213: more accurate CHANGES entry. X-Git-Tag: 2.4.26~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bf5aaee00c741b883bb763cb687388645666dba;p=apache Follow up to r1789213: more accurate CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1789214 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 677ffd4cc5..840e99526b 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,7 @@ Changes with Apache 2.4.26 *) core: Disallow multiple Listen on the same IP:port when listener buckets are configured (ListenCoresBucketsRatio > 0), consistently with the single - bucket case (default), thus fixing the leak of the corresponding socket + bucket case (default), thus avoiding the leak of the corresponding socket descriptors on graceful restart. [Yann Ylavic] *) mod_cache: Fix a regression in 2.4.25 for the forward proxy case by