mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
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_test.go | ||
client.go | ||
pool.go | ||
server_test.go | ||
server.go |