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

Signal WSGI app that the input is terminated #66

Merged
merged 1 commit into from Feb 3, 2018

Commits on Dec 2, 2017

  1. Signal WSGI app that the input is terminated

    Sets ``env['wsgi.input_terminated'] = True`` if the request uses
    chunked Transfer-Encoding, so that WSGI app would know that it's safe
    to read from ``env['wsgi.input']`` stream.
    
    Implements @mitsuhiko's proposal:
    https://gist.github.com/mitsuhiko/5721547
    
    Ref: cherrypy/cherrypy#1664
    Ref: Pylons/webob#278
    Ref: unbit/uwsgi#1428
    webknjaz committed Dec 2, 2017
    Copy the full SHA
    23c98b3 View commit details
    Browse the repository at this point in the history