multipart-parser
multipart-parser copied to clipboard
should fix a bug?
should add one line before it?
CALLBACK_DATA(data, "\r\n--", 4);
if the post multipart/form-data like:
test-123123\r\n--asdf
can only parsed to
test-123123 asdf
@zhengw1024 Good catch!