OVMS3-idf/components/esp_http_client
Hrudaynath Dhabe d4091f7cda esp_http_client: Add support to check the binary length of the recieved stream and compare it with the size mentioned in the header.
While downloading OTA firmware, if their is a Origin Respnse Timeout or the binary is only partially downloaded, OTA failure is observed. Checking binary size can also be helpful for simple http client applications.

Closes https://github.com/espressif/esp-idf/issues/3004
2019-08-02 19:18:44 +08:00
..
include esp_http_client: Add support to check the binary length of the recieved stream and compare it with the size mentioned in the header. 2019-08-02 19:18:44 +08:00
lib esp-tls: extending error handle to contain error descriptors with last mbedtls failure and latest certificate verification result flags, reworked tcp_transport to use this error handle 2019-07-04 20:55:10 +02:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_http_client.c esp_http_client: Add support to check the binary length of the recieved stream and compare it with the size mentioned in the header. 2019-08-02 19:18:44 +08:00
Kconfig esp_http_client: Add API for adding authorization info 2019-04-29 11:44:37 +05:30