Commit ac9830e9 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

changes: Split a strands of hair

Reverting "retrieving" to "processing" is motivated by the fact that we
process ESI on the client side and we don't know whether we are in fact
retrieving an object from a backend, or just reusing one from the cache.

Even if the word "processing" appears again in the sentence, I think it
is more accurate here.

Better diff with the --word-diff option.
parent 66287443
...@@ -51,16 +51,16 @@ Varnish Cache NEXT (2024-03-15) ...@@ -51,16 +51,16 @@ Varnish Cache NEXT (2024-03-15)
``sess.send_timeout`` can now be ``unset`` to use their default ``sess.send_timeout`` can now be ``unset`` to use their default
values from parameters. values from parameters.
* Timeout and deadline parameters and VCL variables can now be set to * Timeout and deadline parameters can now be set to a new special value
the special value ``never`` to apply an infinitely long ``never`` to apply an infinitely long timeout. Parameters which used to
timeout. Parameters which used to be of type ``timeout`` but do not be of type ``timeout`` but do not accept ``never`` have been moved to
accept ``never`` have been moved to the new type ``duration``. the new type ``duration``. VCL variables cannot be set to ``never``.
* The implementation of the feature flag ``esi_include_onerror`` added * The implementation of the feature flag ``esi_include_onerror`` changed
in Varnish-Cache 7.3.0 has been reverted to more closely match the in Varnish-Cache 7.3.0 has been reverted to more closely match the
behavior before that release: By default, fragments are included behavior before that release: By default, fragments are included
again, even errors. When ``esi_include_onerror`` is enabled and again, even errors. When ``esi_include_onerror`` is enabled and
errors are encountered while retrieving an ESI fragment, processing errors are encountered while processing an ESI fragment, processing
only continues if the ``onerror`` attribute of the ``<esi:include>`` only continues if the ``onerror`` attribute of the ``<esi:include>``
tag is present. tag is present.
...@@ -109,7 +109,8 @@ Varnish Cache NEXT (2024-03-15) ...@@ -109,7 +109,8 @@ Varnish Cache NEXT (2024-03-15)
function with a zero ``sz`` argument. function with a zero ``sz`` argument.
* The ``Timestamp`` SLT with ``Process`` prefix is not emitted any * The ``Timestamp`` SLT with ``Process`` prefix is not emitted any
more when processing continues as for restarts. more when processing continues as for restarts, or when ``vcl_deliver``
transitions to ``vcl_synth``.
* The ``FetchError`` SLT with ``HTC`` prefix now contains a verbose * The ``FetchError`` SLT with ``HTC`` prefix now contains a verbose
explanation. explanation.
......
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