Skip to content

Commit 6a3c8f6

Browse files
committed
address comments
Signed-off-by: wangbaiping(wbpcode) <[email protected]>
1 parent c204cf7 commit 6a3c8f6

File tree

1 file changed

+1
-1
lines changed
  • docs/proposals/004-endpoint-picker-protocol

1 file changed

+1
-1
lines changed

docs/proposals/004-endpoint-picker-protocol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dynamicMetadata: {
4848
}
4949
```
5050

51-
The value of the header or metadata entry MUST contain at least one endpoint in `<ip:port>` format or multiple endpoints in `<ip:port>,<ip:port>,...` format. Multiple endpoints are separated by commas. The first valid endpoint in the list will be used. And if retrying is happening, the proxy will try the endpoints after the previously selected endpoint in order.
51+
The value of the header or metadata entry MUST contain at least one endpoint in `<ip:port>` format or multiple endpoints in `<ip:port>,<ip:port>,...` format. Multiple endpoints are separated by commas. The first valid endpoint in the list will be used. If retry is configured, the proxy will go sequentially down the list until one valid endpoint is found.
5252

5353
Constraints:
5454
- If the EPP did not communicate the server endpoint via these two methods, it MUST return an error as follows:

0 commit comments

Comments
 (0)