Deoptimize the central object matching loop in the hash code:
With the advent of prefetch and degraded mode, the invariants of
objectheads change so that more than one object can be busy at any
one time.
Thus we can no longer assume that the busy object or one subsequent to
it, is the one we eventually desire, and we must start our search from
the front of the list again.
As an amusing sidenote: this eliminates the only "goto" in all of varnishd.
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2388
d4fa192b-c00b-0410-8231-
f00ffab90ce4