Commit a49370d6 authored by justcoding121's avatar justcoding121

decrement server connection when closed

parent 5a8ad851
......@@ -186,6 +186,7 @@ namespace Titanium.Web.Proxy.Helpers
finally
{
tcpConnection.Dispose();
server.ServerConnectionCount--;
}
}
}
......
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