Show More
@@ -518,8 +518,10 class wsgiresponse(object): | |||
|
518 | 518 | if not chunk: |
|
519 | 519 | break |
|
520 | 520 | |
|
521 | strheaders = [(pycompat.strurl(k), pycompat.strurl(v)) for | |
|
522 | k, v in self.headers.items()] | |
|
521 | 523 | write = self._startresponse(pycompat.sysstr(self.status), |
|
522 |
s |
|
|
524 | strheaders) | |
|
523 | 525 | |
|
524 | 526 | if self._bodybytes: |
|
525 | 527 | yield self._bodybytes |
General Comments 0
You need to be logged in to leave comments.
Login now