Commit 064077f0 authored by Lasse Karstensen's avatar Lasse Karstensen
parents e995b1a5 db0f3b20
...@@ -60,8 +60,8 @@ becomes:: ...@@ -60,8 +60,8 @@ becomes::
} }
} }
``beresp.cacheable`` and ``obj.cacheable``is gone ``beresp.cacheable`` and ``obj.cacheable`` are gone
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``beresp.cacheable`` is gone, and can be replaced with ``beresp.ttl > 0s``. Similarly ``obj.cacheable`` can be replaced with ``obj.ttl > 0s``. ``beresp.cacheable`` is gone, and can be replaced with ``beresp.ttl > 0s``. Similarly ``obj.cacheable`` can be replaced with ``obj.ttl > 0s``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment