OVMS3-idf/components/tcp_transport/include
David Cermak ca01e8698f 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:14:48 +00:00
..
esp_transport.h ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
esp_transport_ssl.h tcp_transport: added API for client-key password 2020-01-06 21:16:24 +00:00
esp_transport_tcp.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_transport_ws.h ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:14:48 +00:00