Re: [quicwg/base-drafts] Define initial PRIORITY frame and remove exclusive dependencies (#2075)
Kazuho Oku <notifications@github.com> Thu, 06 December 2018 00:00 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 8CF71130E51 for <quic-issues@ietfa.amsl.com>; Wed, 5 Dec 2018 16:00:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.46
X-Spam-Level:
X-Spam-Status: No, score=-9.46 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-1.46, 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] 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 sYTt43IPXv0a for <quic-issues@ietfa.amsl.com>; Wed, 5 Dec 2018 16:00:23 -0800 (PST)
Received: from out-6.smtp.github.com (out-6.smtp.github.com [192.30.252.197]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8FAD312E043 for <quic-issues@ietf.org>; Wed, 5 Dec 2018 16:00:23 -0800 (PST)
Date: Wed, 05 Dec 2018 16:00:22 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1544054422; bh=4AP2Pe32kfH25T9xZ8nbEzTywNdxb7gXAfR1iXQ2iGU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lw0mWOLW9huX7UzFc7lzPeO4NVGuOTsLWdEnKcU8YgjALrxqik5zAmHIhlUpOnYT0 40Xp61IfNDoDw/qcEHRC2J7ygNo9XpUlzufZ2+PERLtM/vPJuLu3Hg7MX12Iphakb7 onAxlhBo7M0ZaWL96JZnhEXPQs5cN5nNRDPuqEes=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abae50d3a46a9e76cf67bc29953bd522557e197d4892cf000000011820289692a169ce17019477@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/2075/review/182031833@github.com>
In-Reply-To: <quicwg/base-drafts/pull/2075@github.com>
References: <quicwg/base-drafts/pull/2075@github.com>
Subject: Re: [quicwg/base-drafts] Define initial PRIORITY frame and remove exclusive dependencies (#2075)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5c08669646f8b_16523f91d2ad45b413765f"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: kazuho
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/Q-Fy-PYF8-uie_KJN9pRHQiaRbc>
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: Thu, 06 Dec 2018 00:00:25 -0000
kazuho commented on this pull request. > @@ -552,10 +553,11 @@ the interpretation of the associated Element ID fields. Note that the root of the tree cannot be referenced using a Stream ID of 0, as in {{!RFC7540}}; QUIC stream 0 carries a valid HTTP request. The root of the tree cannot be reprioritized. A PRIORITY frame sent on a request stream that -prioritizes any other stream MUST be treated as a stream error of type -HTTP_MALFORMED_FRAME. Likewise, a PRIORITY frame sent on a control stream that -prioritizes the current stream MUST be treated as a connection error of type -HTTP_MALFORMED_FRAME. +prioritizes any other stream or expresses a dependency on a request with a Ah. Thank you for the clarification. I missed that. My preference goes to stating that `Prioritized Element Type` MUST be `11` when the frame is sent on a request stream and that it MUST NOT be `11` when the frame is sent on a control stream. This is because I prefer to avoid having multiple representation that means the same; under the current provision, it seems that PEID could be encoded in two ways for a PRIORITY frame sent on a request stream; either set Prioritized Element Type to `11` or set it to `00` and set Prioritized Element ID to the ID of the stream. I fear that we might see interoperability issues in the wild if _most_ of the clients use the `11` form but some used the `00` form. -- 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/2075#discussion_r239284823
- [quicwg/base-drafts] Define INITIAL_PRIORITY fram… Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Martin Thomson
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Dmitri Tikhonov
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Ryan Hamilton
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Lucas Pardue
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Lucas Pardue
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Lucas Pardue
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Lucas Pardue
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Lucas Pardue
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Lucas Pardue
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Lucas Pardue
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define INITIAL_PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define initial PRIORITY … Lucas Pardue
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Dmitri Tikhonov
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Dmitri Tikhonov
- Re: [quicwg/base-drafts] Define initial PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Kazuho Oku
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop
- Re: [quicwg/base-drafts] Define initial PRIORITY … Mike Bishop