diff --git a/HTTPServer.cs b/HTTPServer.cs index edf5f92..3653026 100644 --- a/HTTPServer.cs +++ b/HTTPServer.cs @@ -63,7 +63,6 @@ namespace ln.http applications[BaseURI] = application; } - public void Start() { foreach (TcpListener tcpListener in this.tcpListeners.Values)