From: Stefan Eissing Date: Fri, 29 Jan 2016 13:41:42 +0000 (+0000) Subject: proposing backport of pre_close_connection hook X-Git-Tag: 2.4.19~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d41427e3f3096def96a93b59f701bd5293bab2;p=thirdparty%2Fapache%2Fhttpd.git proposing backport of pre_close_connection hook git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727584 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 988e8d0129a..d1b32946184 100644 --- a/STATUS +++ b/STATUS @@ -216,6 +216,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 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 + trunk patch: http://svn.apache.org/r1727071 + http://svn.apache.org/r1727573 + 2.4.x patch: trunk works (modulo CHANGES) + +1: icing + PATCHES/ISSUES THAT ARE BEING WORKED *) http: Don't remove the Content-Length of zero from a HEAD response if