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

Default settings in HTTP #2038

Merged
merged 5 commits into from Nov 27, 2018
Merged
Changes from 1 commit
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: 4 additions & 2 deletions draft-ietf-quic-http.md
Expand Up @@ -316,7 +316,8 @@ header is determined by the stream type.

Some stream types are reserved ({{stream-grease}}). Two stream types are
defined in this document: control streams ({{control-streams}}) and push streams
({{push-streams}}). Other stream types can be defined by extensions to HTTP/3.
({{push-streams}}). Other stream types can be defined by extensions to HTTP/3;
see {{extensions}} for more details.

Both clients and servers SHOULD send a value of three or greater for the QUIC
transport parameter `initial_max_uni_streams`.
Expand Down Expand Up @@ -673,7 +674,8 @@ receipt.
Because the setting has no defined meaning, the value of the setting can be any
value the implementation selects.

Additional settings MAY be defined by extensions to HTTP/3.
Additional settings can be defined by extensions to HTTP/3; see {{extensions}}
for more details.

#### Initialization

Expand Down