Brett Randall 9e9cb84724 Added support for chunked encoded requests when running gunicorn. Fixed #340.
In this commit:

- when we see a Transfer-Encoding: chunked request, and the server is gunicorn,
  we set environ wsgi.input_terminated, which is required by Werkzeug in the
  absence of Content-Lenght, or it will empty the data stream.
- for chunked requests to non-gunicorn, return 501 Not Implemented.
2017-12-01 09:06:50 +11:00
2017-03-19 21:44:32 -04:00
2017-03-16 15:55:22 -04:00
2015-04-05 20:36:51 +01:00
2017-05-11 11:40:45 -04:00
2017-05-11 11:40:45 -04:00
2017-05-11 11:40:45 -04:00
2017-11-28 16:44:46 +11:00
2017-11-16 19:45:08 -08:00
2017-11-27 12:06:06 +11:00
S
Description
No description provided
Readme ISC 904 KiB
Languages
Python 77.4%
HTML 22.2%
Dockerfile 0.4%