Re: [libmicrohttpd] MHD cannot write the entire chunked deflate data (deflate/chunked)

2019-02-09 Thread Christian Grothoff
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

Re: [libmicrohttpd] Raw query string issue

2019-02-09 Thread Christian Grothoff
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

Re: [libmicrohttpd] Raw query string issue

2019-02-09 Thread Justin Graves
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 > >