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

Remove HTTP cache talk in HTTP-network fetch #1508

Merged
merged 1 commit into from
Oct 24, 2022
Merged

Conversation

annevk
Copy link
Member

@annevk annevk commented Oct 21, 2022

This was overlooked in cbca2c2 and is already handled by HTTP-network-or-cache fetch.

Also remove the "abort when" wrapper as this can all be done synchronously. If the fetch is canceled it's caught immediately after.

And finally use the tracking-vector feature instead of a note.


Preview | Diff

This was overlooked in cbca2c2 and is already handled by HTTP-network-or-cache fetch.

Also remove the "abort when" wrapper as this can all be done synchronously. If the fetch is canceled it's caught immediately after.

And finally use the tracking-vector feature instead of a note.
Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abort and fingerprinting changes LGTM. I haven't verified the correctness of removing the no-store setting.

@annevk annevk merged commit 6291752 into main Oct 24, 2022
@annevk annevk deleted the annevk/network-cache branch October 24, 2022 08:42
@annevk
Copy link
Member Author

annevk commented Oct 24, 2022

Thanks! I did a pretty extensive blame analysis as part of writing this commit and feel rather confident about that part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants