diff --git a/gunicorn/http/wsgi.py b/gunicorn/http/wsgi.py index 3524471f..414513e0 100644 --- a/gunicorn/http/wsgi.py +++ b/gunicorn/http/wsgi.py @@ -131,7 +131,6 @@ def create(req, sock, client, server, cfg): continue elif hdr_name == "CONTENT-LENGTH": environ['CONTENT_LENGTH'] = hdr_value - environ['wsgi.input_terminated'] = False continue key = 'HTTP_' + hdr_name.replace('-', '_')