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

ALPN Tokens and Alt-Svc #90

Merged
merged 9 commits into from Jan 13, 2017
6 changes: 3 additions & 3 deletions draft-ietf-quic-http.md
Expand Up @@ -141,9 +141,9 @@ HTTP/2.

# Connection establishment {#connection-establishment}

HTTP-over-QUIC connections are established as described in {{QUIC-TRANSPORT}}.
During connection establishment, HTTP/QUIC support is indicated by selecting the
ALPN token "hq" in the crypto handshake.
HTTP/QUIC connections are established as described in {{QUIC-TRANSPORT}}. During
connection establishment, HTTP/QUIC support is indicated by selecting the ALPN
token "hq" in the crypto handshake.

While connection-level options pertaining to the core QUIC protocol are set in
the initial crypto handshake, HTTP-specific settings are conveyed
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.