Skip to content

Commit 3a45e97

Browse files
authored
Minor editorial update
1 parent 3bc9c52 commit 3a45e97

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

draft-ietf-moq-transport.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,18 +1631,17 @@ the publisher MUST return FETCH_ERROR with error code 'No Objects'.
16311631

16321632
### Calculating the Range of a Joining Fetch
16331633

1634-
A publisher which receives a Fetch message with a Fetch Type of 0x2 treats it
1634+
A publisher that receives a Fetch of type Type 0x2 treats it
16351635
as a Fetch with a range dynamically determined by the Preceding Group Offset
1636-
field and field values derived from the corresponding SUBSCRIBE message
1637-
(hereafter "the Subscribe").
1636+
and field values derived from the corresponding subscription.
16381637

16391638
The Largest Group ID and Largest Object ID values from the corresponding
16401639
subscription are used to calculate the end of a Joining Fetch so the Objects
1641-
retrieved by the Fetch and Subscribe are contiguous and non-overlapping.
1642-
If no Objects have been published for the track, so the SUBSCRIBE_OK has a
1640+
retrieved by the FETCH and SUBSCRIBE are contiguous and non-overlapping.
1641+
If no Objects have been published for the track, and the SUBSCRIBE_OK has a
16431642
ContentExists value of 0, the publisher responds with a FETCH_ERROR.
16441643

1645-
The publisher receiving a Joining Fetch computes the fetch range as follows:
1644+
The publisher receiving a Joining Fetch computes the range as follows:
16461645

16471646
* Fetch StartGroup: Subscribe Largest Group - Preceding Group Offset
16481647
* Fetch StartObject: 0

0 commit comments

Comments
 (0)