Commit dd2efd7d authored by Stefan Eissing's avatar Stefan Eissing
Browse files

vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727392 13f79535-47bb-0310-9956-ffa450edef68
parent 01c388b9
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -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