From 1f729336372a703d77528d96bde20bdd336055a9 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Tue, 10 Jun 2014 17:30:04 +0000 Subject: [PATCH] Propose SSL shutdown fixes on both ends (client/backend). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1601697 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/STATUS b/STATUS index 50af5a8a27..bcb0381f05 100644 --- a/STATUS +++ b/STATUS @@ -253,6 +253,29 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: http://people.apache.org/~jailletc36/backport8.patch +1: jailletc36, ylavic + * ab: support custom HTTP method with -m argument. PR 56604. + trunk patch: http://svn.apache.org/r1601076 + http://svn.apache.org/r1601680 + 2.4.x patch: trunk works (modulo CHANGES) + +1: ylavic + + * mod_ssl, event: Ensure that the SSL close notify alert is flushed to the client. + PR54998. + trunk patch: http://svn.apache.org/r1601184 + http://svn.apache.org/r1601274 + http://svn.apache.org/r1601185 + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-SSL-shutdown.patch + (modulo CHANGES/MMN) + +1: ylavic + + * mod_proxy: Shutdown (eg. SSL close notify) the backend connection before closing. + trunk patch: http://svn.apache.org/r1601291 + http://svn.apache.org/r1601630 + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-proxy-SSL-shutdown.patch + (modulo CHANGES) + note: depends on ap_shutdown_conn() from r1601185 above. + +1: ylavic + OTHER PROPOSALS * A list of further possible backports can be found at: -- 2.50.1