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

Add another client cycle, to make sure there is no difference between

miss/hit ESI processing



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4644 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7fd764fc
......@@ -29,6 +29,11 @@ client c1 {
rxresp
expect resp.bodylen == 65
expect resp.status == 200
# test that there is no difference on miss/hit
txreq
rxresp
expect resp.bodylen == 65
expect resp.status == 200
}
client c1 -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