[Modify] Polish it
This commit is contained in:
parent
604f2f5ed3
commit
2b5d9eb1f2
@ -67,6 +67,7 @@ namespace WebSocketSharp.Net
|
||||
public ChunkStream (WebHeaderCollection headers)
|
||||
{
|
||||
_headers = headers;
|
||||
|
||||
_chunkSize = -1;
|
||||
_chunks = new List<Chunk> ();
|
||||
_saved = new StringBuilder ();
|
||||
|
Loading…
Reference in New Issue
Block a user