Dear Silvio,
The bug is actually in your logic. You are using libz wrong. First of
all, what you generate is "gzip", not "deflate" encoding. Second, if you
use compress2, you MUST supply the *entire* file at once, as it will
generate the gzip header and that must appear in the output only once.
Th
Hi Justin,
You are right, there was indeed a regression in 0.9.61. I've fixed this
in d640ad82..f6ee589d and added a test (we didn't have one!).
Happy hacking!
Christian
On 2/6/19 8:44 PM, Justin Graves wrote:
> Hello!
>
> First off, thank you for all of the hard work on libmicrohttpd!
>
> I
Excellent, thank you Christian!
-
Justin Graves
On Feb 9, 2019, 6:53 AM -0600, Christian Grothoff , wrote:
> Hi Justin,
>
> You are right, there was indeed a regression in 0.9.61. I've fixed this
> in d640ad82..f6ee589d and added a test (we didn't have one!).
>
>
> Happy hacking!
>
> Christian
>
>