Commit 3623bd0c authored by Nils Goroll's avatar Nils Goroll

adjust to fixed accounting in varnish master

Ref: https://github.com/varnishcache/varnish-cache/pull/2558

varnish-cache commit 51176640603b123a38b49ae271cb9c9de9df1d28
parent 98f91529
Pipeline #421 skipped
......@@ -51,7 +51,7 @@ varnish v1 -vcl+backend {
logexpect l1 -v v1 -g request {
expect 0 1001 Begin "^req .* rxreq"
expect * = ReqAcct "^18 0 18 187 75 262$"
expect * = ReqAcct "^18 0 18 187 104 291$"
expect 0 = End
} -start
......@@ -75,7 +75,7 @@ logexpect l4 -v v1 -g request {
logexpect l5 -v v1 -g request {
expect * 1005 Begin "^req .* rxreq"
expect * = ReqAcct "^18 0 18 192 75 267$"
expect * = ReqAcct "^18 0 18 192 104 296$"
expect 0 = End
} -start
......
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