You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments