1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-30 14:21:00 +02:00

Merge pull request #2486 from t4nmoy/fix-filer-retry

This commit is contained in:
Chris Lu 2021-12-02 21:58:33 -08:00 committed by GitHub
commit 75e4013439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}