diff --git a/gunicorn/http/wsgi.py b/gunicorn/http/wsgi.py index 68c2d94c..5341cdd8 100644 --- a/gunicorn/http/wsgi.py +++ b/gunicorn/http/wsgi.py @@ -117,7 +117,7 @@ class Response(object): self.should_close = req.should_close() self.headers = [] self.headers_sent = False - self.clength = -1 + self.clength = None #self.te = None self.sent = 0