mirror of
https://github.com/minio/minio.git
synced 2025-03-22 13:34:16 -04:00
Consider errors returned by httpClient.Do() as network errors. This is because the http clients returns different types of errors and it is hard to catch all the error types.