commit | b479fc4af90c57c146fd864bb39bc912951b107e | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Wed Dec 04 00:05:16 2024 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Dec 04 12:24:37 2024 +0100 |
tree | 0c0a7b87f9963d4cb93b15f6a2582ad33fbd4eef | |
parent | 50a2a0bcc80f99a5ad38667d485fe456fbce2104 [diff] |
net: wget: let wget_with_dns work with dns disabled This was marked as TODO in the code: - Enable use of wget_with_dns even if CMD_DNS is disabled if the given uri has the ip address for the http server. - Move the check for CMD_DNS inside wget_with_dns. - Rename wget_with_dns to wget_do_request Signed-off-by: Adriano Cordova <adrianox@gmail.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>