Commit c91c1c3e authored by Lasse Karstensen's avatar Lasse Karstensen

Expand access to req.backend_hint

We need req.backend_hint in vcl_hit to enable different
grace times depending on backend health.
parent 9f3100e2
......@@ -271,11 +271,9 @@ sp_variables = [
),
('req.backend_hint',
'BACKEND',
( 'recv',),
( 'recv',), """
( 'client', ),
( 'client',), """
Set bereq.backend to this if we attempt to fetch.
This variable is a convenience so the overall
policy can be set up once and for all in vcl_recv{}.
"""
),
('req.hash_ignore_busy',
......
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