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 ]
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