Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix destination's final URI being saved too early #110

Merged

Conversation

parlough
Copy link
Collaborator

Caching the result worked previously since _finalUri was not passed between isolates with the from-to-map based structure, but causes issues when a page has redirects now since everything is passed. finalUri is used in only a few specific locations, so not caching the result won't be a big deal.

As a better solution and long term improvement, Destination should likely be immutable and not be updated with the results. I'll hopefully be able to work on that soon.

@filiph
Copy link
Owner

filiph commented Dec 30, 2022

Great! Thank you!

@filiph filiph merged commit e17f368 into filiph:master Dec 30, 2022
@parlough parlough deleted the fix/loading-redirects-as-not-external branch December 30, 2022 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants