Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove endObject reference from SUBSCRIBE+AbsoluteRange #739

Merged
merged 3 commits into from
Feb 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1300,10 +1300,11 @@ StartGroup is prior to the current group, the subscription starts at the
beginning of the current object like the 'Latest Object' filter.

AbsoluteRange (0x4): Specifies a closed subscription starting at StartObject
in StartGroup and ending at EndObject in EndGroup. The start and end of the
range are inclusive. EndGroup MUST specify the same or a later group than
StartGroup. If the StartGroup is prior to the current group, the subscription
starts at the beginning of the current object like the 'Latest Object' filter.
in StartGroup and ending at the largest object in EndGroup. The start and
end of the range are inclusive. EndGroup MUST specify the same or a later
group than StartGroup. If the StartGroup is prior to the current group, the
subscription starts at the beginning of the current object like the 'Latest
Object' filter.

A filter type other than the above MUST be treated as error.

Expand Down