]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update after backport of mod_http2 change proposal.
authorStefan Eissing <icing@apache.org>
Wed, 24 Mar 2021 14:30:04 +0000 (14:30 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 24 Mar 2021 14:30:04 +0000 (14:30 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888012 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index 5b7ea19b8f125ca5e9e72005dd0db995d0313f9b..f372068318d550fbd5500663cb0527cc7370dacc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,16 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.47
 
+  *) 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 <https://github.com/icing/mod_h2/issues/207>.
+       [Stefan Eissing]
+
   *) mod_unique_id: Fix potential duplicated ID generation under heavy load.
      PR 65159
      [Jonas Müntener <jonas.muentener ergon.ch>, Christophe Jaillet]
diff --git a/STATUS b/STATUS
index 593892c763051b29e6cfd3fe090c34ae76f34f3c..f1765439c6bef4832275b8119a812b736c67b2bf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -148,17 +148,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1: minfrin
     ylavic: patch is 404
 
-  *) 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 <https://github.com/icing/mod_h2/issues/207>.
-     PR: https://github.com/apache/httpd/pull/175
-     +1: icing, ylavic, jorton
-
   *) mod_lua: Support Lua 5.4 and use pkg-config to detect Lua
      properly on Debian systems.
      trunk patch: http://svn.apache.org/r1826206