]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: use the new REQUEST buckets to forward request
authorStefan Eissing <icing@apache.org>
Wed, 13 Apr 2022 08:38:12 +0000 (08:38 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 13 Apr 2022 08:38:12 +0000 (08:38 +0000)
commit5d3b2f1f0c37f672d313b60f5b7412ff3f7090e6
tree55e7badf78a6b754fc5e70fcc1d3fb64cba544fc
parentfbb84e00fa53ca34b97f9acc4d024e512d4e6f23
  *) mod_http2: use the new REQUEST buckets to forward request
     on secondary connections. Use the now generic
     ap_process_connection() in h2 workers to process those.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899802 13f79535-47bb-0310-9956-ffa450edef68
18 files changed:
changes-entries/h2_request_buckets.txt [new file with mode: 0644]
modules/http2/h2.h
modules/http2/h2_c2.c
modules/http2/h2_c2.h
modules/http2/h2_c2_filter.c
modules/http2/h2_c2_filter.h
modules/http2/h2_conn_ctx.h
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_push.h
modules/http2/h2_request.c
modules/http2/h2_request.h
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/h2_switch.c
modules/http2/h2_workers.c