itty
itty copied to clipboard
Response.send should return a list instead of a bytestring
currently the WSGI server iterates on all chars of the output instead of sending the output string all-at-once.
- return self.output
+ return [self.output]
I noticed this glitch while working on fiole.