From: Yann Ylavic Date: Tue, 25 Apr 2017 22:55:04 +0000 (+0000) Subject: Rehabilitate. X-Git-Tag: 2.4.26~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60024ed70eee69126fd8f94cef08aadfd9bae878;p=thirdparty%2Fapache%2Fhttpd.git Rehabilitate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1792676 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ec30ce0f731..eb4dbd11927 100644 --- a/STATUS +++ b/STATUS @@ -192,17 +192,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: jchampion -PATCHES/ISSUES THAT ARE BEING WORKED - [ New entried should be added at the START of the list ] - *) core: Disallow multiple Listen on the same IP:port when listener buckets are configured (ListenCoresBucketsRatio > 0), consistently with the single bucket case (default), thus avoiding the leak of the corresponding socket descriptors on graceful restart. trunk patch: http://svn.apache.org/r1789220 + trunk patch: http://svn.apache.org/r1792675 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic + +PATCHES/ISSUES THAT ARE BEING WORKED + [ New entried should be added at the START of the list ] + *) mod_ssl: Return 502 instead of 500 when SSL peer check or proxy_post_handshake hook fails. Trunk patch: r1645529 (works)