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 2021/02/08 11:53:12 UTC

svn propchange: r1886255 - svn:log

Author: ylavic
Revision: 1886255
Modified property: svn:log

Modified: svn:log at Mon Feb  8 11:53:12 2021
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Feb  8 11:53:12 2021
@@ -1,7 +1,7 @@
 mod_http2: Fix workers synchronization on pchild cleanup.
 
 When the MPM child exits and pre-workers_pool_cleanup() is called, all the
-workers are are necessarily in their idle critical section, thus aborting slots
+workers are not necessarily in their idle critical section, thus aborting slots
 in the ->idle list only may leave worker threads alive, later blocked in the
 idle critical section with no one to wake them.