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

Mark Thomas <[email protected]> changed:

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

--- Comment #3 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to