You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2016/09/01 15:56:20 UTC

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

Author: icing
Date: Thu Sep  1 15:56:20 2016
New Revision: 1758797

URL: http://svn.apache.org/viewvc?rev=1758797&view=rev
Log:
vote and accept

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=1758797&r1=1758796&r2=1758797&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Sep  1 15:56:20 2016
@@ -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