You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2013/05/16 06:05:47 UTC

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

Author: jim
Date: Thu May 16 04:05:47 2013
New Revision: 1483189

URL: http://svn.apache.org/r1483189
Log:
add the fix

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=1483189&r1=1483188&r2=1483189&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu May 16 04:05:47 2013
@@ -342,10 +342,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * mod_proxy: Fix pool usage by protecting w/ a mutex
       trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1480627
+      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1482859
       2.4.x patch: trunk works, modulo CHANGES
       +1: jim
-      -1: minfrin: causes segfaults, as the mutex is not reliably initialised.
-          Worked around in http://svn.apache.org/r1482859.
 
     * ap_release.h: Make AP_SERVER_ADD_STRING define-able from CFLAGS.
       trunk patch: http://svn.apache.org/r1481955