jetty.project/jetty-util
Lachlan f6fd3c41a5
Issue #4462 - Prevent jetty 10 WebSocket close deadlocks (#4472)
- Replicate problems from WS close deadlock with test cases
- use FutureCallback instead of SharedBlockingCallback for WS blocking methods
- add timeout to the blocking callbacks for WS for (idleTimeout + 1000ms)
- Core throws ClosedChannelException instead of ISE if send after closed
2020-01-29 09:15:40 +11:00
..
src Issue #4462 - Prevent jetty 10 WebSocket close deadlocks (#4472) 2020-01-29 09:15:40 +11:00
pom.xml Updating to version 9.4.26-SNAPSHOT 2019-12-20 11:30:41 -06:00