[Modify] Polish it
This commit is contained in:
parent
470f7b281a
commit
a2c0ced5ca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user