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

Allow parsing empty request bodies #895

Merged
merged 2 commits into from Apr 21, 2018
Merged

Commits on Apr 20, 2018

  1. Allow parsing empty request bodies

    Disallowing empty bodies was an optimization for parsing `application/json` requests (since JSON bodies are not valid if they are empty). However, now that the ContentTypeParser can be used to parse other content types, this has become a bug.
    nwoltman committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    d71374d View commit details
    Browse the repository at this point in the history
  2. Add DELETE test

    nwoltman committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    334c7a0 View commit details
    Browse the repository at this point in the history