[Modify] Polish it

This commit is contained in:
sta 2021-03-15 21:11:28 +09:00
parent 7df5756ab7
commit d936140090

View File

@ -191,7 +191,7 @@ namespace WebSocketSharp.Net
if (_saved.Length > 20)
throwProtocolViolation ("The chunk size is too long.");
if (!_sawCr || b != 10)
if (b != 10)
return InputChunkState.None;
_chunkRead = 0;