[Modify] Polish it

This commit is contained in:
sta 2021-02-24 20:23:29 +09:00
parent 2b5d9eb1f2
commit 16ca3825a8

View File

@ -73,7 +73,9 @@ namespace WebSocketSharp.Net
_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)
{
Write (buffer, offset, count);