Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpCache][WIP] Use RFC9211 Cache-Status#60078
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:7.4
Are you sure you want to change the base?
[HttpCache][WIP] Use RFC9211 Cache-Status#60078
Conversation
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
@franckranaivo do you intend to continue this ? Btw, it would be great to update the description of the PR to include some usage examples. It makes the review much easier. |
| protectedarray$headers = []; | ||
| protectedarray$cacheControl = []; | ||
| protectedarray$cacheStatus = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
this array is unused
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
yes, I intended to use this array later in order to separate cache status headers (in the rfc) from cache control headers. It is still a wip, but yes soon it will be used.
@stof yes, sorry I was a bit busy these days. I will continue this asap :)
Sure I will, I will add some more description within the next days |
Uh oh!
There was an error while loading.Please reload this page.
This PR is intended to answer#58985 by using Cache-Status directives as describedhere.