[Modify] Polish it

This commit is contained in:
sta 2016-04-18 14:44:10 +09:00
parent 080a436ef0
commit 3e6646f365

View File

@ -526,10 +526,9 @@ namespace WebSocketSharp.Net
return false; return false;
_connections[connection] = connection; _connections[connection] = connection;
}
return true; return true;
} }
}
internal bool Authenticate (HttpListenerContext context) internal bool Authenticate (HttpListenerContext context)
{ {