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
@szmarczak
One solution could be calling await this._finalizeBody(); right before sending the body and making the user change (re-initialize) the body in the beforeRedirect (or beforeRequest) hook, but, to me, it seems a little tricky.
Another solution could be reading all the stream a single time and using it as a Buffer when making requests, but this is going to break the stream feature (big file are going to fill the RAM).
@szmarczak
One solution could be calling
await this._finalizeBody();
right before sending the body and making the user change (re-initialize) the body in thebeforeRedirect
(orbeforeRequest
) hook, but, to me, it seems a little tricky.Another solution could be reading all the stream a single time and using it as a Buffer when making requests, but this is going to break the stream feature (big file are going to fill the RAM).
Originally posted by @Giotino in #1271 (comment)
The text was updated successfully, but these errors were encountered: