Simplify testcase

parent 8d5d94f7
varnishtest "Check aborted backend body with a backend listening at UDS"
barrier b1 cond 2
barrier b2 cond 2
server s1 -listen "${tmpdir}/s1.sock" {
rxreq
txresp -nolen -hdr "Transfer-encoding: chunked"
chunked {<HTML>}
barrier b1 sync
chunked {<HTML>}
barrier b2 sync
} -start
varnish v1 -cliok "param.set debug +syncvsl" -vcl+backend {
} -start
client c1 {
txreq
rxresphdrs
expect resp.status == 200
rxchunk
barrier b1 sync
rxchunk
barrier b2 sync
expect_close
} -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