Skip to content

Commit

Permalink
fix lint nits
Browse files Browse the repository at this point in the history
  • Loading branch information
englishm committed Dec 4, 2024
1 parent dd0cda3 commit a407837
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1417,8 +1417,8 @@ There are two types of Fetch messages:
Standalone Fetch (0x1) : A Fetch of Objects performed independently of any Subscribe.

Joining Fetch (0x2) : A Fetch joined together with a Subscribe. A Joining Fetch
shares the same Subscribe ID as an already-sent Subscribe. A publisher receiving a Joining
Fetch should use properties of the associated Subscribe to determine the Track Namespace,
shares the same Subscribe ID as an already-sent Subscribe. A publisher receiving a Joining
Fetch should use properties of the associated Subscribe to determine the Track Namespace,
Track, StartGroup, StartObject, EndGroup, and EndObject for the Joining Fetch such that it is
contiguous with the associated Subscribe and begins Previous Group Count prior.

Expand Down Expand Up @@ -1466,8 +1466,8 @@ Fields common to all Fetch Types:
is a variable length integer that MUST be unique and monotonically increasing
within a session. For a Standalone Fetch a new Subscribe ID MUST be used. For
a Joining Fetch, the Subscribe ID MUST correspond to a Subscribe which has already
been sent. If a publisher receives a Joining Fetch with a Subscribe ID that does
not correspond to an existing Subscribe, it MUST close the session with an
been sent. If a publisher receives a Joining Fetch with a Subscribe ID that does
not correspond to an existing Subscribe, it MUST close the session with an
Invalid Subscribe ID error.

* Subscriber Priority: Specifies the priority of a fetch request relative to
Expand Down

0 comments on commit a407837

Please sign in to comment.