jetty.project/jetty-websocket/jetty-websocket-client
Lachlan Roberts 9a7e7bc999 Issue #3167 - Refactor of WebSocketChannelState
WebSocketChannelState now performs frame sequence checks and is called
on every outgoing and incoming frame, these checks return true to
indicate that the WebSocketChannel is fully closed

unrelated changes in

ExtensionStack:
succeeded() needed to be called instead of failed as explained
in the comment above the change

WebSocketClient:
removed duplication of the connect code by calling connect again
with a null UpgradeRequest

FrameFlusher:
improved the logging

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2019-01-10 18:53:52 +11:00
..
src Issue #3167 - Refactor of WebSocketChannelState 2019-01-10 18:53:52 +11:00
pom.xml Jetty 10.0.x 2978 add module info (#3120) 2018-11-22 12:37:35 +01:00