mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 04:19:12 +00:00
+ From discussion with Simone, the dispatched fillInterest.onFail() needs to occur, so that the AbstractConnection.onReadTimeout() can handle the close conditions needed by SPDY and WebSocket. The EndPoint close within onIdleExpired is a race condition with this onReadTimeout desired behavior.