Re: [PATCH v3 02/15] net: wget: let wget_with_dns work with dns disabled

2024-11-16 Thread Heinrich Schuchardt
On 11/11/24 22:09, Adriano Cordova wrote: 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. -Check for port in the uri when transforming to legacy wget syntax inside wget_with_dns. -Move the check

[PATCH v3 02/15] net: wget: let wget_with_dns work with dns disabled

2024-11-11 Thread Adriano Cordova
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. -Check for port in the uri when transforming to legacy wget syntax inside wget_with_dns. -Move the check for CMD_DNS inside wget_with_dns. Signed-o