mirror of https://github.com/minio/minio.git
fd1b8491db
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. |
||
---|---|---|
.. | ||
client.go | ||
client_test.go | ||
pool.go | ||
server.go | ||
server_test.go |