bug fix
This commit is contained in:
parent
f6363fed07
commit
deed4207ea
2
curl.go
2
curl.go
@ -1107,7 +1107,7 @@ func (b *Body) Reader() io.ReadCloser {
|
||||
}
|
||||
|
||||
func (b *Body) Close() error {
|
||||
return b.Close()
|
||||
return b.raw.Close()
|
||||
}
|
||||
|
||||
func (r *Response) GetRequest() Request {
|
||||
|
Loading…
x
Reference in New Issue
Block a user