Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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

Draft
franckranaivo wants to merge1 commit intosymfony:7.4
base:7.4
Choose a base branch
Loading
fromfranckranaivo:58985-httpcache-rfc9211-compliancy

Conversation

franckranaivo
Copy link
Contributor

@franckranaivofranckranaivo commentedMar 28, 2025
edited by OskarStark
Loading

QA
Branch7.3
Bug fix?no
New feature?yes
Deprecations?no
Issues#58985
LicenseMIT

This PR is intended to answer#58985 by using Cache-Status directives as describedhere.

  • From now it is still a work in progress. Very basic feature were added in this first commit with a naïve implementation to see if am on the right track.

@carsonbotcarsonbot added this to the7.3 milestoneMar 28, 2025
@franckranaivofranckranaivo marked this pull request as draftMarch 28, 2025 16:49
@@ -29,6 +29,8 @@ class HeaderBag implements \IteratorAggregate, \Countable, \Stringable
protected array $headers = [];
protected array $cacheControl = [];

Copy link
Contributor

Choose a reason for hiding this comment

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

Blank line can be removed

@@ -127,6 +127,7 @@ public function testInvalidatesOnPostPutDeleteRequests()

$this->assertHttpKernelIsCalled();
$this->assertResponseOk();

Copy link
Contributor

Choose a reason for hiding this comment

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

Please revert

@fabpotfabpot modified the milestones:7.3,7.4May 26, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@OskarStarkOskarStarkOskarStark left review comments

Assignees
No one assigned
Projects
None yet
Milestone
7.4
Development

Successfully merging this pull request may close these issues.

4 participants
@franckranaivo@OskarStark@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp