]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Reload of proposed mod_http2 backport of server graceful handling,
authorStefan Eissing <icing@apache.org>
Thu, 23 Sep 2021 09:13:59 +0000 (09:13 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 23 Sep 2021 09:13:59 +0000 (09:13 +0000)
including all the tiny code changes that were never proposed.

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

STATUS

diff --git a/STATUS b/STATUS
index 400f90c989228465c45e3112a87a721a78d5643e..3dafcc2e818125766557cec6d5e28e4555a67a53 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -166,12 +166,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_http2: when a server is restarted gracefully, any idle h2 worker
      threads are shut down immediately.
      Also, change OpenSSL API use for deprecations in OpenSLL 3.0.
+     Adds all other, never proposed code changes to make a clean
+     sync of http2 sources.
      trunk patch: http://svn.apache.org/r1893214
                   http://svn.apache.org/r1893215
                   http://svn.apache.org/r1893220
-     2.4.x patch: svn merge -c 1893214,1893215,1893220 ^/httpd/httpd/trunk .
+                  and other never proposed code changes
+     PR: https://github.com/apache/httpd/pull/270
      +1: icing,
-     rpluem says: This one has merge conflicts.
 
    *) mod_rewrite: Fix UDS ("unix:") scheme for [P] rules.  PR 57691 + 65590.
       Trunk version of patch: