You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/08/02 04:22:23 UTC

DO NOT REPLY [Bug 10038] ab benchmaker hangs on 10K https URLs with keepalive

https://issues.apache.org/bugzilla/show_bug.cgi?id=10038


Roy T. Fielding <fi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




--- Comment #4 from Roy T. Fielding <fi...@apache.org>  2008-08-01 19:22:22 PST ---
ab.c in 1.3.x has a completely different implementation of
the request writing and does not suffer from the bug fixed
by the proposed patch (which is based on a later implementation
in 2.x and has now been fixed for 2.0.x and 2.2.x).

However, ab.c in 1.3.x also has a completely broken SSL
implementation that does not work and probably should be removed.
My guess is that the keepalive code is equally broken.
I suggest that anyone who wants to run ab against an httpd
(any version) should use the one in 2.2.9 or later.

If anyone does revisit this bug, I suspect the hang may be due
to close_connection not doing an SSL_shutdown (compare it to the
implementation in 2.2.x).


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org