esp-idf/components/tcp_transport
Mahavir Jain 49ce8d3fe5 transport_ssl: reset state on connection closure
For url redirection cases (HTTP status 301/302), internal
transport ssl connection state must be reinitialized for
successful (new) connection on updated url.

Closes https://github.com/espressif/esp-idf/issues/4598
2020-04-15 15:22:32 +05:30
..
include ws_client: fix fragmented send setting proper opcodes 2020-04-14 16:11:32 +02:00
private_include ws_client: fix handling timeouts by websocket client. 2019-11-18 10:59:41 +00:00
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 transport_ssl: reset state on connection closure 2020-04-15 15:22:32 +05:30
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-04-14 16:11:32 +02:00