Skip to content

Commit 2161ff3

Browse files
authored
Fixup reset stream code
1 parent 9c2120a commit 2161ff3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

draft-ietf-moq-transport.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3577,7 +3577,7 @@ DELIVERY_TIMEOUT (0x2):
35773577
SESSION_CLOSED (0x3):
35783578
: The publisher session is being closed.
35793579

3580-
UNKOWN_OBJECT_STATUS (0x4):
3580+
UNKNOWN_OBJECT_STATUS (0x4):
35813581
: In response to a FETCH, the publisher is unable to determine the Status
35823582
of the next Object in the requested range.
35833583

@@ -4000,13 +4000,14 @@ TODO: register the URI scheme and the ALPN and grease the Extension types
40004000

40014001
### Data Stream Reset Error Codes {#iana-reset-stream}
40024002

4003-
| Name | Code | Specification |
4004-
|:-----------------|:----:|:-----------------------------|
4005-
| INTERNAL_ERROR | 0x0 | {{closing-subgroup-streams}} |
4006-
| CANCELLED | 0x1 | {{closing-subgroup-streams}} |
4007-
| DELIVERY_TIMEOUT | 0x2 | {{closing-subgroup-streams}} |
4008-
| SESSION_CLOSED | 0x3 | {{closing-subgroup-streams}} |
4009-
| MALFORMED_TRACK | 0x12 | {{closing-subgroup-streams}} |
4003+
| Name | Code | Specification |
4004+
|:----------------------|:----:|:-----------------------------|
4005+
| INTERNAL_ERROR | 0x0 | {{closing-subgroup-streams}} |
4006+
| CANCELLED | 0x1 | {{closing-subgroup-streams}} |
4007+
| DELIVERY_TIMEOUT | 0x2 | {{closing-subgroup-streams}} |
4008+
| SESSION_CLOSED | 0x3 | {{closing-subgroup-streams}} |
4009+
| UNKNOWN_OBJECT_STATUS | 0x4 | {{closing-subgroup-streams}} |
4010+
| MALFORMED_TRACK | 0x12 | {{closing-subgroup-streams}} |
40104011

40114012
# Contributors
40124013
{:numbered="false"}

0 commit comments

Comments
 (0)