Unverified Commit 40b471d6 authored by honfika's avatar honfika Committed by GitHub

Merge pull request #357 from CosminGramada/develop

Update IsSystemHttpProxy condition
parents a96dbeeb 6ffe4203
using System; using StreamExtended.Network;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Net; using System.Net;
...@@ -7,7 +8,6 @@ using System.Security.Authentication; ...@@ -7,7 +8,6 @@ using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates; using System.Security.Cryptography.X509Certificates;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using StreamExtended.Network;
using Titanium.Web.Proxy.EventArguments; using Titanium.Web.Proxy.EventArguments;
using Titanium.Web.Proxy.Extensions; using Titanium.Web.Proxy.Extensions;
using Titanium.Web.Proxy.Helpers; using Titanium.Web.Proxy.Helpers;
...@@ -438,7 +438,7 @@ namespace Titanium.Web.Proxy ...@@ -438,7 +438,7 @@ namespace Titanium.Web.Proxy
if (isHttp) if (isHttp)
{ {
endPoint.IsSystemHttpsProxy = true; endPoint.IsSystemHttpProxy = true;
} }
if (isHttps) if (isHttps)
......
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