mirror of
https://github.com/minio/minio.git
synced 2025-11-29 13:28:17 -05: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.