esp-idf/components/tcp_transport
David Cermak 55dd3c8b77 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:11:44 +00:00
..
include ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:11:44 +00:00
private_include
test
CMakeLists.txt
component.mk
transport.c
transport_ssl.c fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value. 2020-04-15 09:49:03 +00:00
transport_strcasestr.c
transport_strcasestr.h
transport_tcp.c fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value. 2020-04-15 09:49:03 +00:00
transport_utils.c
transport_ws.c ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:11:44 +00:00