From 764eb2c1331159816c960317cee9cccbb5e455c5 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 5 Mar 2021 19:37:01 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/ChunkStream.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/websocket-sharp/Net/ChunkStream.cs b/websocket-sharp/Net/ChunkStream.cs index b77bb545..a019ea8e 100644 --- a/websocket-sharp/Net/ChunkStream.cs +++ b/websocket-sharp/Net/ChunkStream.cs @@ -73,14 +73,6 @@ namespace WebSocketSharp.Net _saved = new StringBuilder (); } - public ChunkStream ( - byte[] buffer, int offset, int count, WebHeaderCollection headers - ) - : this (headers) - { - Write (buffer, offset, count); - } - #endregion #region Internal Properties