Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect logic in serverHealthInfo
It was being assumed that whole response has been received as soon as info.Version is non-empty. This is wrong as the very first response by minio contains the version. So removed the unnecessary for loop that had this check to ensure that the whole report is received properly.
- Loading branch information