Skip to content

Conversation

@nasa9084
Copy link
Member

@nasa9084 nasa9084 commented Feb 6, 2019

issue: #126 #127

  • the http Client and Transport guarantee that Body is always non-nil
  • the default http client's Transport may not reuse the connection if the Body is not read to completion
  • Response.Body is not just ReadCloser, which is needed to read completely and closed

issue line#126 line#127

* the http Client and Transport guarantee that Body is always non-nil
* the default http client's Transport may not reuse the connection
if the Body is not read to completion
Response.Body is not just ReadCloser, which is needed to read completely and closed.
@CLAassistant
Copy link

CLAassistant commented Feb 6, 2019

CLA assistant check
All committers have signed the CLA.

@sugyan
Copy link
Contributor

sugyan commented Feb 12, 2019

LGTM. Thanks!

@sugyan sugyan merged commit bc678e0 into line:master Feb 12, 2019
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.

3 participants