Re: [quicwg/base-drafts] http-core and Friends (#3513)
ianswett <notifications@github.com> Sat, 21 March 2020 20:41 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 4A6053A096B for <quic-issues@ietfa.amsl.com>; Sat, 21 Mar 2020 13:41:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.1
X-Spam-Level:
X-Spam-Status: No, score=-3.1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] 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 CmOEfjiuScIX for <quic-issues@ietfa.amsl.com>; Sat, 21 Mar 2020 13:41:37 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 520C83A0964 for <quic-issues@ietf.org>; Sat, 21 Mar 2020 13:41:37 -0700 (PDT)
Received: from github-lowworker-6349a71.ac4-iad.github.net (github-lowworker-6349a71.ac4-iad.github.net [10.52.18.20]) by smtp.github.com (Postfix) with ESMTP id 3BA128C0E42 for <quic-issues@ietf.org>; Sat, 21 Mar 2020 13:41:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1584823296; bh=IFY1cRg3S8NtcTdFwyVrw77pKOVwsFv0pN8BzIkXvMk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lYWwUlsOdYmjInWTPeTh9FbAlt5OFMexQO405PFwGReaEM5uk9EONJkfUZLDDsJDe ltz9M0agmsZc07HjL1JYV9kF8fd+w5Mg8LhUJArp+KxLimdEXcWZuNWiqVKKkMeyUx OOf2/pGgzgYqnfxoQLcsiaEjygXp4yroP278p+EA=
Date: Sat, 21 Mar 2020 13:41:36 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK424PMXW7B6LR6232F4QJOQBEVBNHHCFCTWBI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3513/review/378949891@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3513@github.com>
References: <quicwg/base-drafts/pull/3513@github.com>
Subject: Re: [quicwg/base-drafts] http-core and Friends (#3513)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5e767c002a99e_28d23fb93aacd964595ab"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/lQiiZNLSX3DGzDQrqRJVFf9y9Ek>
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, 21 Mar 2020 20:41:39 -0000
ianswett commented on this pull request. > @@ -86,25 +86,28 @@ code and issues list for this draft can be found at # Introduction -HTTP semantics are used for a broad range of services on the Internet. These -semantics have commonly been used with two different TCP mappings, HTTP/1.1 and -HTTP/2. HTTP/3 supports the same semantics over a new transport protocol, QUIC. +HTTP semantics {{!SEMANTICS=I-D.ietf-httpbis-semantics}} are used for a broad +range of services on the Internet. These semantics have commonly been used with ```suggestion range of services on the Internet. These semantics have most commonly been used with ``` > -HTTP messages. While these exchanges are human-readable, using whitespace for -message formatting leads to parsing difficulties and workarounds to be tolerant -of variant behavior. Because each connection can transfer only a single HTTP -request or response at a time in each direction, multiple parallel TCP -connections are often used, reducing the ability of the congestion controller to -accurately manage traffic between endpoints. - -HTTP/2 introduced a binary framing and multiplexing layer to improve latency -without modifying the transport layer. However, because the parallel nature of -HTTP/2's multiplexing is not visible to TCP's loss recovery mechanisms, a lost -or reordered packet causes all active transactions to experience a stall -regardless of whether that transaction was impacted by the lost packet. +HTTP/1.1 {{?HTTP11=I-D.ietf-httpbis-messaging}} is a TCP mapping which uses +whitespace-delimited text fields to convey HTTP messages. While these exchanges +are human-readable, using whitespace for message formatting leads to parsing +difficulties and workarounds to be tolerant of variant behavior. Because each ```suggestion complexity and motivates tolerance of variant behavior. Because each ``` Motivates may not be the best word, but requires was my other suggestion, and that's not quite accurate. > -request or response at a time in each direction, multiple parallel TCP -connections are often used, reducing the ability of the congestion controller to -accurately manage traffic between endpoints. - -HTTP/2 introduced a binary framing and multiplexing layer to improve latency -without modifying the transport layer. However, because the parallel nature of -HTTP/2's multiplexing is not visible to TCP's loss recovery mechanisms, a lost -or reordered packet causes all active transactions to experience a stall -regardless of whether that transaction was impacted by the lost packet. +HTTP/1.1 {{?HTTP11=I-D.ietf-httpbis-messaging}} is a TCP mapping which uses +whitespace-delimited text fields to convey HTTP messages. While these exchanges +are human-readable, using whitespace for message formatting leads to parsing +difficulties and workarounds to be tolerant of variant behavior. Because each +connection can transfer only a single HTTP request or response at a time in each +direction, multiple parallel TCP connections are often used, reducing the +ability of the congestion controller to accurately manage traffic between ```suggestion ability of the congestion controller to effectively manage traffic between ``` > -or reordered packet causes all active transactions to experience a stall -regardless of whether that transaction was impacted by the lost packet. +HTTP/1.1 {{?HTTP11=I-D.ietf-httpbis-messaging}} is a TCP mapping which uses +whitespace-delimited text fields to convey HTTP messages. While these exchanges +are human-readable, using whitespace for message formatting leads to parsing +difficulties and workarounds to be tolerant of variant behavior. Because each +connection can transfer only a single HTTP request or response at a time in each +direction, multiple parallel TCP connections are often used, reducing the +ability of the congestion controller to accurately manage traffic between +endpoints. + +HTTP/2 {{?HTTP2=RFC7540}} introduced a binary framing and multiplexing layer to +improve latency without modifying the transport layer. However, because the +parallel nature of HTTP/2's multiplexing is not visible to TCP's loss recovery +mechanisms, a lost or reordered packet causes all active transactions to +experience a stall regardless of whether that transaction was impacted by the ```suggestion experience a stall regardless of whether that transaction was directly impacted by the ``` -- 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/3513#pullrequestreview-378949891
- [quicwg/base-drafts] http-core and Friends (#3513) Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Martin Thomson
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Lucas Pardue
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mark Nottingham
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mark Nottingham
- Re: [quicwg/base-drafts] http-core and Friends (#… Mark Nottingham
- Re: [quicwg/base-drafts] http-core and Friends (#… Mark Nottingham
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mark Nottingham
- Re: [quicwg/base-drafts] http-core and Friends (#… Julian Reschke
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… ianswett
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Bence Béky
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Martin Thomson
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop
- Re: [quicwg/base-drafts] http-core and Friends (#… Mike Bishop