Cleanup. MULTIPART_STRICT_ERROR now returns 1 on parsing error too.

This commit is contained in:
ivanr
2007-08-10 15:04:42 +00:00
parent 323f9f81a0
commit 222f1f6f78
3 changed files with 23 additions and 8 deletions

View File

@@ -98,6 +98,7 @@ struct multipart_data {
int seen_data;
int is_complete;
int flag_error;
int flag_data_before;
int flag_data_after;
int flag_header_folding;