esp-idf/components/esp_http_client
Vikram Dattu f125b018c3 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-21 14:08:12 +05:30
..
include Add options for esp_http_client and esp_websocket_client to support keepalive 2021-01-25 21:01:30 +08:00
lib esp_http_client: Optimize code structure 2021-07-29 16:39:08 +08:00
test ci/test: Fix esp_http_client test not to use pointer after free 2021-06-30 14:05:59 +02:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
Kconfig esp_http_client: Add API for adding authorization info 2019-04-29 11:44:37 +05:30
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-21 14:08:12 +05:30