trunk patch: http://svn.apache.org/r1725445
2.4.x patch: trunk works
+1: jailletc36, icing
-
+
*) When more than one module calls APACHE_CHECK_OPENSSL, MOD_LDFLAGS and MOD_CFLAGS
remain unset for second or later caller. Fix this by caching the values for
MOD_LDFLAGS and MOD_CFLAGS created during the first run and set them in the
trunk patch: http://svn.apache.org/r1726888
2.4.x patch: trunk works
+1: mrumph, icing
-
+
*) core: introducing new hook "pre_close_connection" to give protocols other
than http/1.1 a chance to send one last frame before close.
Requires MMN bump
http://svn.apache.org/r1727573
2.4.x patch: trunk works (modulo CHANGES)
+1: icing
-
+
+ *) core: Prevent a server crash in case of an invalid CONNECT request with
+ a custom error page for status code 400 that uses server side includes.
+ PR 58929
+ Trunk version of patch:
+ http://svn.apache.org/r1727544
+ Backport version for 2.4.x of patch:
+ Trunk version of patch works modulo CHANGES
+ +1: rpluem,
+
PATCHES/ISSUES THAT ARE BEING WORKED
*) http: Don't remove the Content-Length of zero from a HEAD response if