Re: [quicwg/base-drafts] Pull some H2 content into the introduction (#2683)
Jana Iyengar <notifications@github.com> Sat, 11 May 2019 02:16 UTC
Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 60A07120219 for <quic-issues@ietfa.amsl.com>; Fri, 10 May 2019 19:16:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.01
X-Spam-Level:
X-Spam-Status: No, score=-8.01 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_DKIMWL_WL_HIGH=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WWEZPTfsJd47 for <quic-issues@ietfa.amsl.com>; Fri, 10 May 2019 19:16:45 -0700 (PDT)
Received: from out-9.smtp.github.com (out-9.smtp.github.com [192.30.254.192]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4303D1201EA for <quic-issues@ietf.org>; Fri, 10 May 2019 19:16:45 -0700 (PDT)
Date: Fri, 10 May 2019 19:16:44 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1557541004; bh=Ji1ZEYoxT4OhAYHrygGqebaoOB3sUcjEVhi9rwm1N+c=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bbb0pcG/XVjBpu3PJBq0pdlHuvE89StSruyTPSuMcnakXYbK5/v7VUF81QesbxNr1 jfG3IXEMxuoHqjBVHEUUhaTfqokqcdvLiGKkjcG/jcn5PiEijxbUtgslj2kWtdH93C hMq7iek/kOKnMkRwlBihow3X5bWUp5+F8eTegIGo=
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYG2CQXPZIQYSHEFH524NRQZEVBNHHBUX2AKM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2683/review/236357847@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2683@github.com>
References: <quicwg/base-drafts/pull/2683@github.com>
Subject: Re: [quicwg/base-drafts] Pull some H2 content into the introduction (#2683)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5cd6308c7a49f_14a3fd7a80cd96418712f"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/I2K1KrEYGRoNowR6o3iZxHrLVhk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 11 May 2019 02:16:47 -0000
janaiyengar commented on this pull request. a few comments > QUIC is described in {{QUIC-TRANSPORT}}. For a full description of HTTP/2, see -{{!RFC7540}}. - - -## Notational Conventions +{{!HTTP2=RFC7540}}. + +# HTTP/3 Protocol Overview + +HTTP/3 provides a transport for HTTP semantics using the QUIC transport protocol +and an internal framing layer similar to HTTP/2. + +An HTTP/3 endpoint is discovered using HTTP Alternative Services. Once a client add a reference > + +HTTP/3 provides a transport for HTTP semantics using the QUIC transport protocol +and an internal framing layer similar to HTTP/2. + +An HTTP/3 endpoint is discovered using HTTP Alternative Services. Once a client +knows that an HTTP/3 server exists at a certain endpoint, it opens a QUIC +connection. QUIC provides protocol negotiation, stream-based multiplexing, and +flow control. + +Within each stream, the basic unit of HTTP/3 communication is a frame +({{frames}}). Each frame type serves a different purpose. For example, HEADERS +and DATA frames form the basis of HTTP requests and responses +({{request-response}}). Other frame types like SETTINGS, PRIORITY, and GOAWAY +are used to managed the overall connection. + +Multiplexing of requests is performed using the QUIC stream abstraction, with maybe add a reference to streams section in draft-transport? > + endpoint is discovered and a connection is established. +- Stream Mapping and Usage ({{stream-mapping}}) describes the way QUIC streams + are used. +- HTTP Framing Layer ({{http-framing-layer}}) describes the frames used on + most streams. +- HTTP Request Lifecycle ({{http-request-lifecycle}}) describes how HTTP + semantics are expressed using frames. +- Connection Closure ({{connection-closure}}) describes how connections are + terminated, either gracefully or abruptly. +- Extensions to HTTP/3 ({{extensions}}) describes how new capabilities can be + added in future documents. +- Error Handling ({{errors}}) describes how error conditions are handled and + expressed, either on a particular stream or for the connection as a whole. + +Readers familiar with HTTP/2 will find a more detailed comparison with that +protocol in {{h2-considerations}}. @mikkelfj : I suspect you're missing that comparison "of HTTP/3" is assumed (which is reasonable, IMO) > @@ -1742,7 +1866,7 @@ assigned by IANA. --- back -# Considerations for Transitioning from HTTP/2 +# Considerations for Transitioning from HTTP/2 {#h2-considerations} HTTP/3 is strongly informed by HTTP/2, and bears many similarities. This section describes the approach taken to design HTTP/3, points out important How about "HTTP/3 departs from HTTP/2 where QUIC's behavior differences from TCP are either beneficial or need to be accommodated (absence of linear ordering, support for framing)." -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/quicwg/base-drafts/pull/2683#pullrequestreview-236357847
- [quicwg/base-drafts] Pull some H2 content into th… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… MikkelFJ
- Re: [quicwg/base-drafts] Pull some H2 content int… ianswett
- Re: [quicwg/base-drafts] Pull some H2 content int… Lucas Pardue
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… MikkelFJ
- Re: [quicwg/base-drafts] Pull some H2 content int… Jana Iyengar
- Re: [quicwg/base-drafts] Pull some H2 content int… MikkelFJ
- Re: [quicwg/base-drafts] Pull some H2 content int… MikkelFJ
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… Martin Thomson
- Re: [quicwg/base-drafts] Pull some H2 content int… MikkelFJ
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop
- Re: [quicwg/base-drafts] Pull some H2 content int… Mike Bishop