]> granicus.if.org Git - apache/commitdiff
Follow up to r1819855: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 18 Jan 2018 22:08:54 +0000 (22:08 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 18 Jan 2018 22:08:54 +0000 (22:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821562 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index eae32a603c09ef7dfe2409909f256408baf5f030..a7656571db9af9c496adf7a73e67339f679e3950 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@ Changes with Apache 2.5.1
   *) mpm_event: Let the listener thread do its maintenance job on resources
      shortage.  PR 61979.  [Yann Ylavic]
 
+  *) mpm_event: Wakeup the listener to re-enable listening sockets.
+     [Yann Ylavic]
+
   *) mod_headers: 'RequestHeader set|edit|edit_r Content-Type X' could 
      inadvertently modify the Content-Type _response_ header. Applies to
      Content-Type only and likely to only affect static file responses.