Enhanced multipart parsing to support quotted boundaries and LF line terminators (RFC demands CRLF but some applications use only LF).

This commit is contained in:
ivanr
2007-08-06 14:55:18 +00:00
parent 9695f2b816
commit 892938dee4
2 changed files with 99 additions and 56 deletions

View File

@@ -64,6 +64,7 @@ struct multipart_data {
* parts end and new begin
*/
char *boundary;
int boundary_quoted;
/* internal buffer and other variables
* used while parsing