Browse Source

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

pull/2488/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
75e4013439
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      weed/util/http_util.go

2
weed/util/http_util.go

@ -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…
Cancel
Save