[Modify] Remove it

This commit is contained in:
sta 2017-11-27 14:42:48 +09:00
parent 909f4914cc
commit 09d04cfe80

View File

@ -2151,12 +2151,6 @@ namespace WebSocketSharp
return value != null && value == CreateResponseKey (_base64Key);
}
// As server
private bool validateSecWebSocketExtensionsClientHeader (string value)
{
return value == null || value.Length > 0;
}
// As client
private bool validateSecWebSocketExtensionsServerHeader (string value)
{