Re: [Toybox] [PATCH 0/1] Added basic post-data support to wget.c

2022-03-28 Thread enh via Toybox
On Sat, Mar 26, 2022 at 2:49 PM Rob Landley wrote: > On 3/26/22 11:59 AM, Moritz C. Weber wrote: > > Dear all, > > I wrote the simple patch to enable wget for POST requests with an > --post-data option. > > Sadly, patched wget and git HEAD segfault on my current build machine. > > I did some clea

Re: [Toybox] [PATCH 0/1] Added basic post-data support to wget.c

2022-03-26 Thread Rob Landley
On 3/26/22 11:59 AM, Moritz C. Weber wrote: > Dear all, > I wrote the simple patch to enable wget for POST requests with an --post-data > option. > Sadly, patched wget and git HEAD segfault on my current build machine. I did some cleanups to wget recently (after talking to you about it), and appl

[Toybox] [PATCH 0/1] Added basic post-data support to wget.c

2022-03-26 Thread Moritz C. Weber
Dear all, I wrote the simple patch to enable wget for POST requests with an --post-data option. Sadly, patched wget and git HEAD segfault on my current build machine. So, testing can and will be improved, but I mainly send this patch to learn the process. And I think the change is trivial, if I