fix compatibility with go 1.19
This commit is contained in:
parent
ff0744b3af
commit
8f8d872a68
2 changed files with 3 additions and 3 deletions
|
@ -296,8 +296,8 @@ func (be *damageOnceBackend) Load(ctx context.Context, h backend.Handle, length
|
|||
}
|
||||
|
||||
h.IsMetadata = false
|
||||
_, retry := be.m.Swap(h, true)
|
||||
if !retry {
|
||||
_, isRetry := be.m.LoadOrStore(h, true)
|
||||
if !isRetry {
|
||||
// return broken data on the first try
|
||||
offset++
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue