[Modify] Replace it
This commit is contained in:
@@ -641,7 +641,7 @@ namespace WebSocketSharp
|
|||||||
if (c >= 0x7f)
|
if (c >= 0x7f)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (_tspecials.Contains (c))
|
if (_tspecials.IndexOf (c) > -1)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user