]> granicus.if.org Git - apache/commitdiff
Fix ab (custom method) proposal.
authorYann Ylavic <ylavic@apache.org>
Tue, 10 Jun 2014 17:45:57 +0000 (17:45 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 10 Jun 2014 17:45:57 +0000 (17:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1601703 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bcb0381f0599970533a6f8b2fb1d439519ecdd9c..8e142b0c572696b804fe100a0921b3e1b7f80431 100644 (file)
--- 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.