mirror of
https://github.com/minio/minio.git
synced 2025-11-24 20:11:38 +01: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.