varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
182 stars 86 forks source link

Teach vmod-var about VCL_BACKEND types #96

Closed daghf closed 6 years ago

daghf commented 6 years ago

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.

daghf commented 6 years ago

Implemented via #98