esp-idf/components/tcp_transport
David Cermak 14992e62c5 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-04-14 16:11:32 +02:00
..
include ws_client: fix fragmented send setting proper opcodes 2020-04-14 16:11:32 +02:00
private_include
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt
component.mk
transport.c
transport_ssl.c esp_tls: added connection timeout to esp_tls_conn_new_sync() 2020-01-16 07:32:19 +00:00
transport_tcp.c
transport_utils.c
transport_ws.c ws_client: fix fragmented send setting proper opcodes 2020-04-14 16:11:32 +02:00