DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25523>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25523

ab always runs one requests too many

           Summary: ab always runs one requests too many
           Product: Apache httpd-2.0
           Version: 2.0-HEAD
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: support
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


ab -n 1 -c 1 http://localhost/

generates two requests:

127.0.0.1 - - [14/Dec/2003:20:31:56 -0800] "GET / HTTP/1.0" 200 924
127.0.0.1 - - [14/Dec/2003:20:31:56 -0800] "GET / HTTP/1.0" 200 924

if you set -n 2, you get 3 requests, etc.

This doesn't happen with ab in apache-1.3.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to