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

--- Comment #9 from Mark Thomas <ma...@apache.org> ---
OK. I have this working now. Some additional details for other people who want
to try this test case:
- URL expects POST requests. I used JMeter to send one.
- The POST body needs to be big enough that it isn't all read at the same time.
I added an ~8MB text file to the POST

Tomcat is handling the error and immediately closing the connection. This is by
design. I need to dig further to understand what use case led to this approach
and if we can take a more relaxed approach and close the connection cleanly
rather than immediately.

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