Commit 6b46f96f authored by justcoding121's avatar justcoding121

return after exception

parent 41fb34f3
......@@ -246,6 +246,7 @@ namespace Titanium.Web.Proxy
catch (Exception e)
{
ExceptionFunc(new Exception($"Could'nt authenticate client '{sniHostName}' with fake certificate.", e));
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