1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00
Anis Elleuch cbd02c58be federation: Avoid printing context canceled error ()
Golang proactively prints this error
        `http: proxy error: context canceled`

when a request arrived to the current deployment and
redirected to another deployment in a federated setup.

Since this error can confuse users, this commit will
just hide it.
2019-07-31 11:08:10 -07:00
..