Say that owner-first covers a certname with no resolved owner
This commit is contained in:
+6
-6
@@ -94,12 +94,12 @@ const (
|
|||||||
// reply they all gave is the estate's answer; anything else leaves a backend
|
// reply they all gave is the estate's answer; anything else leaves a backend
|
||||||
// whose reply is evidence about the backend, which is what 502 reports.
|
// whose reply is evidence about the backend, which is what 502 reports.
|
||||||
askPeers askOrder = iota
|
askPeers askOrder = iota
|
||||||
// askOwnerFirst: the path names one entity, the backend holding it is asked
|
// askOwnerFirst: the path names one entity, so the backend holding it is
|
||||||
// first and the rest only as fallbacks in case it does not answer. A backend
|
// asked first — or, where no owner is known, they are asked in configured
|
||||||
// that does not hold the entity replies 404 to say exactly that, which is not
|
// order — and the rest only as fallbacks. A backend that does not hold the
|
||||||
// a dissent from the holder's reply, so requiring the two to agree asks a
|
// entity replies 404 to say exactly that, which is not a dissent from the
|
||||||
// question nobody was posed. The first backend that answered is the one that
|
// holder's reply, so requiring the two to agree asks a question nobody was
|
||||||
// knows.
|
// posed. The first backend that answered is the one that knows.
|
||||||
askOwnerFirst
|
askOwnerFirst
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user