mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-07 09:02:30 +02:00
be08f6f2bb
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