Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH and allow duplicate PUSH_PROMISE (#3309)
Mike Bishop <notifications@github.com> Fri, 10 January 2020 15:42 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 C7C10120048 for <quic-issues@ietfa.amsl.com>; Fri, 10 Jan 2020 07:42:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8
X-Spam-Level:
X-Spam-Status: No, score=-8 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 RgKfFmcvAO_Z for <quic-issues@ietfa.amsl.com>; Fri, 10 Jan 2020 07:42:35 -0800 (PST)
Received: from out-18.smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 59239120026 for <quic-issues@ietf.org>; Fri, 10 Jan 2020 07:42:34 -0800 (PST)
Date: Fri, 10 Jan 2020 07:42:33 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1578670953; bh=fGSVA3zp0S5RTAOocs72qABWG2517bp5jNi6f9r/m88=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=prki8o+k1VKjKaE8lQxtqJzjMvjiUI5btKW+jC0fitVeR/9eVBz3y41yzq45V4m3D DBs9ZvAVM/nuCneJxCcpG3ppnXS0bGI/HbsmJMxK0/lGLiMd/pDhFK4ALwRqCtwOT7 EZTvfQY2zvu1kbjRJ9B49NJuzE4XMCzYqQfpDkQE=
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK554PQWLNXRHKUFMZF4EXG6TEVBNHHCAQAPGY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3309/review/341242542@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3309@github.com>
References: <quicwg/base-drafts/pull/3309@github.com>
Subject: Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH and allow duplicate PUSH_PROMISE (#3309)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5e189b69a5909_47883f9197acd95c597cd"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: MikeBishop
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/NpLZdCSjxbH09xptHVNy7VMkde4>
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: Fri, 10 Jan 2020 15:42:40 -0000
MikeBishop commented on this pull request. I don't think we have to talk about discarding necessarily, but encouraging comparison would be good. > @@ -623,31 +624,25 @@ allows the server push to be associated with a client request. Promised requests MUST conform to the requirements in Section 8.2 of {{!HTTP2}}. The same server push can be associated with additional client requests using a -DUPLICATE_PUSH frame (see {{frame-duplicate-push}}). +PUSH_PROMISE frame with the same Push ID on multiple request stream. ```suggestion PUSH_PROMISE frame with the same Push ID on multiple request streams. ``` > @@ -1238,9 +1232,20 @@ MAX_PUSH_ID frame ({{frame-max-push-id}}). A client MUST treat receipt of a PUSH_PROMISE frame that contains a larger Push ID than the client has advertised as a connection error of H3_ID_ERROR. -A server MUST NOT use the same Push ID in multiple PUSH_PROMISE frames. A client -MUST treat receipt of a Push ID which has already been promised as a connection -error of type H3_ID_ERROR. +A server MAY use the same Push ID in multiple PUSH_PROMISE frames. If so, the +decompressed request header sets MUST contain the same fields in the same +order, and both the name and and value in each field MUST be exact +matches. If a client receives a Push ID that has already been promised +and detects a mismatch, it MUST respond with a connection error of type +H3_GENERAL_PROTOCOL_ERROR. If the decompressed header sets match exactly, the +client MUST ignore the duplicate PUSH_PROMISE frame. ```suggestion client SHOULD associate the pushed content with each stream on which a PUSH_PROMISE was received. ``` I don't think "MUST ignore" is what we want. It's not an error case, it's a client optimization. > @@ -1238,9 +1232,20 @@ MAX_PUSH_ID frame ({{frame-max-push-id}}). A client MUST treat receipt of a PUSH_PROMISE frame that contains a larger Push ID than the client has advertised as a connection error of H3_ID_ERROR. -A server MUST NOT use the same Push ID in multiple PUSH_PROMISE frames. A client -MUST treat receipt of a Push ID which has already been promised as a connection -error of type H3_ID_ERROR. +A server MAY use the same Push ID in multiple PUSH_PROMISE frames. If so, the +decompressed request header sets MUST contain the same fields in the same +order, and both the name and and value in each field MUST be exact +matches. If a client receives a Push ID that has already been promised ```suggestion matches. Clients SHOULD compare the request header sets for resources promised multiple times. If a client receives a Push ID that has already been promised ``` I don't know that we need to be explicit about the discard, but I think we should encourage comparison. > -A server MUST NOT use the same Push ID in multiple PUSH_PROMISE frames. A client -MUST treat receipt of a Push ID which has already been promised as a connection -error of type H3_ID_ERROR. +A server MAY use the same Push ID in multiple PUSH_PROMISE frames. If so, the +decompressed request header sets MUST contain the same fields in the same +order, and both the name and and value in each field MUST be exact +matches. If a client receives a Push ID that has already been promised +and detects a mismatch, it MUST respond with a connection error of type +H3_GENERAL_PROTOCOL_ERROR. If the decompressed header sets match exactly, the +client MUST ignore the duplicate PUSH_PROMISE frame. + +Allowing duplicate references to the same Push ID is primarily to reduce +duplication caused by concurrent requests. A server SHOULD avoid reusing a Push +ID over a long period. Clients are likely to consume server push responses and +not retain them for reuse over time. Clients that see a PUSH_PROMISE that uses +a Push ID that they have since consumed and discarded are forced to ignore the ```suggestion a Push ID that they have already consumed and discarded are forced to ignore 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/3309#pullrequestreview-341242542
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Lucas Pardue
- [quicwg/base-drafts] Remove DUPLICATE_PUSH and al… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… ianswett
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Lucas Pardue
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Lucas Pardue
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Kazuho Oku
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Mike Bishop
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Kazuho Oku
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Kazuho Oku
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Lucas Pardue
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Lucas Pardue
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Lucas Pardue
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Mike Bishop
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Kazuho Oku
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Jana Iyengar
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Lucas Pardue
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Mike Bishop
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Mike Bishop
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Mike Bishop
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Ryan Hamilton
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Mike Bishop
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Mike Bishop
- Re: [quicwg/base-drafts] Remove DUPLICATE_PUSH an… Mike Bishop