Commit 0ce775eb authored by Honfika's avatar Honfika

ServerConnection?.Dispose(); Call removed.

parent 412b50b8
...@@ -214,7 +214,6 @@ namespace Titanium.Web.Proxy.Http ...@@ -214,7 +214,6 @@ namespace Titanium.Web.Proxy.Http
/// </summary> /// </summary>
public void Dispose() public void Dispose()
{ {
ServerConnection.Dispose();
} }
} }
} }
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