On 10/4/24 09:11, Ilias Apalodimas wrote: > On Thu, 3 Oct 2024 at 18:47, Jerome Forissier > <jerome.foriss...@linaro.org> wrote: >> >> From: Jonathan Humphreys <j-humphr...@ti.com> > > A short description is missing here I will fold this patch into the previous one since it was a review comment from Jonathan H. ; Jonathan I hope you don't mind? Thanks, -- Jerome > > Thanks > /Ilias >> >> Signed-off-by: Jonathan Humphreys <j-humphr...@ti.com> >> Signed-off-by: Jerome Forissier <jerome.foriss...@linaro.org> >> --- >> net/lwip/wget.c | 6 ------ >> 1 file changed, 6 deletions(-) >> >> diff --git a/net/lwip/wget.c b/net/lwip/wget.c >> index e8768fc2acd..b495ebd1aa9 100644 >> --- a/net/lwip/wget.c >> +++ b/net/lwip/wget.c >> @@ -349,12 +349,6 @@ bool wget_validate_uri(char *uri) >> ret = false; >> goto out; >> } >> - s = strchr(authority, ':'); >> - if (s) { >> - log_err("user defined port is not supported\n"); >> - ret = false; >> - goto out; >> - } >> >> out: >> free(str_copy); >> -- >> 2.40.1 >>
- Re: [PATCH v11 14/29] lwip: tftp: bind to TFTP p... Jerome Forissier
- [PATCH v11 12/29] net-lwip: build lwIP Jerome Forissier
- [PATCH v11 15/29] net-lwip: add TFTP support and tftpboot... Jerome Forissier
- Re: [PATCH v11 15/29] net-lwip: add TFTP support and... Ilias Apalodimas
- [PATCH v11 16/29] net-lwip: add ping command Jerome Forissier
- [PATCH v11 17/29] net-lwip: add dns command Jerome Forissier
- [PATCH v11 18/29] net: split cmd/net.c into cmd/net.c and... Jerome Forissier
- [PATCH v11 19/29] net-lwip: add wget command Jerome Forissier
- [PATCH v11 20/29] net-lwip: lwIP wget supports user defin... Jerome Forissier
- Re: [PATCH v11 20/29] net-lwip: lwIP wget supports u... Ilias Apalodimas
- Re: [PATCH v11 20/29] net-lwip: lwIP wget suppor... Jerome Forissier
- Re: [PATCH v11 20/29] net-lwip: lwIP wget su... Jon Humphreys
- [PATCH v11 21/29] cmd: bdinfo: enable -e when CONFIG_CMD_... Jerome Forissier
- [PATCH v11 22/29] configs: add qemu_arm64_lwip_defconfig Jerome Forissier
- Re: [PATCH v11 22/29] configs: add qemu_arm64_lwip_d... Ilias Apalodimas
- [PATCH v11 24/29] net-lwip: add TFTP_BLOCKSIZE Jerome Forissier
- [PATCH v11 23/29] lwip: tftp: add support of blksize opti... Jerome Forissier
- Re: [PATCH v11 23/29] lwip: tftp: add support of blk... Ilias Apalodimas
- [PATCH v11 25/29] CI: add qemu_arm64_lwip to the test mat... Jerome Forissier