Commit 2c9345f9 authored by Manuel Barkhau's avatar Manuel Barkhau

revert because of misunderstanding the api

parent 55b00498
...@@ -453,7 +453,7 @@ class WSGIHandler(object): ...@@ -453,7 +453,7 @@ class WSGIHandler(object):
finally: finally:
# Avoid dangling circular ref # Avoid dangling circular ref
exc_info = None exc_info = None
self.code = int(status.split(b' ', 1)[0]) self.code = int(status.split(' ', 1)[0])
self.status = status self.status = status
self.response_headers = headers self.response_headers = headers
......
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