Open andrew-d opened 11 years ago
Multipart parser currently doesn't respect max-size limits. This needs to be done.
Also need more tests for the request body parser. Off the top of my head:
With #4, more tests have been added. There's a TODO in the code to add more.
Multipart parser currently doesn't respect max-size limits. This needs to be done.
Also need more tests for the request body parser. Off the top of my head:
Base64/quoted-printable/etc. encoding end-to-endInvalid line endingsFuzz testing so we don't end up in a strange stateMax-size support