commit ab4e0f60389bcc79201ea35bea9b1d06730d2fb8
parent 4779f7d8eb9c7f6eec051a90a358d66f2dcfe9b0
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 9 Sep 2007 05:47:57 +0000
case
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/daemon/postprocessor.c b/src/daemon/postprocessor.c
@@ -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