Commit 46d9fe39 authored by justcoding121's avatar justcoding121 Committed by justcoding121

Add missing decrement

parent bff73ef4
......@@ -190,6 +190,8 @@ namespace Titanium.Web.Proxy
{
await TcpHelper.SendRaw(null, null, clientStream, connection);
}
Interlocked.Decrement(ref serverConnectionCount);
}
return;
......
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