Commit 7747e583 authored by justcoding121's avatar justcoding121

add comments for readability

parent 9e182c30
...@@ -203,7 +203,9 @@ namespace Titanium.Web.Proxy ...@@ -203,7 +203,9 @@ namespace Titanium.Web.Proxy
// Hostname is excluded or it is not an HTTPS connect // Hostname is excluded or it is not an HTTPS connect
if (!decryptSsl || !isClientHello) if (!decryptSsl || !isClientHello)
{ {
// create new connection // create new connection to server.
// If we detected that client tunnel CONNECTs without SSL by checking for empty client hello then
// this connection should not be HTTPS.
var connection = await getServerConnection(connectArgs, true, var connection = await getServerConnection(connectArgs, true,
null, cancellationToken); null, cancellationToken);
......
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