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

--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> ---
If I understand you correctly, you are uploading a 1Gb file using HttpClient
(4.3.4).

The stack trace is from HttpClient that uploads the file. There are no Tomcat
lines there.


> Nothing appears in the logs on the receiving server.

Have you configured AccessLogValve on the receiving server? If you have not,
configure it.
What HTTP status code is logged in access log for this aborted request?


There are two notable changes in 8.0.9, mentioned in the change log:
1). When an error occurs after the response has been committed close the
connection immediately rather than attempting to finish the response to make it
easier for the client to differentiate between a complete response and one that
failed part way though.
2). Add a new limit, defaulting to 2MB, for the amount of data Tomcat will
swallow for an aborted upload.

The HTTP status code is needed to guess what happened here.

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