TODO comment

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-09-03 14:22:23 +02:00
parent 88bac4bca1
commit c2ab20e87c
+1
View File
@@ -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;