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

Commits on Jul 26, 2023

  1. fix(node): TypeError when parsing empty POST body

    We were wrongly assuming that POST bodies will always be set for
    `application/x-www-form-urlencoded` requests. This fixes that!
    
    Fixes #883
    domharrington committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0650d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65637e8 View commit details
    Browse the repository at this point in the history