Commit 23022a05 authored by justcoding121's avatar justcoding121 Committed by justcoding121

decrement server connection when closed

parent 04e87307
......@@ -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