Evgeny Grin (Karlson2k) hai 1 ano
pai
achega
c2ab20e87c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/mhd2/post_parser_funcs.c

+ 1 - 0
src/mhd2/post_parser_funcs.c

@@ -1906,6 +1906,7 @@ parse_post_mpart (struct MHD_Connection *restrict c,
       do /* Fast local loop */
       {
 #ifndef MHD_FAVOR_SMALL_CODE
+        // TODO: store boundary string with "\r\n--" prefix and use memmem (if available) */
         const char *lf_ptr;
         size_t lf_pos;