Skip to content

Commit a407837

Browse files
committed
fix lint nits
1 parent dd0cda3 commit a407837

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-ietf-moq-transport.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1417,8 +1417,8 @@ There are two types of Fetch messages:
14171417
Standalone Fetch (0x1) : A Fetch of Objects performed independently of any Subscribe.
14181418

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

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

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

0 commit comments

Comments
 (0)