diff --git a/reference/HttpServer/HttpServer.cpp b/reference/HttpServer/HttpServer.cpp index ad3ef400e..3de90bd90 100644 --- a/reference/HttpServer/HttpServer.cpp +++ b/reference/HttpServer/HttpServer.cpp @@ -14,7 +14,6 @@ void Server() bool b = socket.Accept(server); ServerMutex.Leave(); if(b) { - ServerMutex.Leave(); LOG("Connection accepted"); HttpHeader http; http.Read(socket);