Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure responses are sent with empty bodies for WSGI
The previous code was meant to ensure the response was not sent until the first byte was recevied. However, as the response_body has been set this should be enough and ensures that empty response bodies work.
- Loading branch information