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

Ben Kaduk's nits on HTTP/3 #4810

Merged
merged 14 commits into from Jan 26, 2021
6 changes: 3 additions & 3 deletions draft-ietf-quic-http.md
Expand Up @@ -142,9 +142,9 @@ This document defines HTTP/3, a mapping of HTTP semantics over the QUIC
transport protocol, drawing heavily on the design of HTTP/2. HTTP/3 relies on
QUIC to provide confidentiality and integrity protection of data; peer
authentication; and reliable, in-order, per-stream delivery. While delegating
stream lifetime and flow control issues to QUIC, a similar binary framing is
used on each stream. Some HTTP/2 features are subsumed by QUIC, while other
features are implemented atop QUIC.
stream lifetime and flow control issues to QUIC, a binary framing similar to the
HTTP/2 framing is used on each stream. Some HTTP/2 features are subsumed by
QUIC, while other features are implemented atop QUIC.

QUIC is described in {{QUIC-TRANSPORT}}. For a full description of HTTP/2, see
{{?HTTP2}}.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.