minio/internal/event/target
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
..
testdata/contrib rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
amqp.go Add headers into AMQP notifications (#12911) 2021-08-11 22:24:19 -07:00
common.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
elasticsearch.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
kafka.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
kafka_scram_client_contrib.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
mqtt.go fix: clientId must be unique for all servers (#14398) 2022-02-23 20:19:59 -08:00
mysql.go fix: mysql notification target table creation (#14350) 2022-02-18 12:13:49 -08:00
mysql_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
nats.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
nats_contrib_test.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
nats_tls_contrib_test.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
nsq.go move internal/net to pkg/net package (#12505) 2021-06-14 14:54:37 -07:00
nsq_test.go move internal/net to pkg/net package (#12505) 2021-06-14 14:54:37 -07:00
postgresql.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
postgresql_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
queuestore.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
queuestore_test.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
redis.go move internal/net to pkg/net package (#12505) 2021-06-14 14:54:37 -07:00
store.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
webhook.go re-use transport for AdminInfo() call (#14571) 2022-03-17 16:20:10 -07:00