jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Websocket client org.eclipse.jetty.websocket.core.WebSocketConnection#fillAndParse is not running into a safe context

Open rmannibucau opened this issue 5 months ago • 0 comments
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").

rmannibucau avatar Jun 08 '25 17:06 rmannibucau