We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f13ed commit 74d97ddCopy full SHA for 74d97dd
content/concepts/transport.md
@@ -156,9 +156,8 @@ QUIC was designed with the following goals in mind:
156
157
### Comparing HTTP/2 and HTTP/3
158
159
-The IETF introduced a new hypertext transfer protocol standard in late 2018,
160
-which turned into a proposed standard for HTTP/3 in
161
-[RFC 9114](https://datatracker.ietf.org/doc/html/rfc9114). HTTP/3 combines the advantages
+In addition to defining the QUIC transport, the IETF also standardized a new version of HTTP that runs on top of QUIC: HTTP/3 (
+[RFC 9114](https://datatracker.ietf.org/doc/html/rfc9114)). HTTP/3 combines the advantages
162
of the existing transfer protocols HTTP/2 and HTTP over QUIC in one standard for faster and
163
more stable data transmission.
164
0 commit comments