Commit 10a22348 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make the hash key not depend on server.ip

parent 4ddb72ca
...@@ -18,9 +18,9 @@ varnish v1 -vcl+backend { ...@@ -18,9 +18,9 @@ varnish v1 -vcl+backend {
} -start } -start
client c1 { client c1 {
txreq txreq -hdr "Host: localhost"
rxresp rxresp
expect resp.http.req_hash ~ "[[:xdigit:]]{64}" expect resp.http.req_hash ~ "[[:xdigit:]]{64}"
expect resp.http.req_hash == resp.http.bereq_hash expect resp.http.req_hash == resp.http.bereq_hash
expect resp.http.req_hash-sf == ":d9gz676uHvX8wU6y/pTPI6fRK/XVgpJuGZtogIxniLA=:" expect resp.http.req_hash-sf == ":3k0f0yRKtKt7akzkyNsTGSDOJAZOQowTwKWhu5+kIu0=:"
} -run } -run
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