Commit 02019b75 authored by Denis Bilenko's avatar Denis Bilenko

minor change

parent 9df083e0
...@@ -238,7 +238,7 @@ class WSGIHandler(object): ...@@ -238,7 +238,7 @@ class WSGIHandler(object):
except KeyError: except KeyError:
pass pass
content_length = self.headers.get("Content-Length") content_length = self.headers.get("content-length")
if content_length is not None: if content_length is not None:
content_length = int(content_length) content_length = int(content_length)
if content_length < 0: if content_length < 0:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment