This commit is contained in:
Christian Grothoff
2024-04-12 13:08:41 +02:00
parent 799be23549
commit c5e017f1bd
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -706,7 +706,7 @@ main ()
" size_t options_max_num)\n"
"{\n");
fprintf (f,
" for (size_t i=0;i<options_max_num;i++) {\n"
" for (size_t i=0;i<options_max_num;i++)\n"
" {\n"
" switch (options[i].opt) {\n");
iterate (j,
+3
View File
@@ -75,6 +75,9 @@ MHD_create_post_processor (struct MHD_Connection *connection,
encoding,
MHD_STATICSTR_LEN_ (
MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA)))
return NULL;
boundary =
&encoding[MHD_STATICSTR_LEN_ (MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA)];