Commit 26f27d3f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

No longer relevant



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2693 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8dc7e3ed
# Quis custodiet ipsos custodes?
#
# $Id$
server s1 -listen :9080 -repeat 2 {
rxreq
expect req.url == "/"
txresp -hdr "Foobar: barf" -body "0123456789"
}
server s1 -start
client c1 -connect localhost:9080 {
txreq
rxresp
expect resp.status == 200
expect resp.http.foobar == barf
}
client c1 -run
client c1 -run
server s1 -wait
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