mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
introduce channelState check in the catch in WSChannel sendFrame to guard from multiple closes WebSocketConnection fillAndParse will now try to read until EOF removed state change in the isOutputOpen check in webSocketChannelState to as we do the state change in the catch block in WSChannel added and improved WebSocketCloseTest to test more cases Signed-off-by: Lachlan Roberts <lachlan@webtide.com>