Re: [libmicrohttpd] Chunked transfer encoding

2015-06-22 Thread Markus Doppelbauer
Hi Christian, Thanks a lot for your answer. Your software is superior (all the "alternatives" from your website are not fit to hold a candle to you). Greetings from Austria! Markus Am Montag, den 22.06.2015, 10:42 +0200 schrieb Christian Grothoff: > On 06/22/2015 09:41 AM, Markus Doppelbauer

Re: [libmicrohttpd] Chunked transfer encoding

2015-06-22 Thread Christian Grothoff
On 06/22/2015 09:41 AM, Markus Doppelbauer wrote: > Hi Christian, > > Thanks a lot for your answer. > The email was very unclear - sorry. > > My question is, whether chunked encoded "POST" requests are de-chunked > by MHD? > Nginx for example supports chunked encoded post requests. MHD does as w

Re: [libmicrohttpd] Chunked transfer encoding

2015-06-22 Thread Markus Doppelbauer
Hi Christian, Thanks a lot for your answer. The email was very unclear - sorry. My question is, whether chunked encoded "POST" requests are de-chunked by MHD? Nginx for example supports chunked encoded post requests. By the way: MHD is an excellent software. The idea to suspend/resume connection

Re: [libmicrohttpd] Chunked transfer encoding

2015-06-22 Thread Christian Grothoff
Hi Markus, Why do you think chunked encoding is not working out of the box in MHD? MHD should automatically use chunked encoding if supported by the client (i.e. HTTP 1.1) and necessary (i.e. unknown response size). Happy hacking! -Christian On 06/21/2015 05:29 PM, Markus Doppelbauer wrote: >