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

Fix for JSON array parsing in multipart/form-data (#1869) #1872

Merged
merged 2 commits into from
Feb 13, 2024
Merged

Fix for JSON array parsing in multipart/form-data (#1869) #1872

merged 2 commits into from
Feb 13, 2024

Conversation

alfechner
Copy link
Contributor

Fixes #1869 .

Changes proposed in this pull request:

  • Prioritise parsing JSON over splitting array

@coveralls
Copy link

Coverage Status

coverage: 94.214%. remained the same
when pulling f4d093e on alfechner:main
into 3e64fe4 on spec-first:main.

@alfechner
Copy link
Contributor Author

I just wanted to check if that change is according to your standards. I'm also not very familiar with GitHub. Please let me know if there is anything else I should do regarding this change.

Thanks a lot for your time and work!

Copy link
Member

@RobbeSneyders RobbeSneyders left a comment

Choose a reason for hiding this comment

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

This looks good to me @alfechner, thanks!

Just had to rebase on main to validate that the tests were fine.

@RobbeSneyders RobbeSneyders merged commit 5de6dcc into spec-first:main Feb 13, 2024
8 checks passed
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.

Arrays are parsed incorrectly with multipart/form-data
3 participants