Commit dd0a19ad authored by Honfika's avatar Honfika

debug code removed

parent 7f81e622
......@@ -284,11 +284,6 @@ namespace Titanium.Web.Proxy
}
var serverHelloInfo = await SslTools.PeekServerHello(connection.Stream, BufferPool, cancellationToken);
if (serverHelloInfo == null)
{
;
}
((ConnectResponse)connectArgs.HttpClient.Response).ServerHelloInfo = serverHelloInfo;
}
......
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