This commit is contained in:
Christian Grothoff
2007-09-09 05:47:57 +00:00
parent 4779f7d8eb
commit ab4e0f6038
+1
View File
@@ -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