[Modify] Remove it

This commit is contained in:
sta 2017-11-27 14:34:50 +09:00
parent 8e6040983f
commit 2cd40af0b0

View File

@ -2203,12 +2203,6 @@ namespace WebSocketSharp
return true;
}
// As server
private bool validateSecWebSocketProtocolClientHeader (string value)
{
return value == null || value.Length > 0;
}
// As client
private bool validateSecWebSocketProtocolServerHeader (string value)
{