commit | e45c07cd60d05256c4d33d52a0f164b9908dd6b4 | [log] [tgz] |
---|---|---|
author | Joep Buruma <burumaj50@gmail.com> | Mon May 03 12:21:10 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Jul 28 07:32:46 2021 -0400 |
tree | e7f8b727296818e910cf8407c8d6b305192a0911 | |
parent | 6cb1e22fd43c43b924bfd2637dbcc3cdf260d621 [diff] |
mgmt: hawkbit: Fix case where body_data not set correctly When downloading large files from the hawkbit server the only time rsp->body_start is checked is on the first call. After this it is never checked again. This caused the wrong data to be written to flash and a failed update. Signed-off-by: Joep Buruma <burumaj50@gmail.com>