Skip to content

Commit fe925bc

Browse files
committed
Fix text block inconsistency
1 parent 52f171f commit fe925bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

book/http_cache.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ The ``Cache-Control`` header is unique in that it contains not one, but various
301301
pieces of information about the cacheability of a response. Each piece of
302302
information is separated by a comma:
303303

304+
.. code-block:: text
305+
304306
Cache-Control: private, max-age=0, must-revalidate
305307
306308
Cache-Control: max-age=3600, must-revalidate
@@ -716,6 +718,8 @@ request's ``Accept-Encoding`` value. This is done by using the ``Vary`` response
716718
header, which is a comma-separated list of different headers whose values
717719
trigger a different representation of the requested resource:
718720

721+
.. code-block:: text
722+
719723
Vary: Accept-Encoding, User-Agent
720724
721725
.. tip::

0 commit comments

Comments
 (0)