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
bug symfony#44395 [HttpKernel] fix sending Vary: Accept-Language when appropriate (nicolas-grekas)
This PR was merged into the 5.4 branch.
Discussion
----------
[HttpKernel] fix sending Vary: Accept-Language when appropriate
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
That's something I figured our while reviewing symfony#44386 and that we missed in symfony#43108:
the `Vary` header should be sent when we use `Accept-Language`, not when we send `Content-Language`.
/cc @chalasr
Commits
-------
afab34d [HttpKernel] fix sending Vary: Accept-Language when appropriate
0 commit comments