]> granicus.if.org Git - apache/commitdiff
Follow up to r1789213: more accurate CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 20:55:54 +0000 (20:55 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 20:55:54 +0000 (20:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1789214 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 677ffd4cc5611780ba39d0eae64e6ab5dad8ef63..840e99526b870a483288e695a72319aa1a7d2b10 100644 (file)
--- 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