8000 Improve specification explanation by matthieu88160 · Pull Request #7601 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Improve specification explanation #7601

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update expiration.rst
  • Loading branch information
matthieu88160 authored Mar 13, 2017
commit 3302f01cffe379ecb78266a8d690fb1242b9ab48
4 changes: 2 additions & 2 deletions http_cache/expiration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ servers should not send ``Expires`` dates more than one year in the future."
.. note::

Accordingly with `RFC 7234 - Caching`_, the ``Expires`` header value is
ignored when a ``s-max-age`` or ``max-age`` header is defined.
ignored when a ``s-max-age`` or ``max-age`` directives are defined.
Copy link
Contributor

Choose a reason for hiding this comment

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

You should remove the a before directives.



.. _`expiration model`: http://tools.ietf.org/html/rfc2616#section-13.2
.. _`FrameworkExtraBundle documentation`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/cache.html
.. _`RFC 7234 - Caching`: https://tools.ietf.org/html/rfc7234
.. _`RFC 7234 - Caching`: https://tools.ietf.org/html/rfc7234#section-5.2
0