esp-idf/components/esp_http_client
yuanjm c79a907e4f components: Remove repeated keep alive function by ssl layer function
In esp_http_client and esp_websocket_client components, esp_transport_tcp_set_keep_alive has been called and keep-alive config has been saved in ssl->cfg.keep_alive_cfg,
So no need to call esp_transport_ssl_set_keep_alive again.
2021-03-10 02:19:29 +00:00
..
include components: Support bind socket to specified interface in esp_http_client and esp_websocket_client component 2021-03-10 02:19:29 +00:00
lib esp_http_client: Optimize code structure 2021-02-23 14:09:40 +08:00
test ci/test: Fix esp_http_client test not to use pointer after free 2020-12-30 05:33:51 +01:00
CMakeLists.txt tcp_transport: Reduce lwip dependecy for tcp_transport/http_client 2021-02-16 09:01:35 +01:00
component.mk Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_http_client.c components: Remove repeated keep alive function by ssl layer function 2021-03-10 02:19:29 +00:00
Kconfig esp32/esp-tls: remove dependancy of esp_https_client and tcp_transport on mbedtls 2020-10-23 05:16:06 +00:00