commit | 1187b4ec34289bd01eecc84bcf68e8b503f150c5 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Apr 17 15:26:57 2025 +0200 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Tue May 20 15:43:08 2025 +0200 |
tree | 8227fbb36be3941ec488b322629a9c314dfccc75 | |
parent | 194e4e36d4b9e79c236094d71d0fbcab59eb0017 [diff] |
net-lwip: change static function wget_loop() to be wget_do_request() wget_do_request() currently does so little before calling the static function wget_loop() that we may as well rename wget_loop() to wget_do_request() and put everything in one function. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Sughosh Ganu <sughosh.ganu@linaro.org>