We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This leads to too many open files error.
too many open files
According to the net/http package docs, the client must close the response body when finished with it.
net/http
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue @makhov
I'll take a look into this and raise a PR to correct.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This leads to
too many open files
error.According to the
net/http
package docs, the client must close the response body when finished with it.The text was updated successfully, but these errors were encountered: