[Modify] Replace it
This commit is contained in:
parent
6da865ac52
commit
9205a669a7
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user