Files
ladybird/Libraries/LibWebSocket
Sam Atkins 7889a46724 LibWebSocket: Time out stalled close handshakes
Start a single-shot timer when a websocket enters CLOSING and fail
the connection if the peer never answers with its close frame.

Without a bound here, a dropped or non-responsive peer can leave the
websocket stuck in the closing handshake forever, which is another
path to rare websocket timeouts during repeated test runs.
2026-05-05 19:14:29 +02:00
..