Commit f12e6524 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

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
parent 873deea1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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