jetty.project
jetty.project copied to clipboard
Websocket client org.eclipse.jetty.websocket.core.WebSocketConnection#fillAndParse is not running into a safe context
trafficstars
Jetty version(s) 12.0.20
Jetty Environment standalone
Java version/vendor (use: java -version)
zulu 21
OS type/version ubuntu 25.04
Description+How to reproduce? when calling close from a succeeded callback (after a message or a ping for ex) the networkBuffer can be null so the websocket client can fail (happens in tests where it goes "super fast").