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

feat(fetch): Implement newline normalization and escapes in the multipart/form-data serialization #10832

Merged
merged 1 commit into from Jun 3, 2021

Conversation

andreubotella
Copy link
Contributor

Fixes #10806.

Copy link
Member

@lucacasonato lucacasonato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thanks a lot :-)

@lucacasonato lucacasonato merged commit 03184ae into denoland:main Jun 3, 2021
@andreubotella andreubotella deleted the multipart-newlines branch June 3, 2021 18:48
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

Successfully merging this pull request may close these issues.

fetch/FormData: Normalize newlines in the multipart/form-data serialization as per spec changes
2 participants