fix: close idle connections

This commit is contained in:
gVisor bot 2022-07-04 20:38:07 +08:00
parent dd66f8826c
commit 1fc9e0be99

View File

@ -81,7 +81,7 @@ func (dc *dohClient) doRequest(req *http.Request) (msg *D.Msg, err error) {
} else {
if dc.firstTest.CAS(true, false) {
dc.supportH3.Store(true)
_ = dc.transport.CloseIdleConnections
dc.transport.CloseIdleConnections()
dc.transport = nil
}
}