You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #58011 [HttpKernel] Improve and add tests for Last-Modified computation with ESI responses (mpdude)
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpKernel] Improve and add tests for `Last-Modified` computation with ESI responses
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
This PR slightly improves the test cases for #42355 (which fixed#41666).
It adds two tests for the cases where `Last-Modified` should _not_ be added,
and updates the existing test to make it more obvious that we only look at
the existence of `Last-Modified` headers, whereas the `ETag` is not
relevant.
Commits
-------
40d5455 Improve and add tests for Last-Modified computation with ESI responses
0 commit comments