We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16afd4 commit a513960Copy full SHA for a513960
1 file changed
request.go
@@ -148,6 +148,7 @@ func request(method, url string, opts *Options) (*Response, error) {
148
return nil, err
149
}
150
stats.BodySize = int(n)
151
+ opts.Body = buf
152
153
return do(method, url, opts, stats)
154
0 commit comments