minio/pkg/event/target
Harshavardhana fd1b8491db
Drain response body properly for http connection pool (#6415)
Currently Go http connection pool was not being properly
utilized leading to degrading performance as the number
of concurrent requests increased.

As recommended by Go implementation, we have to drain the
response body and close it.
2018-09-05 16:47:14 -07:00
..
amqp.go Better validation of all config file fields (#6090) 2018-07-18 11:22:29 -07:00
elasticsearch.go Better validation of all config file fields (#6090) 2018-07-18 11:22:29 -07:00
httpclient.go Use defer style to stop tickers to avoid current/possible misuse (#5883) 2018-05-04 10:43:20 -07:00
kafka.go Better validation of all config file fields (#6090) 2018-07-18 11:22:29 -07:00
mqtt.go Better validation of all config file fields (#6090) 2018-07-18 11:22:29 -07:00
mysql.go Better validation of all config file fields (#6090) 2018-07-18 11:22:29 -07:00
nats.go Better validation of all config file fields (#6090) 2018-07-18 11:22:29 -07:00
postgresql.go Better validation of all config file fields (#6090) 2018-07-18 11:22:29 -07:00
redis.go Better validation of all config file fields (#6090) 2018-07-18 11:22:29 -07:00
webhook.go Drain response body properly for http connection pool (#6415) 2018-09-05 16:47:14 -07:00