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
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
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
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
'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