Adjust to varnishtest changes in varnish-cache

Use "-noserver" for now

Ref varnish-cache 3368ee0651d34526f1a6592b2b665f545381e42c
parent 74c3b179
......@@ -9,10 +9,10 @@ server s1 {
rxreq
expect req.http.content-length == 7
expect req.http.transfer-encoding == <undef>
txresp -hdr "Accept-ranges: bytes" -hdr "Content-Type: text/plain" -body response
txresp -noserver -hdr "Accept-ranges: bytes" -hdr "Content-Type: text/plain" -body response
rxreq
txresp -hdr "Accept-ranges: bytes"
txresp -noserver -hdr "Accept-ranges: bytes"
} -start
varnish v1 \
......
......@@ -9,10 +9,10 @@ server s1 {
rxreq
expect req.http.content-length == 7
expect req.http.transfer-encoding == <undef>
txresp -hdr "Accept-ranges: bytes" -hdr "Content-Type: text/plain" -body response
txresp -noserver -hdr "Accept-ranges: bytes" -hdr "Content-Type: text/plain" -body response
rxreq
txresp -hdr "Accept-ranges: bytes"
txresp -noserver -hdr "Accept-ranges: bytes"
} -start
varnish v1 \
......
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