You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2017/03/28 20:55:54 UTC

svn commit: r1789214 - /httpd/httpd/branches/2.4.x/CHANGES

Author: ylavic
Date: Tue Mar 28 20:55:54 2017
New Revision: 1789214

URL: http://svn.apache.org/viewvc?rev=1789214&view=rev
Log:
Follow up to r1789213: more accurate CHANGES entry.

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1789214&r1=1789213&r2=1789214&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Tue Mar 28 20:55:54 2017
@@ -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