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

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
You need to increase maxSwallowSize to a value greater than the size of the
upload.

Tomcat drops the connection if more input bytes remain than maxSwallowSize.

Note that as of Tomcat 7.0.60 Tomcat will read at least maxSwallowSize bytes
before dropping the connection to give clients a chance to read the reponse.

Note most clients don't read the response until the request has been fully
written. You might want to consider using an expectation.

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