CheckAllChunkViews() for HEAD requests only

This commit is contained in:
Konstantin Lebedev
2021-03-16 14:15:17 +05:00
parent 3a3699867b
commit 06da02739d
6 changed files with 20 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ func ReadEntry(masterClient *wdclient.MasterClient, filerClient filer_pb.Seaweed
return err
}
return StreamContent(masterClient, byteBuffer, respLookupEntry.Entry.Chunks, 0, math.MaxInt64)
return StreamContent(masterClient, byteBuffer, respLookupEntry.Entry.Chunks, 0, math.MaxInt64, false)
}