• R
    Add CloseStatus to indicate unreliable session · cbd5af3a
    Rossen Stoyanchev 提交于
    When a send timeout is detected, the WebSocket session is now closed
    with a custom close status that indicates so. This allows skipping
    parts of the close logic that may cause further hanging.
    
    Issue: SPR-11450
    cbd5af3a
SubProtocolWebSocketHandler.java 10.3 KB