Ran into a usecase where it would be useful to store the backend used in beresp.backend in vcl_backend_fetch and use it again in vcl_backend_fetch after a retry.
Should be very straightforward to add this functionality to vmod-var - I'll submit a PR at some point.
Ran into a usecase where it would be useful to store the backend used in
beresp.backend
invcl_backend_fetch
and use it again invcl_backend_fetch
after a retry.Should be very straightforward to add this functionality to vmod-var - I'll submit a PR at some point.