Commit dabcc1d6 authored by justcoding121's avatar justcoding121

remove unwarranted check

parent d362d229
...@@ -88,7 +88,6 @@ namespace Titanium.Web.Proxy ...@@ -88,7 +88,6 @@ namespace Titanium.Web.Proxy
//Client wants to create a secure tcp tunnel (its a HTTPS request) //Client wants to create a secure tcp tunnel (its a HTTPS request)
if (httpVerb == "CONNECT" && !excluded if (httpVerb == "CONNECT" && !excluded
&& httpRemoteUri.Port != 80
&& endPoint.RemoteHttpsPorts.Contains(httpRemoteUri.Port)) && endPoint.RemoteHttpsPorts.Contains(httpRemoteUri.Port))
{ {
httpRemoteUri = new Uri("https://" + httpCmdSplit[1]); httpRemoteUri = new Uri("https://" + httpCmdSplit[1]);
......
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