This commit is contained in:
兔子 2024-08-30 23:44:49 +08:00
parent f6363fed07
commit deed4207ea

View File

@ -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 {