]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_http2: revert r1883675.
authorYann Ylavic <ylavic@apache.org>
Sun, 6 Dec 2020 22:35:08 +0000 (22:35 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 6 Dec 2020 22:35:08 +0000 (22:35 +0000)
commitc8e1f715f30b7d4b4a86ac6ed3a8f49751952d88
tree74f312c7345a089d992bc52e83a3a48309635ff5
parenta31f86ddfd3263b34abc24dbba2e02ed1bab7d35
mod_http2: revert r1883675.

The issue was caused by races in APR_POOL_DEBUG code.

Stopping the h2 workers threads as pre_cleanup of workers->pool is soon enough
since it's a child of pchild already.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884168 13f79535-47bb-0310-9956-ffa450edef68
modules/http2/h2_workers.c