Re: [git commit] bc: new applet, throws warning

2018-12-07 Thread Gavin Howard
Sure, it's 10 times bigger, but it actually implements arbitrary-precision math, implements all of the dc commands except 1, and (this is probably the biggest thing) implements dc strings properly, including being able to *execute* them, conditionally and unconditionally. I personally feel like it

Re: busybox wget Transfer-Encoding chunked

2018-12-07 Thread Steve W.
Oh, sorry Only now noticed that user agent is "uclient-fetch", and wget is actually symlinked to that instead of busybox on my Openwrt box. Sorry for confusion 2018-12-07 10:18, Steve W. rašė: > Hi, > > I experience an issue with Busybox wget running on a Openwrt box, version > "BusyBox v1

busybox wget Transfer-Encoding chunked

2018-12-07 Thread Steve W.
Hi, I experience an issue with Busybox wget running on a Openwrt box, version "BusyBox v1.28.3". When sending a POST request wget uses Transfer-Encoding "chunked" and does not provide Content-Length The issue is that my web application expects Content-Length and does not support chunked transfer

Re: [git commit] bc: new applet, throws warning

2018-12-07 Thread Bernhard Reutner-Fischer
On 6 December 2018 22:38:45 CET, Gavin Howard wrote: >On Thu, Dec 6, 2018 at 2:30 PM Michael Conrad >wrote: >> >> On 12/6/2018 11:48 AM, Gavin Howard wrote: >> >> > you are going to have to make the bc not give good error messages >and/or not check for errors as thoroughly (a massive chunk of the