[Modify] Replace it
This commit is contained in:
@@ -219,7 +219,7 @@ namespace WebSocketSharp.Net
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!Char.IsDigit (c)) {
|
||||
if (!isNumeric (c)) {
|
||||
state = 2;
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user