mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
return ' shouldRetry=true' so that filer can retry the failed chunk
This commit is contained in:
parent
689f5513a9
commit
ea09fb477a
|
@ -326,7 +326,7 @@ func ReadUrlAsStream(fileUrl string, cipherKey []byte, isContentGzipped bool, is
|
|||
return false, nil
|
||||
}
|
||||
if err != nil {
|
||||
return false, err
|
||||
return true, err
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue