Skip to content

Commit 830f9aa

Browse files
committed
Fetch error rather than closing session
1 parent b94e5d7 commit 830f9aa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

draft-ietf-moq-transport.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,6 @@ code, as defined below:
564564
|------|---------------------------|
565565
| 0x6 | Too Many Subscribes |
566566
|------|---------------------------|
567-
| 0x7 | Invalid Subscribe ID |
568-
|------|---------------------------|
569567
| 0x10 | GOAWAY Timeout |
570568
|------|---------------------------|
571569

@@ -585,9 +583,6 @@ code, as defined below:
585583
* Too Many Subscribes: The session was closed because the subscriber used
586584
a Subscribe ID equal or larger than the current Maximum Subscribe ID.
587585

588-
* Invalid Subscribe ID: The session was closed because the subscriber sent
589-
a Joining Fetch with a Subscribe ID that does not exist.
590-
591586
* GOAWAY Timeout: The session was closed because the peer took too long to
592587
close the session in response to a GOAWAY ({{message-goaway}}) message.
593588
See session migration ({{session-migration}}).
@@ -1464,8 +1459,7 @@ is a variable length integer that MUST be unique and monotonically increasing
14641459
within a session. For a Standalone Fetch a new Subscribe ID MUST be used. For
14651460
a Joining Fetch, the Subscribe ID MUST correspond to a Subscribe which has already
14661461
been sent. If a publisher receives a Joining Fetch with a Subscribe ID that does
1467-
not correspond to an existing Subscribe, it MUST close the session with an
1468-
Invalid Subscribe ID error.
1462+
not correspond to an existing Subscribe, it MUST respond with a Fetch Error.
14691463

14701464
* Subscriber Priority: Specifies the priority of a fetch request relative to
14711465
other subscriptions or fetches in the same session. Lower numbers get higher

0 commit comments

Comments
 (0)