diff options
author | Stefan Eissing <icing@apache.org> | 2022-04-07 12:55:09 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-04-07 12:55:09 +0200 |
commit | 8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5 (patch) | |
tree | bf85a7d03678cada347f2129ac73761954f12ceb /CMakeLists.txt | |
parent | *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific (diff) | |
download | apache2-8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5.tar.xz apache2-8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5.zip |
*) 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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cc2eaa22c..526b502551 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -473,7 +473,7 @@ SET(mod_http2_extra_sources modules/http2/h2_c1.c modules/http2/h2_c1_io.c modules/http2/h2_c2.c modules/http2/h2_c2_filter.c modules/http2/h2_config.c modules/http2/h2_conn_ctx.c - modules/http2/h2_headers.c modules/http2/h2_mplx.c + modules/http2/h2_mplx.c modules/http2/h2_protocol.c modules/http2/h2_push.c modules/http2/h2_request.c modules/http2/h2_session.c modules/http2/h2_stream.c modules/http2/h2_switch.c |