Commit fce798b2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

Add another request to this test-case, hoping to catch info about #1520

parent 31ebc99e
......@@ -4,6 +4,8 @@ varnishtest "Test std.ip"
server s1 {
rxreq
txresp -body "1"
rxreq
txresp -body "22"
} -start
......@@ -21,8 +23,12 @@ varnish v1 -vcl+backend {
client c1 {
txreq -url "/foo1"
rxresp
expect resp.bodylen == 1
expect resp.http.foo0 == "127.0.0.1"
expect resp.http.foo1 == "127.0.0.1"
expect resp.http.foo2 == "127.0.0.2"
expect resp.http.foo3 == "1.2.3.5"
txreq -url "/foo2"
rxresp
expect resp.bodylen == 2
} -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