[Modify] Polish it

This commit is contained in:
sta 2021-02-25 20:19:44 +09:00
parent 614be25044
commit fa470026cb

View File

@ -151,6 +151,7 @@ namespace WebSocketSharp.Net
throwProtocolViolation ("CR is expected.");
_sawCr = true;
if (offset == length)
return InputChunkState.DataEnded;
}