From c32edb8247a6ee3bc4d0c298157f987e0c8d7019 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 29 Oct 2020 19:46:49 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpConnection.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index 9100fa86..434724c6 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -212,6 +212,7 @@ namespace WebSocketSharp.Net return; _requestBuffer.Dispose (); + _requestBuffer = null; }