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

LibWeb: Start adding infrastructure for an HTTP Cache #24406

Merged
merged 4 commits into from
May 23, 2024

Conversation

ADKaster
Copy link
Member

@ADKaster ADKaster commented May 21, 2024

This cache doesn't actually do anything yet, it just wastes a bit of memory.

Eventually this will need to be implemented in RequestServer and have a disk cache alongside the in-memory cache, but for now it's a few classes chilling in Fetch.

Progress towards #24185

@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label May 21, 2024
@ADKaster
Copy link
Member Author

cool cool, my latest push hit a 9 year old gcc CWG defect report that they haven't implemented yet. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66892

ADKaster and others added 4 commits May 23, 2024 03:40
One step was added since we last visited this AO.
Defined in RFC9111 "HTTP Caching".

Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
@trflynn89 trflynn89 merged commit b30c361 into SerenityOS:master May 23, 2024
13 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label May 23, 2024
@ADKaster ADKaster deleted the fetch-cache-start branch May 23, 2024 17:26
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.

None yet

4 participants