Files
ladybird/Libraries/LibWebSocket
Sam Atkins 485f50287f LibWebSocket: Close failed sockets cleanly
Route fatal protocol-level websocket failures through fail_connection(),
emit both error and close once a socket exists, and drop the old
fatal_error() helper.

This gives callers a terminal close event instead of leaving transport
failures as error-only state changes.
2026-05-05 19:14:29 +02:00
..