mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -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.