]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport:
authorGraham Leggett <minfrin@apache.org>
Sun, 26 Sep 2021 14:30:51 +0000 (14:30 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 26 Sep 2021 14:30:51 +0000 (14:30 +0000)
commit6e998eb486a3cf6085367559793dc24424d982e5
tree6e5a516ac2a363b02596bd2ec6cef58f2e91a466
parent9da792e57c78b36a2825804226214142cebbe31a
Backport:

*) mod_http2: when a server is restarted gracefully, any idle h2 worker
   threads are shut down immediately.
   Also, change OpenSSL API use for deprecations in OpenSSL 3.0.
   Adds all other, never proposed code changes to make a clean
   sync of http2 sources.
   trunk patch: http://svn.apache.org/r1893214
                http://svn.apache.org/r1893215
                http://svn.apache.org/r1893220
                and other never proposed code changes
   PR: https://github.com/apache/httpd/pull/270
   +1: icing, rpluem, minfrin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893658 13f79535-47bb-0310-9956-ffa450edef68
26 files changed:
CHANGES
STATUS
modules/http2/h2_alt_svc.c
modules/http2/h2_bucket_beam.c
modules/http2/h2_bucket_eos.c
modules/http2/h2_config.c
modules/http2/h2_conn.c
modules/http2/h2_conn.h
modules/http2/h2_conn_io.c
modules/http2/h2_from_h1.c
modules/http2/h2_headers.c
modules/http2/h2_headers.h
modules/http2/h2_mplx.c
modules/http2/h2_push.c
modules/http2/h2_push.h
modules/http2/h2_request.c
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_task.c
modules/http2/h2_task.h
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
modules/http2/mod_proxy_http2.c