mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use previously constructed ProxyResolver object (prevent extra search operations)
This commit is contained in:
parent
1cbcd72c71
commit
b548fb16d3
3 changed files with 22 additions and 8 deletions
|
|
@ -162,7 +162,7 @@ fn handle(
|
|||
|
||||
this.client
|
||||
.socket
|
||||
.set_proxy_resolver(this.page.profile.proxy.matches(&url).as_ref());
|
||||
.set_proxy_resolver(this.page.navigation.request.proxy_resolver().as_ref());
|
||||
|
||||
this.client.request_async(
|
||||
request,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue