mirror of
https://github.com/pgsty/minio.git
synced 2026-08-07 08:11:13 +03:00
Add update retry limit and compare error by string instead (#10776)
This commit is contained in:
@@ -197,7 +197,7 @@ func (z *erasureServerSets) listPath(ctx context.Context, o listPathOptions) (en
|
||||
allAtEOF = false
|
||||
continue
|
||||
}
|
||||
if err == io.EOF {
|
||||
if err.Error() == io.EOF.Error() {
|
||||
continue
|
||||
}
|
||||
logger.LogIf(ctx, err)
|
||||
|
||||
Reference in New Issue
Block a user