]> granicus.if.org Git - apache/commitdiff
vote
authorStefan Eissing <icing@apache.org>
Thu, 28 Jan 2016 16:12:23 +0000 (16:12 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 28 Jan 2016 16:12:23 +0000 (16:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727392 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4e9121eeb381424f6044407c7605cc310dc1c9c6..986fff01bcae63d418ebc4f953f8af4b41527103 100644 (file)
--- 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