Commit 27b90f25 authored by justcoding121's avatar justcoding121

release connection

parent 5938680f
...@@ -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