jetty.project/jetty-websocket/websocket-client/src
Lachlan Roberts 5a52235464 Issue #4104 - WebSocketSession will reject outgoing frames if closed
Outgoing frames will now go RemoteEndpoint->Session->ExtensionStack
instead of just RemoteEndpoint->ExtensionStack.

This will allow the Session to check whether it has been closed before
allowing the frame through the ExtensionStack.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2019-09-20 10:30:31 +10:00
..
main/java/org/eclipse/jetty/websocket/client Issue #4104 - WebSocketSession will reject outgoing frames if closed 2019-09-20 10:30:31 +10:00
test fix checkstyle in test sources (#4013) 2019-08-22 19:56:41 +10:00