]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* mod_http2: when a server is restarted gracefully, any idle h2 worker
authorStefan Eissing <icing@apache.org>
Fri, 10 Sep 2021 08:14:48 +0000 (08:14 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 10 Sep 2021 08:14:48 +0000 (08:14 +0000)
commit5057dc6a8e77b7a132e4ea2c2381bf9fbfefec8e
tree74711adda3d93eb40944c3698dc3dbdfe6f0f330
parent2b7f51ade70bf6d517b94311dda5250e2dca85a7
  * mod_http2: when a server is restarted gracefully, any idle h2 worker
    threads are shut down immediately. [Stefan Eissing]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893214 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/http2_graceful.txt [new file with mode: 0644]
modules/http2/h2_conn.c
modules/http2/h2_conn.h
modules/http2/h2_session.c
modules/http2/h2_task.c
modules/http2/h2_util.c
modules/http2/h2_version.h
modules/http2/h2_workers.c
modules/http2/h2_workers.h
modules/http2/mod_http2.c