Commit cac97495 authored by justcoding121's avatar justcoding121

call dispose correctly

parent 932f8066
...@@ -405,7 +405,7 @@ namespace Titanium.Web.Proxy ...@@ -405,7 +405,7 @@ namespace Titanium.Web.Proxy
Dispose(clientStream, Dispose(clientStream,
clientStreamReader, clientStreamReader,
clientStreamWriter, clientStreamWriter,
null); connection);
break; break;
} }
...@@ -557,8 +557,6 @@ namespace Titanium.Web.Proxy ...@@ -557,8 +557,6 @@ namespace Titanium.Web.Proxy
} }
} }
connection?.Dispose();
} }
/// <summary> /// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment