[quicwg/base-drafts] Ben Kaduk's QPACK Comment 5 (#4795)

Lucas Pardue <notifications@github.com> Thu, 21 January 2021 14:21 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 C94873A0D47 for <quic-issues@ietfa.amsl.com>; Thu, 21 Jan 2021 06:21:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.751
X-Spam-Level:
X-Spam-Status: No, score=-1.751 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.25, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_IMAGE_ONLY_24=1.618, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 WQFTTPaUmi7y for <quic-issues@ietfa.amsl.com>; Thu, 21 Jan 2021 06:21:15 -0800 (PST)
Received: from out-27.smtp.github.com (out-27.smtp.github.com [192.30.252.210]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7A0963A0D3D for <quic-issues@ietf.org>; Thu, 21 Jan 2021 06:21:01 -0800 (PST)
Received: from github.com (hubbernetes-node-eee9c9e.ash1-iad.github.net [10.56.116.24]) by smtp.github.com (Postfix) with ESMTPA id A412490005E for <quic-issues@ietf.org>; Thu, 21 Jan 2021 06:21:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1611238860; bh=oPklP5CouZkd+yu1zJ4sS7P9YRMkl668LZvL0KoczJk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=qllLw+0r6WMz/PNXkl2r2Y17JV2N2Hny8oBy2CmyFmgMO71qclQp/tzOgu+VWWjEA UOU5XcWK8v5YKV9ka5ZXLY60zMMhtdRl9tMZ7SYRuKeeb0G9A3qp7LwLXoJKE9P55F dYBeojmxgDrojDJHGK/L6+d83tAy+foM74TIinsc=
Date: Thu, 21 Jan 2021 06:21:00 -0800
From: Lucas Pardue <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6LVZIDUZY5Q5ZE4L56CVXMZEVBNHHC6J64B4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4795@github.com>
Subject: [quicwg/base-drafts] Ben Kaduk's QPACK Comment 5 (#4795)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60098dcca15d4_571a041545a8"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: LPardue
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/vffUUuxp5alfVddbV9kbo174t3g>
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, 21 Jan 2021 14:21:17 -0000

@kaduk said

> Appendix B
>
> I worked through the examples.  The presentation format is quite nice, and
> I appreciate all the detailed breakdowns!
>
> However, we show the dynamic table as being 1-indexed, but I'm pretty
> sure the prose says it should be 0-indexed.  We do it consistently, at
> least, and toss some extra '1's into the math to make the numbers work
> out, but since the static table is by definition 0-indexed, it's a bit
> weird to show the dynamic table as 1-indexed.
>
> Additionally, I think that B.5 is an exception to the "we do it
> consistently" -- while the 81... dynamic insert with relative index 1
> does refer to the indicated custom-key field, that would be absolute
> index 3 in the 1-indexed presentation we give (though it would be
> absolute index 2 if 0-indexed, if I'm getting this right).

-- 
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/issues/4795