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