zephyr/subsys/net/lib/websocket
Robert Lubos 432ff20a72 net: websockets: Fix websocket close procedure
The websocket implementation did not comply with the RFC 6455 when it
comes to connection close. The websocket should send in such case Close
control frame. This commit fixes this behaviour.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-02-03 10:37:57 -08:00
..
CMakeLists.txt
Kconfig
websocket_internal.h net: websocket: new receiving algorithm 2022-12-20 17:05:12 +00:00
websocket.c net: websockets: Fix websocket close procedure 2023-02-03 10:37:57 -08:00