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
..
Impl LibTLS: Remove blocking option and simplify Options struct 2025-06-23 17:49:21 +02:00
CMakeLists.txt LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
ConnectionInfo.cpp LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
ConnectionInfo.h LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
Message.h LibWebSocket: Remove meaningless const&& Message constructor 2025-03-09 11:14:20 -04:00
WebSocket.cpp LibWebSocket: Close failed sockets cleanly 2026-05-05 19:14:29 +02:00
WebSocket.h LibWebSocket: Close failed sockets cleanly 2026-05-05 19:14:29 +02:00