More multipart improvements. Added MULTIPART_MISSING_SEMICOLON.

This commit is contained in:
ivanr
2007-09-07 13:16:40 +00:00
parent 40c3671306
commit 2538f63aa8
3 changed files with 91 additions and 25 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;
};