diff --git a/websocket-sharp/Net/HttpConnection.cs b/websocket-sharp/Net/HttpConnection.cs index 434724c6..50f92f7a 100644 --- a/websocket-sharp/Net/HttpConnection.cs +++ b/websocket-sharp/Net/HttpConnection.cs @@ -225,6 +225,7 @@ namespace WebSocketSharp.Net _outputStream = null; _stream.Dispose (); + _stream = null; }