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
I think we should extract the signal abort from the handleRequest method and send it to the outer interceptor because each client behaves differently.
From a quick check:
Fetch abort for the entire request & response. (as shown above)
ClientRequest does not use this abort at all and relies on Node.js internal code for the abort.
IIUC, XMLHttpRequest does not have a signal property.
This process continues to run indefinitely.
It should abort the request for a long response as well.
P.S. this is weird and somewhat unexpected behavior, I must say.
The text was updated successfully, but these errors were encountered: