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(node): TypeError when parsing empty POST body #888

Merged
merged 2 commits into from
Jul 26, 2023
Merged

Conversation

domharrington
Copy link
Member

🚥 Resolves #883

🧰 Changes

We were wrongly assuming that POST bodies will always be set for application/x-www-form-urlencoded requests. This fixes that!

🧬 QA & Testing

Do the tests pass? ✅

We were wrongly assuming that POST bodies will always be set for
`application/x-www-form-urlencoded` requests. This fixes that!

Fixes #883
@domharrington domharrington merged commit 1371d79 into main Jul 26, 2023
41 checks passed
@domharrington domharrington deleted the fix/883 branch July 26, 2023 14:27
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.

TypeError: Cannot convert undefined or null to object
2 participants