Skip to content

Commit

Permalink
Clarify use of NORMAL object status
Browse files Browse the repository at this point in the history
It's implicit unless the object is zero-length

Fixes: #682
  • Loading branch information
afrind authored Feb 27, 2025
1 parent 4281fec commit 46f032c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,8 @@ are beyond the end of a group or track.

`Status` can have following values:

* 0x0 := Normal object. The payload is array of bytes and can be empty.
* 0x0 := Normal object. This status is implicit for any non-zero length object.
Zero-length objects explicitly encode the Normal status.

* 0x1 := Indicates Object does not exist. Indicates that this object
does not exist at any publisher and it will not be published in
Expand Down

0 comments on commit 46f032c

Please sign in to comment.