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