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
Fix handling of a signal that is already aborted before the request begins (#663)
* fix: throw early if signal is aborted before request is triggered
* fix: abort if the original signal also aborted early
* fix: linter issues
* fix: pass abort reason to early abort
* fix: check if server receives request after abort
* fix: lint issues
0 commit comments