Skip to content

Commit 0d67a77

Browse files
committed
Add GOAWAY URI validation requirement and RFC9002 reference
Require recipients to validate the New Session URI against local policy before reconnecting, and add RFC9002 to normative references for the smoothed RTT citation in PROBE. https://claude.ai/code/session_01LCkQcr69mLdMHo9RQSL8xG
1 parent 237f6ea commit 0d67a77

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

draft-lcurley-moq-lite.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ author:
1818

1919
normative:
2020
moqt: I-D.ietf-moq-transport
21+
RFC9002:
2122

2223
informative:
2324

@@ -601,6 +602,8 @@ GOAWAY Message {
601602
**New Session URI**:
602603
A URI for the peer to reconnect to.
603604
An empty string indicates no redirect; the peer should simply close the session.
605+
A recipient MUST validate the URI against local policy before reconnecting, including verifying the scheme, authority, and port are permitted.
606+
If validation fails, the recipient MUST close the session without reconnecting.
604607

605608
## GROUP
606609
The GROUP message contains information about a Group, as well as a reference to the subscription being served.

0 commit comments

Comments
 (0)