minio/internal/http
Harshavardhana fb268add7a
do not flush if Write() failed (#13597)
- Go might reset the internal http.ResponseWriter() to `nil`
  after Write() failure if the go-routine has returned, do not
  flush() such scenarios and avoid spurious flushes() as
  returning handlers always flush.
- fix some racy tests with the console 
- avoid ticker leaks in certain situations
2021-11-18 17:19:58 -08:00
..
stats avoid atomics for self contained reader/writers (#13531) 2021-10-28 17:03:00 -07:00
close.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
dial_dnscache.go update and use rs/dnscache implementation instead of custom (#13348) 2021-10-05 10:13:04 -07:00
dial_linux.go update and use rs/dnscache implementation instead of custom (#13348) 2021-10-05 10:13:04 -07:00
dial_others.go update and use rs/dnscache implementation instead of custom (#13348) 2021-10-05 10:13:04 -07:00
headers.go Add support for multi site replication (#12880) 2021-09-18 13:31:35 -07:00
listen_nix.go update and use rs/dnscache implementation instead of custom (#13348) 2021-10-05 10:13:04 -07:00
listen_others.go update and use rs/dnscache implementation instead of custom (#13348) 2021-10-05 10:13:04 -07:00
listener.go allow more socket listeners per instance for multi-core setups (#13385) 2021-10-08 16:58:24 -07:00
listener_test.go update and use rs/dnscache implementation instead of custom (#13348) 2021-10-05 10:13:04 -07:00
server.go do not flush if Write() failed (#13597) 2021-11-18 17:19:58 -08:00
server_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00