https://issues.apache.org/bugzilla/show_bug.cgi?id=10038
Roy T. Fielding <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Roy T. Fielding <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]