Re: [quicwg/base-drafts] Define initial PRIORITY frame and remove exclusive dependencies (#2075)
Kazuho Oku <notifications@github.com> Wed, 05 December 2018 22:45 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 AD70A130E14 for <quic-issues@ietfa.amsl.com>; Wed, 5 Dec 2018 14:45:11 -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 uQytBVIO0m9X for <quic-issues@ietfa.amsl.com>; Wed, 5 Dec 2018 14:45:09 -0800 (PST)
Received: from out-5.smtp.github.com (out-5.smtp.github.com [192.30.252.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 692CE130E03 for <quic-issues@ietf.org>; Wed, 5 Dec 2018 14:45:09 -0800 (PST)
Date: Wed, 05 Dec 2018 14:45:08 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1544049908; bh=iCNzQO1fYrw7mp3mmA/3RnS2XQwiFk8GxISeHwGY4e8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=osMXl5Pld6m9erehujEyl3I9/BB180YJjCAQQpGiW8eIfejxFIxfnVWGfo4Rmkx9Z ckI6p69bomk2c4Jg7kiLzhWReoZ5yRtkRSs3XuKTqfetrvyULHodoMN7sHwEjJ5ITG aH7Osg7wZo+zG8mgoC3+tgR3U/aLco6H5B4jP03I=
From: Kazuho Oku <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab47f3fe6534a30dc4e12317e426d11263e22649f692cf00000001182016f492a169ce17019477@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/182008151@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_5c0854f42f691_51903fd96a0d45c01697f3"; 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/M5SKzyGO-GefpLgZbakGew5Y34Q>
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: Wed, 05 Dec 2018 22:45:12 -0000
kazuho commented on this pull request.
@MikeBishop Thank you for the changes. The PR looks fine modulo the concerns stated below.
> @@ -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
I am not sure if we need "prioritizes any other stream or".
Now that exclusive flag is going away, is there any case that could hit this condition?
>
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 that prioritizes the root of the
-tree MUST be treated as a connection error of type HTTP_MALFORMED_FRAME.
+tree cannot be reprioritized. A PRIORITY frame sent on a request stream that
+prioritizes any other stream or expresses a dependency on a request with a
+greater Stream ID than the current 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.
I am not sure what the intent of the last sentence is.
My understanding is that a PRIORITY frame can only refer to a "Stream ID of a request stream" (assuming that the type bits are `00` (i.e. Request stream). Therefore, I think that we do not need this sentence.
--
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#pullrequestreview-182008151
- [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