1
0
mirror of https://github.com/minio/minio.git synced 2025-03-31 01:33:41 -04:00

4 Commits

Author SHA1 Message Date
Harshavardhana
396d78352d Support HTTP/2.0 ()
Fixes 
2019-02-14 17:53:46 -08:00
Anis Elleuch
f9fecf0e76 storage: Increase the timeout of storage REST requests ()
This commit increases storage REST requests to 5 minutes, this includes
the opening TCP connection, and sending/receiving data. This will reduce
clients receiving errors when the server is under high load.
2019-02-12 23:27:33 -08:00
Harshavardhana
eabfcea34e
Add granular locking in retryTicker ()
This is to avoid serializing RPC contention on ongoing
parallel operations, the blocking profile indicating
all calls were being serialized through setRetryTicker.
2018-08-03 18:57:00 -07:00
Bala FA
6a53dd1701 Implement HTTP POST based RPC ()
Added support for new RPC support using HTTP POST.  RPC's 
arguments and reply are Gob encoded and sent as HTTP 
request/response body.

This patch also removes Go RPC based implementation.
2018-06-06 14:21:56 +05:30