1
0
mirror of https://github.com/minio/minio.git synced 2025-03-31 17:53:43 -04:00

3 Commits

Author SHA1 Message Date
Harshavardhana
af6c6a2b35
Remove timeout conn on net.Dialer ()
This PR also removes conn_bug_21133 workaround
which is not valid anymore, all we need is deadline
connection with server in place

Fixes 
2019-04-27 15:14:16 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Harshavardhana
313a3a286a Migrate to go1.12 to simplify our cmd/http package ()
Simplify the cmd/http package overall by removing
custom plain text v/s tls connection detection, by
migrating to go1.12 and choose minimum version
to be go1.12

Also remove all the vendored deps, since they
are not useful anymore.
2019-04-02 18:28:39 -07:00