Commit 048fdc01 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a bit of variation to the Connection header



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2942 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d6bcc69b
......@@ -11,7 +11,7 @@ server s1 {
rxreq
expect req.url == "/bar"
expect req.http.Foo == "req.http.Foo"
txresp -hdr "Bar: foo" -hdr "Connection: bar" -body "foobar"
txresp -hdr "Bar: fnry,glyf, FOO ,brok" -hdr "Connection: bar" -body "foobar"
} -start
varnish v1 -vcl+backend { } -start
......@@ -21,7 +21,7 @@ client c1 {
rxresp
expect resp.http.Bar == "foo"
txreq -url "/bar" -hdr "Foo: bar2" -hdr "Connection: Foo"
txreq -url "/bar" -hdr "Foo: bar2" -hdr "Connection: foo, close"
rxresp
expect req.http.Bar == "req.http.Bar"
} -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