Commit cac97495 authored by justcoding121's avatar justcoding121

call dispose correctly

parent 932f8066
......@@ -405,7 +405,7 @@ namespace Titanium.Web.Proxy
Dispose(clientStream,
clientStreamReader,
clientStreamWriter,
null);
connection);
break;
}
......@@ -557,8 +557,6 @@ namespace Titanium.Web.Proxy
}
}
connection?.Dispose();
}
/// <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