[Modify] Remove it
This commit is contained in:
parent
897a579980
commit
84a41f2519
@ -87,12 +87,6 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
public int ChunkLeft {
|
|
||||||
get {
|
|
||||||
return _chunkSize - _chunkRead;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool WantMore {
|
public bool WantMore {
|
||||||
get {
|
get {
|
||||||
return _state != InputChunkState.End;
|
return _state != InputChunkState.End;
|
||||||
|
Loading…
Reference in New Issue
Block a user