OVMS3-idf/components/tcp_transport
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
..
include ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:14:48 +00:00
private_include ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
test tcp_transport: added basic unit tests for init/destroy transports in lists or when used separately 2019-07-04 11:07:41 +02:00
CMakeLists.txt tcp_transport: replace transport_strcasestr with strcasestr 2019-08-15 17:51:54 +02:00
component.mk esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle 2019-07-04 20:55:10 +02:00
transport.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
transport_ssl.c esp_tls: added connection timeout to esp_tls_conn_new_sync() 2020-03-04 15:15:40 +00:00
transport_tcp.c ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
transport_utils.c ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
transport_ws.c ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:14:48 +00:00