diff --git a/websocket-sharp/Net/HttpListener.cs b/websocket-sharp/Net/HttpListener.cs index 23cc0320..1973ad97 100644 --- a/websocket-sharp/Net/HttpListener.cs +++ b/websocket-sharp/Net/HttpListener.cs @@ -526,9 +526,8 @@ namespace WebSocketSharp.Net return false; _connections[connection] = connection; + return true; } - - return true; } internal bool Authenticate (HttpListenerContext context)