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

Updated middleware Providers to take Sender config, fixed wsgi CONTENT_LENGTH error #94

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    9a8bf57 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Fix int conversion errors when CONTENT_LENGTH is ''

    Earlier versions of Werkzerg created a default of ''
    for the CONTENT_LENGTH environ var if the client
    did not provide the header.
    
    See pallets/werkzeug#1056
    markstuart committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    2d0e4fd View commit details
    Browse the repository at this point in the history