From: Yann Ylavic Date: Tue, 10 Jun 2014 17:45:57 +0000 (+0000) Subject: Fix ab (custom method) proposal. X-Git-Tag: 2.4.10~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5911ca9512277a236f085fc701992f9ac298d4d7;p=apache Fix ab (custom method) proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1601703 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bcb0381f05..8e142b0c57 100644 --- a/STATUS +++ b/STATUS @@ -256,7 +256,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * ab: support custom HTTP method with -m argument. PR 56604. trunk patch: http://svn.apache.org/r1601076 http://svn.apache.org/r1601680 + http://svn.apache.org/r1601700 2.4.x patch: trunk works (modulo CHANGES) + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ab_custom_method.patch + (modulo CHANGES) +1: ylavic * mod_ssl, event: Ensure that the SSL close notify alert is flushed to the client.