Skip to content

Commit

Permalink
winrt: proxy_resolver should not take into account system config
Browse files Browse the repository at this point in the history
If the app sets a user proxy.
  • Loading branch information
sergio-nsk committed Dec 8, 2023
1 parent d065338 commit 09e2409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resolver_winrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ const proxy_resolver_i_s *proxy_resolver_winrt_get_interface(void) {
proxy_resolver_winrt_cancel,
proxy_resolver_winrt_create,
proxy_resolver_winrt_delete,
true, // get_proxies_for_url is handled asynchronously
true, // get_proxies_for_url takes into account system config
true, // get_proxies_for_url is handled asynchronously
false, // get_proxies_for_url does not take into account system config
proxy_resolver_winrt_global_init,
proxy_resolver_winrt_global_cleanup};
return &proxy_resolver_winrt_i;
Expand Down

0 comments on commit 09e2409

Please sign in to comment.