Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit a8930c3

Browse files
authored
Update WinHttpWebProxyFinder.cs
1 parent c008bff commit a8930c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Titanium.Web.Proxy/Helpers/WinHttp/WinHttpWebProxyFinder.cs

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ internal void UsePacFile(Uri upstreamProxyConfigurationScript)
153153
proxy = new WebProxy(new Uri("http://localhost"), BypassOnLocal);
154154
}
155155

156-
157156
private ProxyInfo getProxyInfo()
158157
{
159158
var proxyConfig = new NativeMethods.WinHttp.WINHTTP_CURRENT_USER_IE_PROXY_CONFIG();

0 commit comments

Comments
 (0)