esp-idf/components/esp_http_client
Vikram Dattu 70db0406fc esp_http_client: Fixed handling of EAGAIN return
For https connection `ESP_TLS_ERR_SSL_WANT_READ` of esp_transport_read was getting treated as error.
Treated this as a timeout to fix connection abort issue!

Also handled http connection EAGAIN with `errno == EAGAIN` check.

Signed-off-by: Vikram Dattu <vikram.dattu@espressif.com>
2021-09-20 17:10:44 +05:30
..
include esp_http_client: Support client key password for HTTPS connections. 2021-09-19 21:12:35 +08:00
lib Fix memory leak on error path in http_header_set_format 2021-07-25 07:42:14 +05:30
test ci/test: Fix esp_http_client const char* correction 2021-08-18 15:28:08 +02:00
CMakeLists.txt esp32/esp-tls: remove dependancy of esp_https_client and tcp_transport on mbedtls 2020-10-23 05:16:06 +00:00
component.mk Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_http_client.c esp_http_client: Fixed handling of EAGAIN return 2021-09-20 17:10:44 +05:30
Kconfig esp32/esp-tls: remove dependancy of esp_https_client and tcp_transport on mbedtls 2020-10-23 05:16:06 +00:00