diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-03-16 14:15:17 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-03-16 14:15:17 +0500 |
| commit | 06da02739d4a97dd8288f7fa05de7cd369e97d78 (patch) | |
| tree | d64b7f7780f7a1caa5a41f94131200f7c57bdb27 /weed/command/filer_cat.go | |
| parent | 3a3699867b0f6f6c12d4b6c3e127ee3c49b57a42 (diff) | |
| download | seaweedfs-06da02739d4a97dd8288f7fa05de7cd369e97d78.tar.xz seaweedfs-06da02739d4a97dd8288f7fa05de7cd369e97d78.zip | |
CheckAllChunkViews() for HEAD requests only
Diffstat (limited to 'weed/command/filer_cat.go')
| -rw-r--r-- | weed/command/filer_cat.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) }) |
