Skip to content

Commit 77a0289

Browse files
committed
Martin's feedback on Alt-Svc
1 parent a001407 commit 77a0289

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

draft-ietf-quic-http.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ It's not shouting; when they are capitalized, they have the special meaning
9595
defined in {{!RFC2119}}.
9696

9797

98-
# QUIC advertisement
98+
# QUIC Advertisement
9999

100100
A server advertises that it can speak HTTP/QUIC via the Alt-Svc ({{!RFC7838}})
101101
HTTP response header, using the ALPN token defined in
@@ -107,7 +107,7 @@ response:
107107

108108
Alt-Svc: hq=":443"
109109

110-
## QUIC version hints {#alt-svc-version-hint}
110+
## QUIC Version Hints {#alt-svc-version-hint}
111111

112112
This document defines the "v" parameter for Alt-Svc, which is used to provide
113113
version-negotiation hints to HTTP/QUIC clients. Syntax:
@@ -130,16 +130,16 @@ percent-encoded as per Section 2.1 of {{!RFC3986}}. Consequently, the octet
130130
representing the percent character ("%", hex 25) MUST be percent-encoded as
131131
well.
132132

133-
On receipt of this header, a client MAY attempt to establish a QUIC connection
134-
on port 443 and, if successful, send HTTP requests using the mapping described
135-
in this document. Servers SHOULD list only versions which they support, but MAY
136-
omit supported versions for any reason.
133+
On receipt of an Alt-Svc header indicating QUIC support, a client MAY attempt to
134+
establish a QUIC connection on the indicated port and, if successful, send HTTP
135+
requests using the mapping described in this document. Servers SHOULD list only
136+
versions which they support, but MAY omit supported versions for any reason.
137137

138138
Connectivity problems (e.g. firewall blocking UDP) may result in QUIC connection
139139
establishment failure, in which case the client should gracefully fall back to
140140
HTTP/2.
141141

142-
# Connection establishment {#connection-establishment}
142+
# Connection Establishment {#connection-establishment}
143143

144144
HTTP/QUIC connections are established as described in {{QUIC-TRANSPORT}}. During
145145
connection establishment, HTTP/QUIC support is indicated by selecting the ALPN
@@ -151,7 +151,7 @@ in the SETTINGS frame. After the QUIC connection is established, a SETTINGS
151151
frame ({{frame-settings}}) MUST be sent as the initial frame of the HTTP control
152152
stream (StreamID 3, see {{stream-mapping}}).
153153

154-
## Draft version identification
154+
## Draft Version Identification
155155

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

0 commit comments

Comments
 (0)