Backport multipart changes to 2.1.x.

This commit is contained in:
ivanr
2007-08-10 15:17:32 +00:00
parent bd3845a62b
commit a9703a0559
4 changed files with 394 additions and 96 deletions

View File

@@ -97,6 +97,14 @@ struct multipart_data {
int seen_data;
int is_complete;
int flag_error;
int flag_data_before;
int flag_data_after;
int flag_header_folding;
int flag_boundary_quoted;
int flag_lf_line;
int flag_unmatched_boundary;
};