https://bz.apache.org/bugzilla/show_bug.cgi?id=68905

--- Comment #11 from Yann Ylavic <ylavic....@gmail.com> ---
(In reply to Richard Hipp from comment #10)
> https://fossil-scm.org/home/info/a8e33fb161f45b65

FWIW, I think the correct check for the "server did not reply" case is
"iLength<0 && !closeConnection" rather than "iHttpVersion<0", because responses
with no Content-Length nor Transfer-Encoding is allowed only for HTTP/1.1
responses plus "Connection: close" or with HTTP/1.0 responses (where
"Connection: close" is implicit if not specified).
An HTTP/1.1 response with no "Connection: close" defaults to keep-alive so it
might not be wise to accept no C-L nor T-E for those.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to