https://bz.apache.org/bugzilla/show_bug.cgi?id=61673
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Mark Thomas <ma...@apache.org> --- What appears to be happening is that while the resources are being pushed, something goes wrong and the connection is closed. The connection close process iterates over the existing streams and resets them. That is going to result in concurrent access to the streams HashMap. Switching to the concurrent implementation will fix this issue. It is possible that fixing this may expose other concurrency issues. If it does, please open new bugs for them. -- 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