mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
TODO comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user