[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] minor issue in postprocessor.c
From: |
Jon Nalley |
Subject: |
[libmicrohttpd] minor issue in postprocessor.c |
Date: |
Sun, 8 Nov 2009 04:34:10 -0600 |
Hi,
I believe I may have found a small bug in postprocessor.c.
--- begin excerpt @ line 266 postprocessor.c ---
if (0 != strncasecmp (MHD_HTTP_POST_ENCODING_FORM_URLENCODED, encoding,
strlen (MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA)))
--- end excerpt ---
Shouldn't it be strlen(MHD_HTTP_POST_ENCODING_FORM_URLENCODED) ???
Regards,
Jon Nalley
- [libmicrohttpd] minor issue in postprocessor.c,
Jon Nalley <=