minio/internal/config/identity
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
..
ldap Add extra LDAP configuration validation (#14535) 2022-03-16 19:57:36 -07:00
openid re-use transport for AdminInfo() call (#14571) 2022-03-17 16:20:10 -07:00
tls fix: ignore empty values while parsing tlsEnabled value 2021-10-11 17:04:02 -07:00