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 2020/12/11 00:55:37 UTC

svn propchange: r1884170 - svn:log

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

Modified: svn:log at Fri Dec 11 00:55:37 2020
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Dec 11 00:55:37 2020
@@ -1,4 +1,4 @@
-mod_proxy_http2: stop/wait the workers threads before their pool is killed.
+mod_http2: stop/wait the workers threads before their pool is killed.
 
 There shouldn't be any worker thread active when pchild is destroyed (thus each
 thread's pool), so register workers_pool_cleanup as a pre_cleanup of pchild.