Update WebSocket.cs

This commit is contained in:
Bond-009 2018-12-17 22:08:09 +01:00 committed by GitHub
parent cb8cd1ff55
commit 1a2153c399
1 changed files with 0 additions and 2 deletions

View File

@ -423,8 +423,6 @@ namespace SocketHttpListener
private bool processPingFrame(WebSocketFrame frame)
{
//var mask = Mask.Unmask;
return true;
}