Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing lines 1127 to 1129 #3378

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

vrsbrazil
Copy link

PR Checklist:

  • [X ] I have run npm test locally and all tests are passing.
  • I have added/updated tests for any new behavior.
  • [ X] If this is a significant change, an issue has already been created where the problem / solution was discussed: [ https://github.com/ERR_STRING_TOO_LONG on large file downloads #3365 ]

PR Description

After analysis on issue #3365 was not able to find a direct use for these lines of code and it actually would raise ERR_STRING_TOO_LONG on large file downloads.

After analysis on issue request#3365 was not able to fins s direct use for this lines of code and it actually would raise ERR_STRING_TOO_LONG on large file downloads.
@mrkmg
Copy link

mrkmg commented Jun 10, 2021

After a quick glance, this would be a breaking change if one was to expect response.body to be a string but actually received a buffer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants