diff --git a/http.go b/http.go index 52e86cc3..42e158f4 100644 --- a/http.go +++ b/http.go @@ -569,7 +569,7 @@ func (s *ServerList) OpenAll() error { // we don't care about performance on initialization, // we must make sure that the previous servers are running before closing them s.CloseAll() - break + return err } if i == l { s.mux.setHostname(s.servers[i].Hostname())