mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07: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>