commit | 95b1035ca58e75cb61a1aaa6cdfe45fc13d5127a | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Apr 17 15:26:58 2025 +0200 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Tue May 20 15:43:08 2025 +0200 |
tree | 9fe71bea80e5e8b58cbef8ca0e95bfa15dffbb6e | |
parent | 1187b4ec34289bd01eecc84bcf68e8b503f150c5 [diff] |
net, net-lwip: wget: suppress console output when called by EFI Functions called from EFI applications should not do console output. Refactor the wget code to implement this requirement. The wget_http_info struct is used to hold the boolean that signifies whether the output is allowed or not. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>