OVMS3-idf/components/esp_http_client
Hrudaynath Dhabe 012ff5775b 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-12-31 11:14:18 +05:30
..
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-12-31 11:14:18 +05:30
lib http_client: added comments to http header generation function 2019-11-19 14:07:38 +00:00
test fixes : set_url discards username and password 2019-10-12 10:50:27 +05:30
CMakeLists.txt MQTT: Integrate esp-mqtt library into idf 2018-09-12 08:00:59 +02: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-12-31 11:14:18 +05:30
Kconfig esp_http_client: Add API for adding authorization info 2019-10-09 14:02:48 +00:00