We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Cache-Control header, JIT separates the max-age= value using a semicolon. This must be a comma.
Cache-Control
max-age=
The text was updated successfully, but these errors were encountered:
Use comma in Cache-Control header; fixes symphonycms#146
6cdbfb1
PR sent
Sorry, something went wrong.
Use comma in Cache-Control header (#147)
1ea6992
fixes #146
Same error is in the 1.x branche
Use comma in Cache-Control header
09dd890
Same error as in the 2.x branche: See issue symphonycms#146 symphonycms#146
de2ede8
No branches or pull requests
In the
Cache-Control
header, JIT separates themax-age=
value using a semicolon. This must be a comma.The text was updated successfully, but these errors were encountered: