From: Stefan Eissing Date: Thu, 28 Jan 2016 16:12:23 +0000 (+0000) Subject: vote X-Git-Tag: 2.4.19~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6709cc360d839dc023b1c3e3303d00d066e3b82;p=apache vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727392 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4e9121eeb3..986fff01bc 100644 --- a/STATUS +++ b/STATUS @@ -112,6 +112,16 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_ssl: Save some TLS record (application data) fragmentations by + including the last and subsequent suitable buckets when coalescing. + trunk patch: http://svn.apache.org/r1723122 + http://svn.apache.org/r1723143 + http://svn.apache.org/r1723284 + 2.4.x patch: trunk works, modulo CHANGES (from both r1723122,1723284) + For convenience (possibly): + http://people.apache.org/~ylavic/httpd-2.4.x-ssl_io_filter_coalesce.patch + +1: ylavic, jim, icing + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -171,16 +181,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: jailletc36, jim - *) mod_ssl: Save some TLS record (application data) fragmentations by - including the last and subsequent suitable buckets when coalescing. - trunk patch: http://svn.apache.org/r1723122 - http://svn.apache.org/r1723143 - http://svn.apache.org/r1723284 - 2.4.x patch: trunk works, modulo CHANGES (from both r1723122,1723284) - For convenience (possibly): - http://people.apache.org/~ylavic/httpd-2.4.x-ssl_io_filter_coalesce.patch - +1: ylavic, jim - *) core: Add expression support to SetHandler (someone wanted this in a well-articulated serverfault post). trunk patch: http://svn.apache.org/r1725149