[Modify] Polish it
This commit is contained in:
parent
92770c3edb
commit
28cdefcd89
@ -1747,7 +1747,7 @@ namespace WebSocketSharp
|
|||||||
// As server
|
// As server
|
||||||
private void processSecWebSocketProtocolHeader (IEnumerable<string> values)
|
private void processSecWebSocketProtocolHeader (IEnumerable<string> values)
|
||||||
{
|
{
|
||||||
if (values.Contains (p => p == _protocol))
|
if (values.Contains (val => val == _protocol))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
_protocol = null;
|
_protocol = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user