]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose, vote, promote. [skip ci]
authorYann Ylavic <ylavic@apache.org>
Mon, 16 Nov 2020 12:01:43 +0000 (12:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 16 Nov 2020 12:01:43 +0000 (12:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1883474 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6c3c40eb6dc071f31e7f0f9334896e4df3afedd1..3591db74edc4fc2eaeecf0e75ae58b3ab47abdda 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -154,6 +154,23 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~covener/patches/wstunnel-decline.diff
      +1 covener, jim, rpluem, jfclere
 
+  *) mod_http2: Log requests and sent the configured error response in case of
+     early detected errors like too many or too long headers.
+     Trunk version of patch:
+        https://svn.apache.org/r1881620
+        https://svn.apache.org/r1881635
+     Backport version for 2.4.x of patch:
+        https://github.com/apache/httpd/pull/142
+        https://github.com/apache/httpd/pull/142.diff
+     +1: rpluem, giovanni, ylavic
+
+  *) core: Avoid a core dump if 'AllowOverride nonfatal' is used in a configuration
+     file.
+     Trunk version of patch:
+        https://svn.apache.org/r1881311
+    Backport version for 2.4.x of patch:
+     +1: jailletc36, giovanni, ylavic
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -207,10 +224,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-functions2.patch
     +1: minfrin
 
-  *)  mpm_event: reset listener_is_wakeable on reload.
+  *) mpm_event: reset listener_is_wakeable on reload.
      trunk patch: http://svn.apache.org/r1877552
      2.4.x patch: svn merge -c 1877552 ^/httpd/httpd/trunk .
-     +1: 
+     +1: ylavic
 
   *) mod_rewrite: Extend the [CO] (cookie) flag of RewriteRule to accept a
      SameSite attribute.
@@ -235,28 +252,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       svn merge -c 1881303,1881304,1881305,1881306 ^/httpd/httpd/trunk .
      +1: jailletc36,
 
-  *) mod_http2: Log requests and sent the configured error response in case of
-     early detected errors like too many or too long headers.
-     Trunk version of patch:
-        https://svn.apache.org/r1881620
-        https://svn.apache.org/r1881635
-     Backport version for 2.4.x of patch:
-        https://github.com/apache/httpd/pull/142
-        https://github.com/apache/httpd/pull/142.diff
-     +1: rpluem, giovanni
-
-  *) core: Avoid a core dump if 'AllowOverride nonfatal' is used in a configuration
-     file.
-     Trunk version of patch:
-        https://svn.apache.org/r1881311
-    Backport version for 2.4.x of patch:
-     +1: jailletc36, giovanni
-
   *) core: Correctly strip unwanted headers on 304 response
      Trunk version of patch:
         http://svn.apache.org/r1881590
         http://svn.apache.org/r1881624
 
+  *) mpm_event: kill connections in keepalive state only when there is no more
+     workers available, not when the maximum number of connections is reached,
+     restoring prior to 2.4.30 behaviour.
+     trunk patch: http://svn.apache.org/r1883096
+     2.4.x patch: svn merge -c 1883096 ^/httpd/httpd/trunk .
+     +1: ylavic, 
+
+  *) mpm_event: don't reset connections after lingering close, restoring prior
+     to 2.4.28 behaviour.
+     trunk patch: http://svn.apache.org/r1883097
+     2.4.x patch: svn merge -c 1883097 ^/httpd/httpd/trunk .
+     +1: ylavic, 
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]