-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
parsing formdata headers incorrectly. #20793
Comments
I'll take a look. |
marcosc90
added a commit
to marcosc90/deno
that referenced
this issue
Oct 5, 2023
bartlomieju
pushed a commit
that referenced
this issue
Oct 5, 2023
bartlomieju
pushed a commit
that referenced
this issue
Oct 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works OK in firefox, safari, chromium, NodeJS, bun, but not in deno...
This is my log:
it appars as if you are parsing the headers incorrectly...
a multipart/form-data can have a bunch of headers (each separated by
\r\n
) up on encountering a empty line\r\n
should you start reading the content as the body.The text was updated successfully, but these errors were encountered: