]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
On the trunk:
authorStefan Eissing <icing@apache.org>
Sat, 31 Dec 2016 13:11:59 +0000 (13:11 +0000)
committerStefan Eissing <icing@apache.org>
Sat, 31 Dec 2016 13:11:59 +0000 (13:11 +0000)
commit85900b7fd8faf51fad3a2410556bfe71b7c53896
treea61e49c798894a00b00b41d93f1126b2d922a65a
parent1d7573a0f8ad2a069d62a52c94aa8ae9605dbf2a
On the trunk:

mod_http2: adding support for MergeTrailers directive.

mod_http2: limiting DATA frame sizes by TLS record sizes in use on the
     connection. Flushing outgoing frames earlier.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776735 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http2/h2_config.c
modules/http2/h2_config.h
modules/http2/h2_conn.c
modules/http2/h2_conn_io.c
modules/http2/h2_conn_io.h
modules/http2/h2_from_h1.c
modules/http2/h2_session.c
modules/http2/h2_stream.c