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

fixes #6. add support for golang 1.8.3 #7

Merged
merged 1 commit into from
Aug 28, 2017
Merged

fixes #6. add support for golang 1.8.3 #7

merged 1 commit into from
Aug 28, 2017

Conversation

mkorolyov
Copy link

@mkorolyov mkorolyov commented Aug 28, 2017

golang 1.8.3 set Content-Length header to -1(unknown) if req body is not nil but has length == 0.
To fix it we have to pass nil or http.NoBody as request body explicitly.

@vpbarb vpbarb merged commit add73fe into master Aug 28, 2017
@vpbarb vpbarb deleted the BE-9165 branch November 1, 2017 16:38
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