OVMS3-idf/components/tcp_transport/include
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
..
esp_transport.h tcp_transport: transport set handle refactoring, web socket client name updated 2018-10-02 15:19:46 +02:00
esp_transport_ssl.h tcp_transport: Add API to allow skipping of certificate CN validation 2019-10-09 14:02:48 +00:00
esp_transport_tcp.h tcp_transport: renamed possibly generic function names to be esp_ prefixed and not to colide with user namespace 2018-10-02 14:16:48 +02:00
esp_transport_utils.h tcp_transport: renamed possibly generic function names to be esp_ prefixed and not to colide with user namespace 2018-10-02 14:16:48 +02:00
esp_transport_ws.h ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:16:29 +00:00