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 2018/01/11 01:03:16 UTC

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

Author: ylavic
Date: Thu Jan 11 01:03:16 2018
New Revision: 1820812

URL: http://svn.apache.org/viewvc?rev=1820812&view=rev
Log:
Follow up to r1820810.

Join the previous proposal with another one (leak fix), not really
related but code conflicts...


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=1820812&r1=1820811&r2=1820812&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Jan 11 01:03:16 2018
@@ -213,12 +213,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: niq, jim
      ylavic: +1 with r1819969 and r1819970, see dev@ thread re r1599012.
 
-  *) mpm_event: Update scoreboard status for KeepAlive state.
+  *) mpm_event: Update scoreboard status for KeepAlive state, plus avoid a
+                small sbh memory leak.
      trunk patch: http://svn.apache.org/r1740910
                   http://svn.apache.org/r1741277
                   http://svn.apache.org/r1820809 (CHANGES)
-     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-event_ka_status.patch
+     diff so far: http://people.apache.org/~ylavic/patches/httpd-2.4.x-event_ka_status.diff
+                  http://svn.apache.org/r1820808
+                  http://svn.apache.org/r1820809 (CHANGES)
+     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-event_ka_status+sbh_leak.patch
      +1: ylavic
+     ylavic: joint proposal because the second change depends on the
+             ap_update_child_status() added by the first one. Hopefully the
+             first change is simple enough, the second one is quite straight
+             forward too.
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED