Skip to content
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

Space between "boundary" should be optional #14

Closed
amitaibu opened this issue Sep 15, 2013 · 1 comment
Closed

Space between "boundary" should be optional #14

amitaibu opened this issue Sep 15, 2013 · 1 comment

Comments

@amitaibu
Copy link
Contributor

Currently we have
var CONTENT_TYPE_RE = /^multipart\/(form-data|related);\s+boundary=(?:"([^"]+)"|([^;]+))$/i;

However Phonegap for example send by default multipart-form-data;boundary=ffffff (i.e. no spaces).

@andrewrk
Copy link
Collaborator

andrewrk commented Oct 6, 2013

fixed by @amitaibu's pull request and released in 2.1.9

@andrewrk andrewrk closed this as completed Oct 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants