[Modify] Polish it

This commit is contained in:
sta 2021-03-19 19:40:52 +09:00
parent 470f7b281a
commit a2c0ced5ca

View File

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