diff options
author | Stefan Eissing <icing@apache.org> | 2016-04-20 17:17:38 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2016-04-20 17:17:38 +0200 |
commit | afd1183937a5ceb7d3b6420a6621f1f3356a4594 (patch) | |
tree | 6e969a722f19ba93f878036685c14531f7acc17b /CMakeLists.txt | |
parent | fixing h2 supress to inhibit other annnouncements in upgrade: header (diff) | |
download | apache2-afd1183937a5ceb7d3b6420a6621f1f3356a4594.tar.xz apache2-afd1183937a5ceb7d3b6420a6621f1f3356a4594.zip |
mod_http2: elimination of h2_io intermediate stream instances
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1740155 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 b33f11caab..df19df4c97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -403,7 +403,7 @@ SET(mod_http2_extra_sources modules/http2/h2_conn.c modules/http2/h2_conn_io.c modules/http2/h2_ctx.c modules/http2/h2_filter.c modules/http2/h2_from_h1.c modules/http2/h2_h2.c - modules/http2/h2_io.c modules/http2/h2_bucket_beam.c + modules/http2/h2_bucket_beam.c modules/http2/h2_mplx.c modules/http2/h2_push.c modules/http2/h2_request.c modules/http2/h2_response.c modules/http2/h2_session.c modules/http2/h2_stream.c |