diff --git a/http_call.go b/http_call.go index 7cd30a51..ed4d896c 100644 --- a/http_call.go +++ b/http_call.go @@ -392,7 +392,7 @@ func makeRequest(ctx context.Context, url *url.URL, header http.Header, body io. Proto: "HTTP/1.1", ProtoMajor: 1, ProtoMinor: 1, - Body: nil, // Set in Do. + Body: body, Host: url.Host, }).WithContext(ctx)