Skip to content

Commit 1e27204

Browse files
committed
Add Invalid Subscribe ID error
1 parent 7b2461d commit 1e27204

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

draft-ietf-moq-transport.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,8 @@ code, as defined below:
560560
|------|---------------------------|
561561
| 0x6 | Too Many Subscribes |
562562
|------|---------------------------|
563+
| 0x7 | Invalid Subscribe ID |
564+
|------|---------------------------|
563565
| 0x10 | GOAWAY Timeout |
564566
|------|---------------------------|
565567

@@ -579,6 +581,9 @@ code, as defined below:
579581
* Too Many Subscribes: The session was closed because the subscriber used
580582
a Subscribe ID equal or larger than the current Maximum Subscribe ID.
581583

584+
* Invalid Subscribe ID: The session was closed because the subscriber sent
585+
a Joining Fetch with a Subscribe ID that does not exist.
586+
582587
* GOAWAY Timeout: The session was closed because the client took too long to
583588
close the session in response to a GOAWAY ({{message-goaway}}) message.
584589
See session migration ({{session-migration}}).

0 commit comments

Comments
 (0)