diff --git a/websocket-sharp/Net/ChunkStream.cs b/websocket-sharp/Net/ChunkStream.cs index ba270706..15418e57 100644 --- a/websocket-sharp/Net/ChunkStream.cs +++ b/websocket-sharp/Net/ChunkStream.cs @@ -366,6 +366,7 @@ namespace WebSocketSharp.Net { _chunkRead = 0; _chunkSize = -1; + _chunks.Clear (); }