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 KeyError if no Content-Type was provided in request #497

Merged
merged 4 commits into from
Aug 15, 2017
Merged

Fix KeyError if no Content-Type was provided in request #497

merged 4 commits into from
Aug 15, 2017

Commits on Aug 2, 2017

  1. Fix KeyError if no Content-Type was provided in request.

    Fiete Gruenter committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    26031bc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Add a test that posts a requests without sending Content-Type in the …

    …header.
    Fiete Gruenter committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    bf66cc7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Implement hacky workaround for passing environ to test_client.open() …

    …for no-content-type-test since old flask<=0.12.2 does not support it.
    Fiete Gruenter committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    ee72325 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Move import to top level.

    Fiete Gruenter committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    07ce38b View commit details
    Browse the repository at this point in the history