mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Since channel is getting a send instead of a close now, this can cause random issues ranging through the list of channels if the channel is unbuffered since the send may be blocked. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: abbf2aa6ddbf8159a5fceb4df25d7f85aeffe70e Component: engine