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

More specific IANA registration xref #2470

Merged
merged 1 commit into from Mar 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft-ietf-quic-qpack.md
Expand Up @@ -595,7 +595,7 @@ described in this section. Header block instructions are contained in HEADERS
and PUSH_PROMISE frames, which are conveyed on request or push streams as
described in {{HTTP3}}.

### Encoder and Decoder Streams
### Encoder and Decoder Streams {#enc-dec-stream-def}

QPACK defines two unidirectional stream types:

Expand Down Expand Up @@ -1146,8 +1146,8 @@ registered in the "HTTP/3 Stream Type" registry established in {{HTTP3}}.
| ---------------------------- | ------ | ------------------------- | ------ |
| Stream Type | Code | Specification | Sender |
| ---------------------------- | :----: | ------------------------- | ------ |
| QPACK Encoder Stream | 0x02 | {{wire-format}} | Both |
| QPACK Decoder Stream | 0x03 | {{wire-format}} | Both |
| QPACK Encoder Stream | 0x02 | {{enc-dec-stream-def}} | Both |
| QPACK Decoder Stream | 0x03 | {{enc-dec-stream-def}} | Both |
| ---------------------------- | ------ | ------------------------- | ------ |

## Error Code Registration
Expand Down