Fix: close http Response body on provider (#1154)
This commit is contained in:
@ -46,6 +46,7 @@ func (hc *h2Conn) establishConn() error {
|
||||
},
|
||||
}
|
||||
|
||||
// it will be close at : `func (hc *h2Conn) Close() error`
|
||||
res, err := hc.ClientConn.RoundTrip(&req)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user