Commit 8ac79145 authored by Honfika's avatar Honfika

unused variable name removed

parent a99ff10a
...@@ -153,7 +153,7 @@ namespace Titanium.Web.Proxy ...@@ -153,7 +153,7 @@ namespace Titanium.Web.Proxy
//release connection back to pool instead of closing when connection pool is enabled. //release connection back to pool instead of closing when connection pool is enabled.
await tcpConnectionFactory.Release(connection, true); await tcpConnectionFactory.Release(connection, true);
} }
catch (Exception ex) catch (Exception)
{ {
// ignore // ignore
} }
......
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