]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: use the new RESPONSE buckets introduced in r1899648.
authorStefan Eissing <icing@apache.org>
Thu, 7 Apr 2022 10:55:09 +0000 (10:55 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 7 Apr 2022 10:55:09 +0000 (10:55 +0000)
commit8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5
treebf85a7d03678cada347f2129ac73761954f12ceb
parent0296d7dfeaf1d354b4df7c0c36fc690b8c51c4b4
  *) mod_http2: use the new RESPONSE buckets introduced in r1899648.
     This replaces the internal H2_HEADERS bucket, removing its
     source file and also obsoletes any interim response parsing
     needs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899649 13f79535-47bb-0310-9956-ffa450edef68
25 files changed:
CMakeLists.txt
modules/http2/NWGNUmod_http2
modules/http2/config2.m4
modules/http2/h2.h
modules/http2/h2_bucket_beam.c
modules/http2/h2_bucket_eos.c
modules/http2/h2_c1.c
modules/http2/h2_c2.c
modules/http2/h2_c2_filter.c
modules/http2/h2_c2_filter.h
modules/http2/h2_conn_ctx.c
modules/http2/h2_headers.c [deleted file]
modules/http2/h2_headers.h [deleted file]
modules/http2/h2_mplx.c
modules/http2/h2_protocol.c
modules/http2/h2_push.c
modules/http2/h2_push.h
modules/http2/h2_session.c
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/h2_util.c
modules/http2/h2_util.h
modules/http2/h2_workers.c
modules/http2/mod_http2.dsp
test/modules/http2/test_200_header_invalid.py