From: Stefan Eissing Date: Wed, 3 Mar 2021 10:43:28 +0000 (+0000) Subject: Propose http2 backport. [skip ci] X-Git-Tag: 2.4.47~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1b7cda5d50590a6dd61ac26472c01233dde1c81;p=thirdparty%2Fapache%2Fhttpd.git Propose http2 backport. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1887137 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 74b539deea0..6cbd2f2d0b8 100644 --- a/STATUS +++ b/STATUS @@ -211,6 +211,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: ylavic, icing ylavic: jorton's vote reset after adding r1886255 + *) mod_http2: sync with github standalone version 1.15.17 + - Log requests and sent the configured error response in case of early detected + errors like too many or too long headers. [Ruediger Pluem] + - new option 'H2OutputBuffering on/off' which controls the buffering of stream output. + The default is on, which is the behaviour of older mod-h2 versions. When off, all + bytes are made available immediately to the main connection for sending them + out to the client. This fixes interop issues with certain flavours of gRPC, see + also . + PR: https://github.com/apache/httpd/pull/175 + +1: icing + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]