]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
On the trunk:
authorStefan Eissing <icing@apache.org>
Sat, 21 Jan 2017 15:07:42 +0000 (15:07 +0000)
committerStefan Eissing <icing@apache.org>
Sat, 21 Jan 2017 15:07:42 +0000 (15:07 +0000)
commitb633809d19eb22152a0320d24f616f353e5091fc
treee4cf5fb2bf77766f4ffbd6860a1b1d4896b98c9c
parent09e7a2af00efc69b73cad082f3498e5380272cb0
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
17 files changed:
CHANGES
CMakeLists.txt
modules/http2/NWGNUmod_http2
modules/http2/config2.m4
modules/http2/h2_bucket_beam.c
modules/http2/h2_bucket_beam.h
modules/http2/h2_bucket_eoc.c [deleted file]
modules/http2/h2_bucket_eoc.h [deleted file]
modules/http2/h2_config.c
modules/http2/h2_conn_io.c
modules/http2/h2_conn_io.h
modules/http2/h2_mplx.c
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/mod_http2.dsp