From 8faeda2171f60f986ba10abef650661ee7d7da05 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 10 Nov 2020 19:42:58 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpConnection.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index abf1a98b..006e363c 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -221,9 +221,6 @@ namespace WebSocketSharp.Net if (_stream == null) return; - _inputStream = null; - _outputStream = null; - _stream.Dispose (); _stream = null;