Skip to content

Commit 3a404e1

Browse files
Update handlers.py
1 parent c5cfc3f commit 3a404e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/wsgiref/handlers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,7 @@ def start_response(self, status, headers,exc_info=None):
236236
raise AssertionError("Headers already set!")
237237

238238
self.status = status
239-
240239
self.headers = self.headers_class(headers)
241-
242240
status = self._convert_string_type(status, "Status")
243241
self._validate_status(status)
244242

0 commit comments

Comments
 (0)