Commit be5952c2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Test for match with leading and trailing space as well.



git-svn-id: http://www.varnish-cache.org/svn/trunk@2811 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 64247b2a
......@@ -43,7 +43,7 @@ client c1 {
expect resp.http.X-Varnish == "1004"
expect resp.http.snafu == "4"
txreq -hdr "Foobar: 1"
txreq -hdr "Foobar: 1 "
rxresp
expect resp.status == 200
expect resp.http.X-Varnish == "1005 1001"
......
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