Commit 9e2d8498 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

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
parent 497a1c5f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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