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
minipass-fetch is largely ported code from node-fetch to use minipass streams. we should take a much closer look at it and attempt to clean the code up to be more maintainable, as well as keeping a careful eye out for mishandling of stream errors. there exists a single Promise constructor there that does almost all of the work in a request's lifetime and that should very much not be the case.
The text was updated successfully, but these errors were encountered:
minipass-fetch is largely ported code from node-fetch to use minipass streams. we should take a much closer look at it and attempt to clean the code up to be more maintainable, as well as keeping a careful eye out for mishandling of stream errors. there exists a single Promise constructor there that does almost all of the work in a request's lifetime and that should very much not be the case.
The text was updated successfully, but these errors were encountered: