Skip to content

Commit 949851a

Browse files
authored
Headers aren't messages
Editorial change to consistently not describe headers as messages.
1 parent 2fb6564 commit 949851a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

draft-ietf-moq-transport.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,7 @@ OBJECT_DATAGRAM_STATUS Message {
23212321
## Streams
23222322

23232323
When objects are sent on streams, the stream begins with a Subgroup Header
2324-
message and is followed by one or more sets of serialized object fields.
2324+
and is followed by one or more sets of serialized object fields.
23252325
If a stream ends gracefully in the middle of a serialized Object, the session
23262326
SHOULD be terminated with a Protocol Violation.
23272327

@@ -2336,14 +2336,14 @@ belong to the track requested in the Subscribe message identified by `Track Alia
23362336
and the subgroup indicated by 'Group ID' and `Subgroup ID`.
23372337

23382338
~~~
2339-
SUBGROUP_HEADER Message {
2339+
SUBGROUP_HEADER {
23402340
Track Alias (i),
23412341
Group ID (i),
23422342
Subgroup ID (i),
23432343
Publisher Priority (8),
23442344
}
23452345
~~~
2346-
{: #object-header-format title="MOQT SUBGROUP_HEADER Message"}
2346+
{: #object-header-format title="MOQT SUBGROUP_HEADER"}
23472347

23482348
All Objects received on a stream opened with `SUBGROUP_HEADER` have an
23492349
`Object Forwarding Preference` = `Subgroup`.
@@ -2445,11 +2445,11 @@ When a stream begins with `FETCH_HEADER`, all objects on the stream belong to th
24452445
track requested in the Fetch message identified by `Subscribe ID`.
24462446

24472447
~~~
2448-
FETCH_HEADER Message {
2448+
FETCH_HEADER {
24492449
Subscribe ID (i),
24502450
}
24512451
~~~
2452-
{: #fetch-header-format title="MOQT FETCH_HEADER Message"}
2452+
{: #fetch-header-format title="MOQT FETCH_HEADER"}
24532453

24542454

24552455
Each object sent on a fetch stream after the FETCH_HEADER has the following format:

0 commit comments

Comments
 (0)