minio/internal/config/dns
Harshavardhana 43eb5a001c
re-use transport for AdminInfo() call (#14571)
avoids creating new transport for each `isServerResolvable`
request, instead re-use the available global transport and do
not try to forcibly close connections to avoid TIME_WAIT
build upon large clusters.

Never use httpClient.CloseIdleConnections() since that can have
a drastic effect on existing connections on the transport pool.

Remove it everywhere.
2022-03-17 16:20:10 -07:00
..
etcd_dns.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
operator_dns.go re-use transport for AdminInfo() call (#14571) 2022-03-17 16:20:10 -07:00
store.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
types.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00