Commit 63f3e291 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add an explanation I spent too long figuring out on my own.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4518 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3ba63cc7
......@@ -85,6 +85,9 @@ client c1 {
expect resp.http.X-Saint != "yes"
expect resp.http.X-Restarts == "1"
# The saintmode_threshold should kick in now
# so expect no more restarts
txreq -url "/three"
rxresp
expect resp.status == 200
......
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