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 net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
Kconfig kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
websocket.c net: websockets: Fix websocket close procedure 2023-02-03 10:37:57 -08:00
websocket_internal.h net: websocket: new receiving algorithm 2022-12-20 17:05:12 +00:00