[Modify] Polish it
This commit is contained in:
parent
a765f7b53d
commit
26f9994cbb
@ -664,7 +664,7 @@ namespace WebSocketSharp
|
|||||||
if (c < 0x20)
|
if (c < 0x20)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (c >= 0x7f)
|
if (c > 0x7e)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (_tspecials.IndexOf (c) > -1)
|
if (_tspecials.IndexOf (c) > -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user