jetty.project/jetty-websocket/websocket-server
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
..
src Issue #4104 - WebSocketSession will reject outgoing frames if closed 2019-09-20 10:30:31 +10:00
pom.xml Issue #4020 - Adding JMX to BrowserDebugTool to test dump 2019-08-28 12:31:33 -05:00