Spotted by: "postwait"
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2631
d4fa192b-c00b-0410-8231-
f00ffab90ce4
}
sp->director = NULL;
+ sp->restarts = 0;
sp->backend = NULL; /*
* XXX: we may want to leave this
* behind to hint directors ?
AZ(sp->obj);
AZ(sp->bereq);
sp->director = NULL;
+ sp->restarts = 0;
sp->backend = NULL; /*
* XXX: we may want to leave this
* behind to hint directors ?
if (sp->handling == VCL_RET_ERROR)
sp->step = STP_ERROR;
else {
+ sp->director = NULL;
sp->restarts++;
sp->step = STP_RECV;
}