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
It has already been fixed in the Golang 1.7+. refs: google/go-github#317
The text was updated successfully, but these errors were encountered:
remove the code that drains the response body (#9)
a0004ba
Merge pull request #10 from nulab/issue-9/remove-the-code-that-drains…
74a76a4
…-the-response-body remove the code that drains the response body (#9)
hi, I'm try to figure out the HTTP connections reuse. After I saw the docs, it seems still need to drain response.Body now. golang/go@246e6ce
response.Body
Sorry, something went wrong.
vvatanabe
No branches or pull requests
It has already been fixed in the Golang 1.7+.
refs: google/go-github#317
The text was updated successfully, but these errors were encountered: