minio/pkg/http
Krishnan Parthasarathi 54f3a0946f Avoid superfluous error messages after connect (#4762)
Peek could fail legitimately when clients abruptly close connection. So,
io.EOF and network timeout errors are not logged while all other errors
will be logged.
2017-08-04 14:35:07 -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 rpc: Do not use read/write deadlines for rpc connections. (#4647) 2017-07-18 09:30:46 -07:00
listener_test.go Avoid superfluous error messages after connect (#4762) 2017-08-04 14:35:07 -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