Files
ladybird/Libraries/LibWebSocket/WebSocket.cpp
Sam Atkins 822303540d LibWebSocket: Send empty websocket frames
Remove the client-side early return that skipped transport writes for
zero-length masked payloads.

This keeps empty text or binary messages and empty pong replies on the
wire instead of silently discarding them.

This essentially reverts 29078d4d53. The
crash that commit fixed (loading
https://www.linux.org.ru/news/opensource/16780786 and waiting) does not
occur with this change.
2026-05-05 19:14:29 +02:00

28 KiB