You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@apache.org on 2008/05/13 03:48:50 UTC

svn commit: r655709 - /httpd/httpd/branches/2.2.x/STATUS

Author: fielding
Date: Mon May 12 18:48:50 2008
New Revision: 655709

URL: http://svn.apache.org/viewvc?rev=655709&view=rev
Log:
found more unbackported changes; add single patch for sync

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=655709&r1=655708&r2=655709&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon May 12 18:48:50 2008
@@ -199,6 +199,11 @@
    +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 @@
     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 @@
        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