mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 23:13:15 +03:00
f794fe79e3
fixes a regression introduced in #10859, due to the error returned by rest.Client being typed i.e *rest.NetworkError - IsNetworkHostDown function didn't work as expected to detect network issues. This in-turn aggravated the situations when nodes are disconnected leading to performance loss.