[Modify] Polish it
This commit is contained in:
parent
1312eb967a
commit
fd62393bf5
@ -226,7 +226,7 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
number = 0;
|
number = 0;
|
||||||
state = c != '#' ? 2 : 3;
|
state = c == '#' ? 3 : 2;
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user