rwf2 / multer

An async parser for multipart/form-data content-type in Rust
MIT License
158 stars 37 forks source link

Correctly handle transport-padding after boundaries. #29

Closed jebrosen closed 3 years ago

jebrosen commented 3 years ago

Fixes #25.

I'm also installing cargo-fuzz so that I can try it out with these changes and (if wanted) add some transport-padding to the seeds.

rousan commented 3 years ago

@jebrosen , @SergioBenitez , any plan for new release?

SergioBenitez commented 3 years ago

@rousan Yes, very soon. I also have a few updates to multer itself that break compatibility that I'd like to get in before the release. I'll update you within a week's time.

SergioBenitez commented 3 years ago

@jebrosen Could you rebase on master? Then this should be ready for a release.