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
Support ASGI middleware chains by only yielding http.disconnect when response has been fully received (#153)
* Yield a disconnect on the second receive call
* Stop http.disconnect being sent before all response body is sent
* Test the correct sequence of messages
* Shorter line
Co-authored-by: peterstone2017 <12449837+YunchuWang@users.noreply.github.com>
0 commit comments