Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a race condition in the pull endpoint caused by buffered channels. Using buffered channels can lead to the context's cancel function to be executed prior to the items being read from the channel. Fixes: containers#8870 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
- Loading branch information