File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -249,9 +249,10 @@ status code with a response describing the error.
249249If the DNS record for the discovery endpoint cannot be resolved by the client, or
250250the discovery endpoint fails with 5xx error code, or the TLS certificate cannot be validated,
251251the client MUST retry the discovery endpoint with the next endpoint in the list, if another
252- endpoint is present. If no other endpoint is available, the client MUST retry the discovery
253- endpoint with the first endpoint in the list. The client SHOULD implement an exponential
254- backoff strategy for retries.
252+ endpoint is present. While doing so the client SHOULD preserve the priority order if provided
253+ (from highest to lowest priority). If no other endpoint is available, the client MUST retry
254+ the discovery endpoint with the first endpoint in the list. The client SHOULD implement an
255+ exponential backoff strategy for retries.
255256
256257TODO: Handle Auth errors (401, 403) and corresponding messages.
257258
You can’t perform that action at this time.
0 commit comments