mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-18 01:40:33 +00:00
The close status code was written using (u8*)&code which produces platform byte order (little-endian on x86/ARM). This caused echo servers to receive invalid close codes and respond with 1011 (UnexpectedCondition). Fixes for example WPT: https://wpt.live/websockets/Close-1000-verify-code.any.html?wss |
||
|---|---|---|
| .. | ||
| Impl | ||
| CMakeLists.txt | ||
| ConnectionInfo.cpp | ||
| ConnectionInfo.h | ||
| Message.h | ||
| WebSocket.cpp | ||
| WebSocket.h | ||