mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
+ Improved test case handling of frame reading (to prevent future false failures) + Improved AbstractWebSocketConnection handling of close -> disconnect to only trigger on successful write (or failure) of close frame flush attempt. + Flusher close on all forms of disconnect, even half-closed.