Commit 300f4f80 authored by justcoding121's avatar justcoding121

release connection

parent 012bd158
...@@ -67,7 +67,7 @@ namespace Titanium.Web.Proxy ...@@ -67,7 +67,7 @@ namespace Titanium.Web.Proxy
} }
else else
{ {
args.WebSession.ServerConnection.Dispose(); tcpConnectionFactory.Release(args.WebSession.ServerConnection, true);
args.WebSession.ServerConnection = null; args.WebSession.ServerConnection = null;
} }
......
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