[Modify] Remove it
This commit is contained in:
parent
8e6040983f
commit
2cd40af0b0
@ -2203,12 +2203,6 @@ namespace WebSocketSharp
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// As server
|
|
||||||
private bool validateSecWebSocketProtocolClientHeader (string value)
|
|
||||||
{
|
|
||||||
return value == null || value.Length > 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// As client
|
// As client
|
||||||
private bool validateSecWebSocketProtocolServerHeader (string value)
|
private bool validateSecWebSocketProtocolServerHeader (string value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user