Commit 42cd8e76 authored by justcoding121's avatar justcoding121

cleanup

parent a68e4eda
......@@ -273,10 +273,7 @@ namespace Titanium.Web.Proxy.Network.Tcp
{
break;
}
;
}
@lock.Release();
}
......@@ -308,7 +305,6 @@ namespace Titanium.Web.Proxy.Network.Tcp
{
cache.TryRemove(key, out var _);
}
@lock.Release();
while (disposalBag.TryTake(out var connection))
......@@ -344,7 +340,7 @@ namespace Titanium.Web.Proxy.Network.Tcp
socket.Blocking = false;
socket.Send(tmp, 0, 0);
//Connected!
//Connected.
}
catch
{
......
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