]> granicus.if.org Git - apache/blobdiff - STATUS
vote and accept
[apache] / STATUS
diff --git a/STATUS b/STATUS
index d28c38520f9d0777807776feed8faded26b008d8..9e7066d00ca9dd8e98b0f98f7e2d8e201900407a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -117,6 +117,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_cgid: Wrong CGI process killed when a small CGI response is followed
+     by another CGI request, because of min bytes to write in core output filter
+     delaying the pool cleanup.  Likely fixes PR57771 too.
+     trunk patch: http://svn.apache.org/r1758083
+     2.4.x: trunk works modulo CHANGES
+     +1 covener, jim, icing
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -193,13 +200,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1750392.patch
      +1: ylavic
 
-   * mod_cgid: Wrong CGI process killed when a small CGI response is followed
-     by another CGI request, because of min bytes to write in core output filter
-     delaying the pool cleanup.  Likely fixes PR57771 too.
-     trunk patch: http://svn.apache.org/r1758083
-     2.4.x: trunk works modulo CHANGES
-     +1 covener, jim
-
    * mpm_winnt: disable the 'data' accept filter entirely to prevent denial of
      service. PR 59970.
      trunk patch: http://svn.apache.org/r1758307