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

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

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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
Tomcat will swallow the request body up to maxSwallowSize after which Tomcat
will close the connection.

Most clients will not read the response until the body is fully sent so if
maxSwallowSize < request body size then the client will just see a closed
connection. You can increase maxSwallowSize to avoid this (at the cost of
pointlessly reading more data).

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