From faffdd170d83648cc0d9649daf80444fc1cd5b63 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 5 Feb 2020 19:43:49 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/ResponseStream.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket-sharp/Net/ResponseStream.cs b/websocket-sharp/Net/ResponseStream.cs index 03907622..ae256729 100644 --- a/websocket-sharp/Net/ResponseStream.cs +++ b/websocket-sharp/Net/ResponseStream.cs @@ -150,6 +150,7 @@ namespace WebSocketSharp.Net } flushBody (closing); + if (closing && _sendChunked) _write (_lastChunk, 0, 5);