You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/06/10 19:45:58 UTC

svn commit: r1601703 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Tue Jun 10 17:45:57 2014
New Revision: 1601703

URL: http://svn.apache.org/r1601703
Log:
Fix ab (custom method) proposal.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1601703&r1=1601702&r2=1601703&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Jun 10 17:45:57 2014
@@ -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.