mirror of
https://github.com/bugsink/bugsink.git
synced 2026-01-05 21:00:13 -06:00
No need for CHUKED_TE_HANDLED setting
in the end I noticed that Gunicorn and mod_wsgi have extended the wsgi spec, and I decided to use that instead
This commit is contained in:
@@ -23,7 +23,6 @@ class MyWSGIRequest(WSGIRequest):
|
||||
if "CONTENT_LENGTH" not in environ and "HTTP_TRANSFER_ENCODING" in environ:
|
||||
# "unlimit" content length
|
||||
self._stream = self.environ["wsgi.input"]
|
||||
environ["CHUNKED_TE_HANDLED"] = True
|
||||
|
||||
|
||||
class MyWSGIHandler(WSGIHandler):
|
||||
|
||||
Reference in New Issue
Block a user