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

http: update terminology and ref for new http core drafts #4442

Merged
merged 7 commits into from
Dec 14, 2020
Merged
Changes from 1 commit
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
27 changes: 0 additions & 27 deletions draft-ietf-quic-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,33 +279,6 @@ Packet diagrams in this document use the format defined in Section 1.3 of

# Connection Setup and Management {#connection-setup}

## Draft Version Identification

> **RFC Editor's Note:** Please remove this section prior to publication of a
> final version of this document.

HTTP/3 uses the token "h3" to identify itself in ALPN and Alt-Svc. Only
implementations of the final, published RFC can identify themselves as "h3".
Until such an RFC exists, implementations MUST NOT identify themselves using
this string.

Implementations of draft versions of the protocol MUST add the string "-" and
the corresponding draft number to the identifier. For example,
draft-ietf-quic-http-01 is identified using the string "h3-01".

Draft versions MUST use the corresponding draft transport version as their
transport. For example, the application protocol defined in
draft-ietf-quic-http-25 uses the transport defined in
draft-ietf-quic-transport-25.

Non-compatible experiments that are based on these draft versions MUST append
the string "-" and an experiment name to the identifier. For example, an
experimental implementation based on draft-ietf-quic-http-09 that reserves an
extra stream for unsolicited transmission of 1980s pop music might identify
itself as "h3-09-rickroll". Note that any label MUST conform to the "token"
syntax defined in Section 5.6.2 of {{!SEMANTICS}}. Experimenters are
encouraged to coordinate their experiments on the quic@ietf.org mailing list.

## Discovering an HTTP/3 Endpoint {#discovery}

HTTP relies on the notion of an authoritative response: a response that has been
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.