mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
isolate request entry, fix proxy resolver change on entry update (by using sync lookup impl)
This commit is contained in:
parent
65c5ffebb0
commit
6e4eec54f0
8 changed files with 88 additions and 102 deletions
|
|
@ -569,7 +569,7 @@ fn handle(
|
|||
} else {
|
||||
let t = target.to_string();
|
||||
if matches!(redirect, Redirect::Permanent { .. }) {
|
||||
page.navigation.set_request(&t);
|
||||
page.navigation.request.set_text(&t);
|
||||
}
|
||||
redirects.replace(total);
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue