]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Add siege-like behaviour to ApacheBench; output the results, as they have
authorColm MacCarthaigh <colm@apache.org>
Fri, 31 Mar 2006 21:54:25 +0000 (21:54 +0000)
committerColm MacCarthaigh <colm@apache.org>
Fri, 31 Mar 2006 21:54:25 +0000 (21:54 +0000)
commite804af2c37b4df48dd688b840b7226103c31f4ba
tree6f874f0d0e41c0ec04bcb18395d188ff01bcdd00
parent4c82c8acd335fa2fdd0394512902b8a3b223e425
  * 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, since handling a signal differently is an external
    API change of sorts.

  * set the LastChangedRevision svn property, as ab.c has $Rev $ embedded, so
    it really should be.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@390511 13f79535-47bb-0310-9956-ffa450edef68
support/ab.c