Skip to content

Commit da735ae

Browse files
More precise semantics for the Reply-From Option
1 parent f2143d0 commit da735ae

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

draft-ietf-core-groupcomm-proxy.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,11 @@ When used as defined in this document, the option value is set to the byte seria
144144

145145
* The first CBOR array is REQUIRED and specifies a CRI (see {{I-D.ietf-core-href}}). In particular, both 'scheme' and 'authority' are given, while 'path', 'query', and 'fragment' are not given.
146146

147-
* The second CBOR array is OPTIONAL and specifies a CRI reference (see {{I-D.ietf-core-href}}). In particular, 'scheme' is set to `null` (0xf6), at least one of 'authority' and 'path' is given, and both 'query' and 'fragment' are not given. This CRI reference is relevant in some scenarios where the proxy is a reverse-proxy.
147+
* The second CBOR array is OPTIONAL and specifies a CRI reference (see {{I-D.ietf-core-href}}). In particular, 'scheme' is set to `null` (0xf6), at least one of 'authority' and 'path' is given, and both 'query' and 'fragment' are not given.
148+
149+
If 'authority' is given in this CRI reference, then 'host' MUST NOT be of the form host-name within 'authority' of the CRI specified by the first CBOR array.
150+
151+
This CRI reference is relevant in some scenarios where the proxy is a reverse-proxy.
148152

149153
The detailed use of this option is specified in {{ssec-resp-proc-proxy-steps}} and {{ssec-resp-proc-client-steps}} when the proxy is a forward-proxy, and in {{sec-reverse-proxies-proxy-side}} and {{sec-reverse-proxies-client-side}} when the proxy is a reverse-proxy.
150154

@@ -1442,9 +1446,11 @@ C P S1 S2
14421446

14431447
* More appropriate pointers to sections of draft-ietf-core-groupcomm-bis.
14441448

1449+
* More precise semantics for the Reply-From Option.
1450+
14451451
* Suggested value ranges for codepoints to register.
14461452

1447-
* Editorial improvements.
1453+
* Clarifications and editorial improvements.
14481454

14491455
## Version -02 to -03 ## {#sec-02-03}
14501456

0 commit comments

Comments
 (0)