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
Add 5-second timeout when reading error response body
Prevents hanging in edge cases where server sends error response but
doesn't end the request. Linked CancellationTokenSource ensures the
original cancellation token is still honored.
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>
0 commit comments