[Modify] Remove it
This commit is contained in:
parent
359f932672
commit
a31fc09cf0
@ -2221,12 +2221,6 @@ namespace WebSocketSharp
|
|||||||
return _protocolsRequested && _protocols.Contains (p => p == value);
|
return _protocolsRequested && _protocols.Contains (p => p == value);
|
||||||
}
|
}
|
||||||
|
|
||||||
// As server
|
|
||||||
private bool validateSecWebSocketVersionClientHeader (string value)
|
|
||||||
{
|
|
||||||
return value != null && value == _version;
|
|
||||||
}
|
|
||||||
|
|
||||||
// As client
|
// As client
|
||||||
private bool validateSecWebSocketVersionServerHeader (string value)
|
private bool validateSecWebSocketVersionServerHeader (string value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user