esp-idf/components/esp_https_ota
Vikram Dattu 718d2e5f19 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:49:11 +05:30
..
include Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 2020-05-07 22:00:27 +02:00
src esp_http_client: Fixed handling of EAGAIN return 2021-09-20 17:49:11 +05:30
CMakeLists.txt Merge branch 'bugfix/CMake_esp_https_ota_dependencies' into master 2019-11-01 12:50:17 +05:30
component.mk esp_https_ota: Add support for HTTPS based ota feature 2018-08-03 16:47:07 +05:30
Kconfig esp_https_ota: add config option to (optionally) allow http 2019-01-30 18:11:05 +05:30