Remove deprecated server/ package

Victory!

Signed-off-by: Solomon Hykes <solomon@docker.com>
This commit is contained in:
Solomon Hykes
2014-08-13 06:56:45 +00:00
parent 491deae9b8
commit 63503cafe4
11 changed files with 63 additions and 197 deletions
+1 -1
View File
@@ -1194,7 +1194,7 @@ func ServeFd(addr string, handle http.Handler) error {
chErrors := make(chan error, len(ls))
// We don't want to start serving on these sockets until the
// "initserver" job has completed. Otherwise required handlers
// daemon is initialized and installed. Otherwise required handlers
// won't be ready.
<-activationLock