mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
POST multipart parser: fixed streaming
This commit is contained in:
@@ -1973,7 +1973,7 @@ parse_post_mpart (struct MHD_Connection *restrict c,
|
||||
size_t shift_size;
|
||||
mhd_assert (mf->delim_check_start > new_delim_check_start);
|
||||
|
||||
shift_size = new_delim_check_start - mf->delim_check_start;
|
||||
shift_size = mf->delim_check_start - new_delim_check_start;
|
||||
mf->delim_check_start = new_delim_check_start;
|
||||
i -= shift_size;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user