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

--- Comment #6 from Mark Thomas <ma...@apache.org> ---
You don't mean close connection either. You mean the client is unable to
determine the end of the response. This is usually signalled by one of the
following:
- content length header plus that many bytes being written
- no content length header and the server closing the connection
- chunked encoding and an end chunk being sent

The Tomcat unit tests check that the end of the response is correctly
signalled. You'll need to use tcpdump or similar to see exactly what is going
on and why curl is not detecting the end of the response. If you can produce a
test case that demonstrates that Tomcat does not end the response correctly
then please re-open this bug and attach the test case.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to