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 bug in body buffering when body is insta-aborted
The preexisting code tried to reject the promise and attach failure
metadata before it was actually initialized. It's now deferred. This is
a tricky edge case to hit and didn't seem to come up before the recent
tightening of body & abort handling.
0 commit comments