8000 minor #7034 Changed RFC links from drafts to proposed standarts (a-ast) · symfony/symfony-docs@108b849 · GitHub
[go: up one dir, main page]

Skip to content

Commit 108b849

Browse files
committed
minor #7034 Changed RFC links from drafts to proposed standarts (a-ast)
This PR was squashed before being merged into the 2.7 branch (closes #7034). Discussion ---------- Changed RFC links from drafts to proposed standarts First 'HTTP Cache' documentation page had been created in May 2013 when RFC 7232 and 7234 were still drafts. I think it makes sense now to change links from drafts to proposed standards and remove the reference to old good RFC 2616 which is already obsolete. Commits ------- 098d29c Changed RFC links from drafts to proposed standarts
2 parents b20d132 + 098d29c commit 108b849

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

http_cache.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,8 @@ These four headers are used to help cache your responses via *two* different mod
192192

193193
All of the HTTP headers you'll read about are *not* invented by Symfony! They're
194194
part of an HTTP specification that's used by sites all over the web. To dig deeper
195-
into HTTP Caching, check out the original `RFC 2616`_ document, or these two
196-
other pieces: `P4 - Conditional Requests`_ and `P6 -
197-
Caching: Browser and intermediary caches`_.
195+
into HTTP Caching, check out the documents `RFC 7234 - Caching`_ and
196+
`RFC 7232 - Conditional Requests`_.
198197

199198
As a web developer, you are strongly urged to read the specification. Its
200199
clarity and power - even more than fifteen years after its creation - is
@@ -363,9 +362,8 @@ Learn more
363362
.. _`Cache Tutorial`: http://www.mnot.net/cache_docs/
364363
.. _`Varnish`: https://www.varnish-cache.org/
365364
.. _`Squid in reverse proxy mode`: http://wiki.squid-cache.org/SquidFaq/ReverseProxy
366-
.. _`RFC 2616`: http://tools.ietf.org/html/rfc2616
367365
.. _`HTTP Bis`: http://tools.ietf.org/wg/httpbis/
368-
.. _`P4 - Conditional Requests`: http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional
369-
.. _`P6 - Caching: Browser and intermediary caches`: http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache
366+
.. _`RFC 7234 - Caching`: https://tools.ietf.org/html/rfc7234
367+
.. _`RFC 7232 - Conditional Requests`: https://tools.ietf.org/html/rfc7232
370368
.. _`FOSHttpCacheBundle`: http://foshttpcachebundle.readthedocs.org/
371369
.. _`HTTP specification`: http://www.w3.org/Protocols/rfc2616/rfc2616.html

0 commit comments

Comments
 (0)
0