[Modify] Remove it

This commit is contained in:
sta 2021-03-05 19:37:01 +09:00
parent 7796d803c4
commit 764eb2c133

View File

@ -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