Commit aa51311e authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge r4644: Add another client cycle, to make sure there is no difference...

Merge r4644: 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/branches/2.1@4673 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f01779a9
......@@ -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