make bereq.xid available in vcl_pipe

as suggested by Dridi
parent c63ddc8f
......@@ -20,6 +20,7 @@ varnish v1 -vcl+backend {
if (req.url == "/2") {
set bereq.http.connection = req.http.connection;
}
set bereq.http.xid = bereq.xid;
}
} -start
......
......@@ -480,7 +480,7 @@ bereq.xid
Type: STRING
Readable from: backend
Readable from: vcl_pipe, backend
Unique ID of this request.
......
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