You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The httpFallback mutates the `host` field, which needs a synchronization
when the same httpFallback is used by multiple goroutines.
This is happens with containerd push which uses `Dispatch` to
walk the image recursively to push every blob.
Signed-off-by: Paweł Gronowski <[email protected]>
0 commit comments