diff --git a/source/nostril/server.d b/source/nostril/server.d index cd2d0da..d0b21cc 100644 --- a/source/nostril/server.d +++ b/source/nostril/server.d @@ -65,11 +65,6 @@ public class Server router.get("/", this.websocketNegotiater); } - private void tcpHandler(TCPConnection tcpClient) - { - - } - /** * TODO: We need to find a way to hook pre-accept and to not hang on accept either */