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

async does not accept some valid formats in multipart/form-data request. #33

Open
thorikawa opened this issue Jan 17, 2017 · 0 comments

Comments

@thorikawa
Copy link

There are some cases that async does not parse properly for multipart/form-data request.

e.g.
According to the code, async searches "Content-Disposition" header in a case sensitive way, but it is case insensitive according to RFC.

Also, according to this line async expects "Content-Type" line is located after "Content-Disposition" line, but the order is not strict, so it can be reverted.

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

1 participant