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

--- Comment #7 from Mark Thomas <ma...@apache.org> ---
Can you provide a little more detail about what the test is doing?

Looking at the code I see the following sequence of events as a possible
trigger:
- client is sending data
- server detects an error
- client is still sending data
- server does a (forceful - not waiting for the close handshake) shutdown
- PerMessageDefault transformer is shutdown
- client is still sending data (it hasn't received the close message yet)
- server receives data and tries to process it
- PerMessageDefault transformer throws this error

Might this match your test?

I want to look to see if I can prevent the server processing more data once the
server initiates a forceful shutdown.

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