]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
found more unbackported changes; add single patch for sync
authorRoy T. Fielding <fielding@apache.org>
Tue, 13 May 2008 01:48:50 +0000 (01:48 +0000)
committerRoy T. Fielding <fielding@apache.org>
Tue, 13 May 2008 01:48:50 +0000 (01:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@655709 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 889f4add5c1828d9f143746e2f2d3f6e49ef3176..47942e9288355b5659c6eb24b38eb3b97d7f6422 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -199,6 +199,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    +1: rpluem
 
   * ab: Sync to current trunk in order to include:
+    Add siege-like behaviour to ApacheBench; output the results, as they
+    have accrued so far, when the user interrupts with ctrl-c. As the
+    signal handler is non-reentrant, we don't need volatiles, and the
+    operations all look signal-safe.  Update the base version.
+    Set the LastChangedRevision svn property, as ab.c has $Rev $ embedded.
     Add -r option to continue after socket receive errors.
     The apr_port_t type is unsigned, but ab was using a signed format
     code in its reports. PR 42070.
@@ -222,6 +227,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     Improve client performance by clearing connection pool instead
     of destroying it. PR 40054
     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=390511
+       http://svn.apache.org/viewvc?view=rev&revision=390519
        http://svn.apache.org/viewvc?view=rev&revision=516175
        http://svn.apache.org/viewvc?view=rev&revision=526584
        http://svn.apache.org/viewvc?view=rev&revision=526872
@@ -232,7 +239,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        http://svn.apache.org/viewvc?view=rev&revision=655637
        http://svn.apache.org/viewvc?view=rev&revision=655654
    Backport version for 2.2.x of patch:
-       Trunk version works
+       http://people.apache.org/~fielding/p/ab-sync.txt
    +1: fielding