https://bz.apache.org/bugzilla/show_bug.cgi?id=61301
--- Comment #6 from Luca Toscano <toscano.luca@gmail.com> ---
I am able to reproduce locally, it only happens with TLS and not with plain
http. The request takes those 5s since after the end of the response, httpd
waits 5s (KeepAliveTimeout) and then sends a TLS close notify (that should be
those 31 bytes) and then a TCP FIN. So I suspect that ab might not handle
correctly the semantic of Keep-Alive when dealing with these corner cases.
--
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
|