diff options
author | Jerome Forissier <jerome.forissier@linaro.org> | 2024-11-05 12:08:49 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-12 19:08:57 -0600 |
commit | 385af1b898af7c36db9f2a00341e9ada0d365132 (patch) | |
tree | 484fcf59f0a98e844a8ebbb9fb37bf2f93777774 /lib/ctype.c | |
parent | 867e16ae05e2c15a39b271a5cb182c733da081e3 (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>
Diffstat (limited to 'lib/ctype.c')
0 files changed, 0 insertions, 0 deletions