commit | 6ee3e8bff35917ae7f8f4b32578b6ac8f75950c3 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Tue Nov 05 12:08:49 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 12 19:08:57 2024 -0600 |
tree | 484fcf59f0a98e844a8ebbb9fb37bf2f93777774 | |
parent | 27280b6002c1d2548b5a4841d68362185bb90a88 [diff] |
net: wget: drop Content-Length processing We don't do anything with Content-Length except a debug print, and the strict_strtoul() call is incorrect (it always returns -EINVAL and leaves content_length to zero due to the presence of trailing characters after the decimal valuoe of Content-Length). So let's just drop this piece of code. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>