1
0
mirror of https://github.com/minio/minio.git synced 2025-03-25 23:10:57 -04:00

3 Commits

Author SHA1 Message Date
A. Elleuch
b4dc6df35c go1.8: Changes to support golang 1.8 ()
QuirkConn is added to replace net.Conn as a workaround to a golang bug:
https://github.com/golang/go/issues/21133
2017-08-06 11:27:33 -07:00
Harshavardhana
f8bd9cfd83 rpc: Do not use read/write deadlines for rpc connections. ()
Fixes 
2017-07-18 09:30:46 -07:00
Bala FA
c3dd7c1f6c Refactor HTTP server to address bugs ()
* Refactor HTTP server to address bugs
* Remove unnecessary goroutine to start multiple TCP listeners.
* HTTP server waits for shutdown to maximum of Server.ShutdownTimeout
  than per serverShutdownPoll.
* Handles new connection errors properly.
* Handles read and write timeout properly.
* Handles error on start of HTTP server properly by exiting minio
  process.

Fixes   & fixed review comments
2017-07-12 16:33:21 -07:00