[Modify] Polish it
This commit is contained in:
parent
67d973d02a
commit
6b10c41bab
@ -89,7 +89,7 @@ namespace WebSocketSharp.Net
|
||||
|
||||
public bool WantMore {
|
||||
get {
|
||||
return _state != InputChunkState.End;
|
||||
return _state < InputChunkState.End;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user