chjj / parted

Streaming body parser for node.js.
MIT License
63 stars 14 forks source link

Parted replaces + with " " on POST #12

Closed soitgoes closed 10 years ago

soitgoes commented 10 years ago

It's doing the replace after the decode which replaces legitimate + characters with spaces.

https://github.com/chjj/parted/pull/11

This pull request fixes it.