diff --git a/weed/util/http_util.go b/weed/util/http_util.go index f005e8d42..7bd6758eb 100644 --- a/weed/util/http_util.go +++ b/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 } }