Commit a1d4de48 authored by Honfika's avatar Honfika

race condition fix, #424

parent e28ba473
......@@ -509,17 +509,17 @@ namespace Titanium.Web.Proxy
ProxyRunning = true;
foreach (var endPoint in ProxyEndPoints)
{
Listen(endPoint);
}
CertificateManager.ClearIdleCertificates();
if (RunTime.IsWindows && !RunTime.IsRunningOnMono)
{
WinAuthEndPoint.ClearIdleStates(2);
}
foreach (var endPoint in ProxyEndPoints)
{
Listen(endPoint);
}
}
/// <summary>
......
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