mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
pass the cause from the AbnormalCloseStatus to closeConnection in WSChannel If onOpen throws we now throw a runtime exception in addition to failing the callback, this is to fail the CompletableFuture in the ClientUpgradeRequest. Signed-off-by: lachan-roberts <lachlan@webtide.com>