Re: [PATCH] nwt: wget: drop Content-Length processing

2024-11-13 Thread Jerome Forissier
On 11/11/24 13:47, Ilias Apalodimas wrote: > Hi Jerome, > > On Tue, 5 Nov 2024 at 13:09, Jerome Forissier > wrote: >> >> We don't do anything with Content-Length except a debug print, and the >> strict_strtoul() call is incorrect (it always returns -EINVAL and leaves >> content_length to zero

Re: [PATCH] nwt: wget: drop Content-Length processing

2024-11-13 Thread Tom Rini
On Tue, 05 Nov 2024 12:08:49 +0100, Jerome Forissier wrote: > We don't do anything with Content-Length except a debug print, and the > strict_strtoul() call is incorrect (it always returns -EINVAL and leaves > content_length to zero due to the presence of trailing characters after > the decimal va

Re: [PATCH] nwt: wget: drop Content-Length processing

2024-11-11 Thread Ilias Apalodimas
Hi Jerome, On Tue, 5 Nov 2024 at 13:09, Jerome Forissier wrote: > > We don't do anything with Content-Length except a debug print, and the > strict_strtoul() call is incorrect (it always returns -EINVAL and leaves > content_length to zero due to the presence of trailing characters after > the dec