OVMS3-idf/components/esp_websocket_client
David Cermak 612b9e4a58 ws_client: fix fragmented send setting proper opcodes
Previous implementation violated the RFC by having both the actual opcode and WS_FIN flag set for all fragments of a message.
Fixed by setting the opcode only for the first fragment and WS_FIN for the last one

Closes IDFGH-2938
Closes https://github.com/espressif/esp-idf/issues/4974
2020-05-22 06:16:29 +00:00
..
include tcp_transport/ws_client: websockets now correctly handle messages longer than buffer 2020-04-02 07:30:12 +00:00
CMakeLists.txt websocket: backport of websocket client to v3.3 2020-04-02 07:30:12 +00:00
component.mk websocket: backport of websocket client to v3.3 2020-04-02 07:30:12 +00:00
esp_websocket_client.c ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:16:29 +00:00