Closed chrismacklin closed 5 years ago
Tiny change to make it a bit cleaner to override the response page generated by the error middleware. Thanks for a nice library!
This doesn't seem correct, the _generate_response yields the data, but nothing seems to be consuming it as a generator anymore.
_generate_response
Heh, indeed. I added the missing return statement.
Thanks for the merge!
Tiny change to make it a bit cleaner to override the response page generated by the error middleware. Thanks for a nice library!