fix(file): protect Zone.Expired with mutex (#7940)

This commit is contained in:
Ville Vesilehto
2026-03-16 23:08:03 +02:00
committed by GitHub
parent 30ab93b5be
commit 5a63eb61a3
2 changed files with 9 additions and 1 deletions

View File

@@ -140,7 +140,9 @@ Restart:
if !retryActive {
break
}
z.Lock()
z.Expired = true
z.Unlock()
case <-retryTicker.C:
if !retryActive {