diff options
author | Stefan Eissing <icing@apache.org> | 2017-01-21 16:07:42 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-01-21 16:07:42 +0100 |
commit | b633809d19eb22152a0320d24f616f353e5091fc (patch) | |
tree | e4cf5fb2bf77766f4ffbd6860a1b1d4896b98c9c /CMakeLists.txt | |
parent | Save a few bytes and a few cycles. (diff) | |
download | apache2-b633809d19eb22152a0320d24f616f353e5091fc.tar.xz apache2-b633809d19eb22152a0320d24f616f353e5091fc.zip |
On the trunk:
*) mod_http2: rework of stream resource cleanup to avoid a crash in a close
of a lingering connection. Prohibit special file bucket beaming for
shared buckets. Files sent in stream output now use the stream pool
as read buffer, reducing memory footprint of connections.
[Yann Ylavic, Stefan Eissing]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779738 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 bd51d9a5be..37982f1bb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -428,7 +428,7 @@ SET(mod_http2_extra_defines ssize_t=long) SET(mod_http2_extra_includes ${NGHTTP2_INCLUDE_DIR}) SET(mod_http2_extra_libs ${NGHTTP2_LIBRARIES}) SET(mod_http2_extra_sources - modules/http2/h2_alt_svc.c modules/http2/h2_bucket_eoc.c + modules/http2/h2_alt_svc.c modules/http2/h2_bucket_eos.c modules/http2/h2_config.c modules/http2/h2_conn.c modules/http2/h2_conn_io.c modules/http2/h2_ctx.c modules/http2/h2_filter.c |