[Modify] Polish it
This commit is contained in:
parent
2b5d9eb1f2
commit
16ca3825a8
@ -73,7 +73,9 @@ namespace WebSocketSharp.Net
|
|||||||
_saved = new StringBuilder ();
|
_saved = new StringBuilder ();
|
||||||
}
|
}
|
||||||
|
|
||||||
public ChunkStream (byte[] buffer, int offset, int count, WebHeaderCollection headers)
|
public ChunkStream (
|
||||||
|
byte[] buffer, int offset, int count, WebHeaderCollection headers
|
||||||
|
)
|
||||||
: this (headers)
|
: this (headers)
|
||||||
{
|
{
|
||||||
Write (buffer, offset, count);
|
Write (buffer, offset, count);
|
||||||
|
Loading…
Reference in New Issue
Block a user