]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
On the 2.4.x branch: merge r1778630,1779459,1779525,1779528,1779738 from trunk
authorStefan Eissing <icing@apache.org>
Sat, 21 Jan 2017 15:48:17 +0000 (15:48 +0000)
committerStefan Eissing <icing@apache.org>
Sat, 21 Jan 2017 15:48:17 +0000 (15:48 +0000)
commit2141aee6ca06d57ab3220790a58a77f4a40a1bd3
tree2af638d655f189b59ebb694e4d8617f332b36152
parent0def8f4c35aef99c33c503b83580963a12350813
On the 2.4.x branch: merge r1778630,1779459,1779525,1779528,1779738 from 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/branches/2.4.x@1779742 13f79535-47bb-0310-9956-ffa450edef68
18 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/h2_version.h
modules/http2/mod_http2.dsp