mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
case
This commit is contained in:
@@ -374,6 +374,7 @@ post_process_multipart (struct MHD_PostProcessor *pp,
|
||||
poff = 0;
|
||||
boundary =
|
||||
&pp->encoding[strlen (MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA)];
|
||||
/* Q: should this be "strcasestr"? */
|
||||
if (NULL != strstr (boundary, "boundary="))
|
||||
boundary = strstr (boundary, "boundary=") + strlen ("boundary=");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user