From cefd2f669905cd362da9f613dbfe343e5ab35e8c Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Tue, 13 May 2008 01:48:50 +0000 Subject: [PATCH] found more unbackported changes; add single patch for sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@655709 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 889f4add5c1..47942e92883 100644 --- 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 -- 2.47.2