minio/cmd/gateway/sia
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
..
gateway-sia_test.go Convert gateways into respective packages (#5200) 2017-12-05 17:58:09 -08:00
gateway-sia.go Drain response body properly for http connection pool (#6415) 2018-09-05 16:47:14 -07:00