We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b52937 commit 712f562Copy full SHA for 712f562
storage/grpc_reader_multi_range.go
@@ -572,11 +572,11 @@ func (m *multiRangeDownloaderManager) processSessionResult(result mrdSessionResu
572
}
573
574
m.attrsOnce.Do(func() {
575
+ defer close(m.attrsReady)
576
if meta := resp.GetMetadata(); meta != nil {
577
obj := newObjectFromProto(meta)
578
attrs := readerAttrsFromObject(obj)
579
m.attrs = attrs
- close(m.attrsReady)
580
581
for _, req := range m.pendingRanges {
582
if req.offset < 0 {
0 commit comments