Commit 9c7e8641 authored by Geoff Simmons's avatar Geoff Simmons

Write up changes concerning restarts in "Upgrading to 6.0".

parent a47bb4f9
......@@ -450,6 +450,15 @@ VMOD std
listener is UDS. :ref:`std.set_ip_tos(INT) <func_set_ip_tos>` is
silently ignored when the listener is UDS.
Restarts
~~~~~~~~
Restarts now leave all of the properties of the client request
unchanged (all of the ``req.*`` variables, including the headers),
except for ``req.restarts`` and ``req.xid``, which change by design.
``return(restart)`` can now be called from ``vcl_recv{}``.
New VMODs
~~~~~~~~~
......
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