[Modify] Remove it
This commit is contained in:
parent
897a579980
commit
84a41f2519
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user