@@ -95,7 +95,7 @@ It's not shouting; when they are capitalized, they have the special meaning
95
95
defined in {{!RFC2119}}.
96
96
97
97
98
- # QUIC advertisement
98
+ # QUIC Advertisement
99
99
100
100
A server advertises that it can speak HTTP/QUIC via the Alt-Svc ({{!RFC7838}})
101
101
HTTP response header, using the ALPN token defined in
@@ -107,7 +107,7 @@ response:
107
107
108
108
Alt-Svc : hq=":443"
109
109
110
- # # QUIC version hints {#alt-svc-version-hint}
110
+ # # QUIC Version Hints {#alt-svc-version-hint}
111
111
112
112
This document defines the "v" parameter for Alt-Svc, which is used to provide
113
113
version-negotiation hints to HTTP/QUIC clients. Syntax :
@@ -130,16 +130,16 @@ percent-encoded as per Section 2.1 of {{!RFC3986}}. Consequently, the octet
130
130
representing the percent character ("%", hex 25) MUST be percent-encoded as
131
131
well.
132
132
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.
137
137
138
138
Connectivity problems (e.g. firewall blocking UDP) may result in QUIC connection
139
139
establishment failure, in which case the client should gracefully fall back to
140
140
HTTP/2.
141
141
142
- # Connection establishment {#connection-establishment}
142
+ # Connection Establishment {#connection-establishment}
143
143
144
144
HTTP/QUIC connections are established as described in {{QUIC-TRANSPORT}}. During
145
145
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
151
151
frame ({{frame-settings}}) MUST be sent as the initial frame of the HTTP control
152
152
stream (StreamID 3, see {{stream-mapping}}).
153
153
154
- # # Draft version identification
154
+ # # Draft Version Identification
155
155
156
156
> **RFC Editor's Note:** Please remove this section prior to publication of a
157
157
> final version of this document.
0 commit comments