You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/12/03 15:04:49 UTC

svn commit: r1895554 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Fri Dec  3 15:04:49 2021
New Revision: 1895554

URL: http://svn.apache.org/viewvc?rev=1895554&view=rev
Log:
Update proposal for PR 65626 from latest dev@ discussions, reset votes.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1895554&r1=1895553&r2=1895554&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Dec  3 15:04:49 2021
@@ -144,13 +144,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) mpm_event: Restart stopping of idle children after a load peak. PR 65626.
-     trunk patch: http://svn.apache.org/r1894285
-                  http://svn.apache.org/r1894286
-     backport PR: https://github.com/apache/httpd/pull/276
-     2.4.x patch: svn merge -c 1894285,1894286 ^/httpd/httpd/trunk .
-     +1: ylavic, icing, rpluem
-
   *) core: Be safe with ap_lingering_close() called with a socket NULL-ed by
      a third-party module.  PR 65627.
      trunk patch: http://svn.apache.org/r1894171
@@ -202,6 +195,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/278.patch
      +1: ylavic, rpluem
 
+  *) mpm_event: Restart stopping of idle children after a load peak. PR 65626.
+     trunk patch: http://svn.apache.org/r1894285
+                  http://svn.apache.org/r1894286
+                  http://svn.apache.org/r1894291
+                  http://svn.apache.org/r1895550
+                  http://svn.apache.org/r1895551
+                  http://svn.apache.org/r1895553
+     backport PR: https://github.com/apache/httpd/pull/276
+     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/276.patch
+     +1: ylavic,
+     ylavic: updated with r1894291 for correctness of perform_idle_server_maintenance()
+             w.r.t. num_buckets > 1 and ease merging of r1895553, with r1895550 for
+             correctness of active_daemons used in r1895553, and finally with r1895551
+             because it's in between (and it shouldn't hurt) :p
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]