Mailing List Archive

[Bug 66058] Apache Benchmark (ab) breaks when receiving a chunked transfer while using connection keep-alive
https://bz.apache.org/bugzilla/show_bug.cgi?id=66058

Niklas Seyfarth <niklas@seyfarth.de> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |niklas@seyfarth.de
Summary|Apache Benchmark (ab) does |Apache Benchmark (ab)
|not always read the end of |breaks when receiving a
|a chunked transfer when |chunked transfer while
|using keep-alive |using connection keep-alive

--
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
[Bug 66058] Apache Benchmark (ab) breaks when receiving a chunked transfer while using connection keep-alive [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=66058

Joe Orton <jorton@redhat.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID

--- Comment #1 from Joe Orton <jorton@redhat.com> ---
ab sends an HTTP/1.0 request so if the server sends a chunked response that
will definitely fail, since the chunked transfer-coding is an HTTP/1.1 feature.

--
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