Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHTTP caching: fix TODOs and take another look at code #24219
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of #24203 I realized once again there are:
in the "core" caching logic, which mostly consists of checking headers and cache directives and making decisions based on those.
It would be useful to take another good look at https://github.com/servo/servo/blob/master/components/net/http_cache.rs
in the light of the spec at https://tools.ietf.org/html/rfc7234
The tests are at https://github.com/servo/servo/tree/master/tests/wpt/web-platform-tests/fetch/http-cache, we're passing most of it, see https://github.com/servo/servo/tree/master/tests/wpt/metadata/fetch/http-cache, which means the suite probably requires more tests as well.