[Modify] Remove it

This commit is contained in:
sta 2021-03-22 21:11:10 +09:00
parent 897a579980
commit 84a41f2519

View File

@ -87,12 +87,6 @@ namespace WebSocketSharp.Net
#region Public Properties
public int ChunkLeft {
get {
return _chunkSize - _chunkRead;
}
}
public bool WantMore {
get {
return _state != InputChunkState.End;