esp-idf/components/esp_https_ota/src
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
..
esp_https_ota.c esp_http_client: Fixed handling of EAGAIN return 2021-09-20 17:10:44 +05:30