mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
If job "acceptconnections" is called before "serveapi" the API Accept() method will hang forever waiting for activation. This is due to the fact that when "acceptconnections" ran the activation channel was nil. Signed-off-by: Darren Shepherd <darren@rancher.com> Upstream-commit: 8f6a14452dfd88aedc8ac9577a98c38a555baadc Component: engine