esp-idf/components/esp_http_client
Vikram Dattu 1c57dbcb3c 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-07 14:33:49 +05:30
..
include
lib
test
CMakeLists.txt
Kconfig
component.mk
esp_http_client.c esp_http_client: Fixed handling of EAGAIN return 2021-09-07 14:33:49 +05:30