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 esp_http_client: Support client key password for HTTPS connections. 2021-08-25 18:27:31 +05:30
lib Fix memory leak on error path in http_header_set_format 2021-07-23 17:48:45 +05:30
test esp-tls, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
CMakeLists.txt tcp_transport: Reduce lwip dependecy for tcp_transport/http_client 2021-02-16 09:01:35 +01:00
Kconfig esp_http_client: Add config option for HTTP Digest auth 2021-03-23 11:58:35 +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-07 14:33:49 +05:30