Files
ladybird/Libraries/LibWeb/WebSockets
Timothy Flynn 04e7830958 LibWeb: Set the socket ready state to CLOSING immediately
We currently wait for an IPC round trip to set the ready state. This
leaves a window open where we can process a message from the remote
server in the meantime. We will still receive that message now, but
will not propagate it to JS.

This should fix the WebSocket echo test being flakey.
2026-01-10 23:40:58 +01:00
..