https://bz.apache.org/bugzilla/show_bug.cgi?id=64848
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #7 from Mark Thomas <ma...@apache.org> --- The issue as reproduced by the provided test case is fixed in 9.0.39. Entries are removed from the waitingProcessor list when an event is processed for the socket (and returned once processing is complete if the connection is still open). If the writes from the server are made from an application thread (rather then in response to a message from the client and on the same thread) then it looks like it is possible that an unclean close will result in problem described here. Re-opening while I investigate a potential unit test for this. -- 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