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

--- Comment #1 from adwsingh <[email protected]> ---
I traced the problem to this line in AbstractProcessor :
https://github.com/apache/tomcat/blob/9.0.x/java/org/apache/coyote/AbstractProcessor.java#L121

This will not dispatch if the container thread is the one which is processing
the error. But in this case it will always be the container thread which gets
the SocketEvent.ERROR.

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