Remove superfluous server commands from test case

In d7695e48, a legit caching case was turned
into an error case.
parent 1767205d
......@@ -4,9 +4,8 @@ server s1 {
rxreq
expect req.bodylen == 106
txresp -body "ABCD"
rxreq
expect req.bodylen == 108
txresp -body "ABCDE"
# the second request fails on the client side and
# does not reach the backend
} -start
varnish v1 -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