[Modify] Remove it
This commit is contained in:
parent
7796d803c4
commit
764eb2c133
@ -73,14 +73,6 @@ namespace WebSocketSharp.Net
|
|||||||
_saved = new StringBuilder ();
|
_saved = new StringBuilder ();
|
||||||
}
|
}
|
||||||
|
|
||||||
public ChunkStream (
|
|
||||||
byte[] buffer, int offset, int count, WebHeaderCollection headers
|
|
||||||
)
|
|
||||||
: this (headers)
|
|
||||||
{
|
|
||||||
Write (buffer, offset, count);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Internal Properties
|
#region Internal Properties
|
||||||
|
Loading…
Reference in New Issue
Block a user