-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final part has extra \r\n on end #6
Comments
Which part? I've tested on a number of different servers and it works without a problem (I actually read the spec for multipart POST's). If you can show an example it'd also help. |
Using https://github.com/felixge/node-formidable as the parser in the server, and sending a single field via multipart, the end of the request looks like this:
And on the server |
The problem is that |
Ok I'll do a test with formidable and fix it if needed. Thanks for the heads up. |
I agree with OrangeDog that the current code looks wrong in this respect. :-) |
Ok, tested with formidable. Removing the last |
resulting in servers parsing incorrect data.
The text was updated successfully, but these errors were encountered: