minio/pkg/net
Harshavardhana 66b4a862e0
fix: network failure err check should ignore context canceled errors (#10567)
context canceled errors bubbling up from the network
layer has the potential to be misconstrued as network
errors, taking prematurely a server offline and triggering
a health check routine avoid this potential occurrence.
2020-09-25 14:35:47 -07:00
..
host.go Handle localhost distributed setups properly (#8577) 2019-11-26 11:42:10 -08:00
host_test.go Handle localhost distributed setups properly (#8577) 2019-11-26 11:42:10 -08:00
obd.go Implement oboard diagnostics admin API (#9024) 2020-03-26 21:07:39 -07:00
port.go Handle localhost distributed setups properly (#8577) 2019-11-26 11:42:10 -08:00
port_test.go Handle localhost distributed setups properly (#8577) 2019-11-26 11:42:10 -08:00
url.go fix: network failure err check should ignore context canceled errors (#10567) 2020-09-25 14:35:47 -07:00
url_test.go Extend further validation of config values (#8469) 2019-10-30 23:39:09 -07:00