Commit 0c4c1648 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Pål Hermunn Johansen

beresp.backend.ip is only available while the connection is open,

which means not in vcl_backend_error{}

Fixes: #1865

Conflicts:
	lib/libvcc/generate.py
parent 9a5afcf6
......@@ -587,7 +587,7 @@ sp_variables = [
),
('beresp.backend.ip',
'IP',
( 'backend_response', 'backend_error'),
( 'backend_response', ),
( ), """
IP of the backend this response was fetched from.
"""
......
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