minio/cmd/http
Harshavardhana da55a05587
fix aggressive expiration detection (#11446)
for some flaky networks this may be too fast of a value
choose a defensive value, and let this be addressed
properly in a new refactor of dsync with renewal logic.

Also enable faster fallback delay to cater for misconfigured
IPv6 servers

refer
 - https://golang.org/pkg/net/#Dialer
 - https://tools.ietf.org/html/rfc6555
2021-02-04 16:56:40 -08:00
..
stats
close.go
dial_dnscache.go fix aggressive expiration detection (#11446) 2021-02-04 16:56:40 -08:00
dial_dnscache_test.go fix: use common logging implementation for DNSCache (#11284) 2021-01-15 14:04:56 -08:00
dial_linux.go fix aggressive expiration detection (#11446) 2021-02-04 16:56:40 -08:00
dial_others.go
headers.go fix: replication regression due to proxying requests (#11356) 2021-01-27 11:22:34 -08:00
listen_nix.go Bump default idleConnsPerHost to control conns in time_wait (#10653) 2020-10-12 14:19:46 -07:00
listen_others.go
listener.go
listener_test.go
server.go add support for tuning healing to make healing more aggressive (#11003) 2020-12-02 11:12:00 -08:00
server_test.go