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
contrib/starlette: fix outcome for 500 responses without exception (#2060)
* contrib/starlette: fix outcome for 500 responses without exception
Set the outcome based on the status code of the http.response.start
ASGI message instead of relying only on the raise of an exception.
* contrib/asgi: fix outcome for 500 responses without exception
Set the outcome based on the status code of the http.response.start
ASGI message instead of relying only on the raise of an exception.
0 commit comments