More multipart improvements. Added MULTIPART_MISSING_SEMICOLON.

This commit is contained in:
ivanr
2007-09-07 13:16:40 +00:00
parent d7a92cac2b
commit 0769f2378c
3 changed files with 81 additions and 11 deletions

View File

@@ -108,6 +108,7 @@ struct multipart_data {
int flag_crlf_line;
int flag_unmatched_boundary;
int flag_boundary_whitespace;
int flag_missing_semicolon;
};