Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 8ac7914

Browse files
committed
unused variable name removed
1 parent a99ff10 commit 8ac7914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Titanium.Web.Proxy/ExplicitClientHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ await clientStreamWriter.WriteResponseAsync(connectArgs.HttpClient.Response,
153153
//release connection back to pool instead of closing when connection pool is enabled.
154154
await tcpConnectionFactory.Release(connection, true);
155155
}
156-
catch (Exception ex)
156+
catch (Exception)
157157
{
158158
// ignore
159159
}

0 commit comments

Comments
 (0)