]> granicus.if.org Git - apache/commitdiff
Propose
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 2 Jun 2017 20:30:04 +0000 (20:30 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 2 Jun 2017 20:30:04 +0000 (20:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1797429 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6783fb89593f606f552e16c94fa04292f65df56a..d48ba5655f305cb32f1a2878674a7f27e77cf48a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -194,6 +194,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c  1792092,1796864 ^/httpd/httpd/trunk .
      +1: covener, jim
 
+  *) worker, prefork: save some cycles by not copying the listener's pollfds
+                      for each pollset operation
+     trunk patch: http://svn.apache.org/r1662437
+     2.4.x patch: svn merge -c 1662437 ^/httpd/httpd/trunk .
+     +1: jailletc36
+
+   *) prefork: This fixes race-condition in signals handling when httpd is
+               runnning on foreground and user hits ctrl+c
+     trunk patch: http://svn.apache.org/r1618555
+     2.4.x patch: svn merge -c 1618555 ^/httpd/httpd/trunk .
+     +1: 
+     jailetc36: untested because I'm unsure on how to reproduce the race, but
+                the patch description looks straighforward.
+                If confirmed, it would worth, IMHO, a CHANGE entry and maybe a
+                2.2.x backport.
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED