[Modify] Polish it

master
sta 8 years ago
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…
Cancel
Save