minio/cmd/rpc
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
..
client.go Drain response body properly for http connection pool (#6415) 2018-09-05 16:47:14 -07:00
client_test.go Implement HTTP POST based RPC (#5840) 2018-06-06 14:21:56 +05:30
pool.go Drain response body properly for http connection pool (#6415) 2018-09-05 16:47:14 -07:00
server.go Allow for proper garbage collection pooling bytes.Buffer (#6266) 2018-08-16 18:37:43 -07:00
server_test.go Allow for proper garbage collection pooling bytes.Buffer (#6266) 2018-08-16 18:37:43 -07:00