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 2016/03/01 15:08:34 UTC

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

Author: ylavic
Date: Tue Mar  1 14:08:33 2016
New Revision: 1733074

URL: http://svn.apache.org/viewvc?rev=1733074&view=rev
Log:
Revive stalled work with comments addressed, resetting 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=1733074&r1=1733073&r2=1733074&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Mar  1 14:08:33 2016
@@ -206,20 +206,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works (modulo CHNAGES)
      +1: jailletc36
 
+   * prefork: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
+           its parameter when starting httpd as single process (httpd -X).
+     trunk patch: http://svn.apache.org/r1711479
+                  http://svn.apache.org/r1733064
+                  http://svn.apache.org/r1733068
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-prefork-ONE_PROCESS_POD.patch
+     +1: ylavic
 
-PATCHES/ISSUES THAT ARE BEING WORKED
 
-   * core: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
-          its parameter when starting httpd as single process (httpd -X).
-     trunk patch: http://svn.apache.org/r1711479
-     2.4.x patch: trunk works
-     +1: jkaluza, jim
-     minfrin: Needs extra parens to suppress a warning:
-              prefork.c:1319:16: note: place parentheses around the assignment
-              to silence this warning
-     jailletc36: This has been done in r1711919
-     ylavic: Also, I don't think the changes on worker/event are needed,
-             only prefork requires the accept mutex in ONE_PROCESS mode.
+PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if
      it comes from an origin server, module or script. Allow the previous