minio/pkg/http
A. Elleuch b4dc6df35c go1.8: Changes to support golang 1.8 (#4759)
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
..
bufconn_test.go rpc: Do not use read/write deadlines for rpc connections. (#4647) 2017-07-18 09:30:46 -07:00
bufconn.go go1.8: Changes to support golang 1.8 (#4759) 2017-08-06 11:27:33 -07:00
conn_bug_21133.go go1.8: Changes to support golang 1.8 (#4759) 2017-08-06 11:27:33 -07:00
listener_test.go go1.8: Changes to support golang 1.8 (#4759) 2017-08-06 11:27:33 -07:00
listener.go Avoid superfluous error messages after connect (#4762) 2017-08-04 14:35:07 -07:00
server_test.go Refactor HTTP server to address bugs (#4636) 2017-07-12 16:33:21 -07:00
server.go Stop attempting to close nil Listener (#4753) 2017-08-04 10:44:46 -07:00