[Modify] Remove it

This commit is contained in:
sta 2017-11-26 16:54:03 +09:00
parent 359f932672
commit a31fc09cf0

View File

@ -2221,12 +2221,6 @@ namespace WebSocketSharp
return _protocolsRequested && _protocols.Contains (p => p == value);
}
// As server
private bool validateSecWebSocketVersionClientHeader (string value)
{
return value != null && value == _version;
}
// As client
private bool validateSecWebSocketVersionServerHeader (string value)
{