mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 17:37:33 +02:00
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.