Commit 5834b8c4 authored by Pål Hermunn Johansen's avatar Pål Hermunn Johansen

State that return(fetch) is not allowed any more

parent 15ddc059
......@@ -36,6 +36,10 @@ Usage
VCL and bundled VMODs
---------------------
* ``return (fetch)`` is no longer allowed in ``vcl_hit {}``, use
``return (miss)`` instread. Note that ``return (fetch)`` has been
deprecated since 4.0.
* Fix behaviour of restarts to how it was originally intended:
Restarts now leave all the request properties in place except for
``req.restarts`` and ``req.xid``, which need to change by design.
......
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