@@ -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