From 4add84de936b9b3cf46582d72689d5d04acc8ace Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Fri, 26 Apr 2019 08:14:54 +0200 Subject: [PATCH] WIP --- HTTPServer.cs | 1 - 1 file changed, 1 deletion(-) 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)