]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: synchronization with github sources.
authorStefan Eissing <icing@apache.org>
Tue, 27 Sep 2022 13:21:21 +0000 (13:21 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 27 Sep 2022 13:21:21 +0000 (13:21 +0000)
commitcc77f5422836704c22f2a8eb311c95eda6ca4b10
treec075155826aaecc7a870d3dae6da84be349a2c05
parentde0c470981ba60a2ba4d81aa3fb97ebdb91056ec
  *) mod_http2: synchronization with github sources.
     Building in trunk and against 2.4.x is now supported
     via AP_HAS_RESPONSE_BUCKETS defines.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904305 13f79535-47bb-0310-9956-ffa450edef68
26 files changed:
CMakeLists.txt
modules/http2/config2.m4
modules/http2/h2.h
modules/http2/h2_bucket_beam.c
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_headers.c [new file with mode: 0644]
modules/http2/h2_headers.h [new file with mode: 0644]
modules/http2/h2_mplx.c
modules/http2/h2_protocol.c
modules/http2/h2_push.c
modules/http2/h2_push.h
modules/http2/h2_request.c
modules/http2/h2_request.h
modules/http2/h2_session.c
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/h2_switch.c
modules/http2/h2_util.c
modules/http2/h2_util.h
modules/http2/h2_version.h
modules/http2/h2_workers.c
modules/http2/mod_http2.dsp