moby--moby/api/server
Darren Shepherd 8f6a14452d Avoid ServeApi race condition
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>
2015-03-30 17:39:43 -07:00
..
server.go Avoid ServeApi race condition 2015-03-30 17:39:43 -07:00
server_linux.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
server_unit_test.go Changed snake case naming to camelCase 2015-03-26 15:05:45 -06:00
server_windows.go Factor out ServeFD & systemd in server for Linux only (Not Windows) 2015-03-10 15:06:16 -07:00