summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-04-07 10:55:09 +0000
committerStefan Eissing <icing@apache.org>2022-04-07 10:55:09 +0000
commit8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5 (patch)
treebf85a7d03678cada347f2129ac73761954f12ceb /CMakeLists.txt
parent0296d7dfeaf1d354b4df7c0c36fc690b8c51c4b4 (diff)
downloadhttpd-8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5.tar.gz
*) 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.txt2
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