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

Stabilize this test

parent 12ace86f
......@@ -3,11 +3,11 @@ varnishtest "test caching of req.body"
server s1 {
rxreq
expect req.bodylen == 3
txresp -status 200 -hdr "Foo: BAR" -body "1234"
txresp -hdr "Connection: close" -hdr "Foo: BAR" -body "1234"
accept
rxreq
expect req.bodylen == 3
txresp -status 200 -hdr "Foo: Foo" -body "56"
txresp -hdr "Foo: Foo" -body "56"
} -start
varnish v1 -cliok "param.set vcc_allow_inline_c true" -vcl+backend {
......
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