Re: [libmicrohttpd] libmicrohttpd 0.9.71 released

2020-07-06 Thread Markus Doppelbauer
There is a second issue parsing url-encoded post requests. I have attached a testcase (same ugly code as last time). "text" should be "text, text" not "text%2C text". Best wishes Weitergeleitete Nachricht Von: Christian Grothoff Antwort an: libmicrohttpd development and user m

Re: [libmicrohttpd] Introduction fo 'enum MHD_result' with 0.9.71

2020-07-06 Thread Weber, Peter (Wilken Entire GmbH)
On Mon, 2020-07-06 at 18:06 +0200, Christian Grothoff wrote: > On 7/6/20 5:26 PM, Weber, Peter (Wilken Entire GmbH) wrote: > > Hello! Hello :) > > Actually it is not causing warnings but errors within my projects > > and I > > got a little bit scared. > > Hmm. Strange. Which C compiler are you u

Re: [libmicrohttpd] Introduction fo 'enum MHD_result' with 0.9.71

2020-07-06 Thread Christian Grothoff
On 7/6/20 5:26 PM, Weber, Peter (Wilken Entire GmbH) wrote: > Hello! > > Actually it is not causing warnings but errors within my projects and I > got a little bit scared. Hmm. Strange. Which C compiler are you using? Maybe your C compiler doesn't quite believe that "enum == int"? Regardless, not

[libmicrohttpd] Introduction fo 'enum MHD_result' with 0.9.71

2020-07-06 Thread Weber, Peter (Wilken Entire GmbH)
Hello! Actually it is not causing warnings but errors within my projects and I got a little bit scared. The tutorial [1] currently doesn't reflect this change and still uses everywhere 'int' as type. Newbies therefore will have a hard time. Maybe someone can adapt the changes and mention MHD_Resu

Re: [libmicrohttpd] libmicrohttpd 0.9.71 released

2020-07-06 Thread Markus Doppelbauer
'MHD_queue_basic_auth_fail_response()' should also return 'enum MHD_Result' Best wishes Weitergeleitete Nachricht Von: Christian Grothoff Antwort an: libmicrohttpd development and user mailinglist < libmicrohttpd@gnu.org> An: libmicrohttpd Betreff: [libmicrohttpd] libmicrohttp