From 06da02739d4a97dd8288f7fa05de7cd369e97d78 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev Date: Tue, 16 Mar 2021 14:15:17 +0500 Subject: CheckAllChunkViews() for HEAD requests only --- weed/command/filer_cat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/command') diff --git a/weed/command/filer_cat.go b/weed/command/filer_cat.go index a46098b04..c4281feba 100644 --- a/weed/command/filer_cat.go +++ b/weed/command/filer_cat.go @@ -110,7 +110,7 @@ func runFilerCat(cmd *Command, args []string) bool { filerCat.filerClient = client - return filer.StreamContent(&filerCat, writer, respLookupEntry.Entry.Chunks, 0, math.MaxInt64) + return filer.StreamContent(&filerCat, writer, respLookupEntry.Entry.Chunks, 0, math.MaxInt64, false) }) -- cgit v1.2.3