From nobody Thu Mar 19 10:23:17 2020
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 0A6B53A0BB2
 for <quic-issues@ietfa.amsl.com>; Thu, 19 Mar 2020 10:23:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.482
X-Spam-Level: 
X-Spam-Status: No, score=-1.482 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_IMAGE_ONLY_24=1.618, 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 k14dNMfOfrXO for <quic-issues@ietfa.amsl.com>;
 Thu, 19 Mar 2020 10:23:07 -0700 (PDT)
Received: from out-3.smtp.github.com (out-3.smtp.github.com [192.30.252.194])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by ietfa.amsl.com (Postfix) with ESMTPS id 3A4923A0A52
 for <quic-issues@ietf.org>; Thu, 19 Mar 2020 10:23:07 -0700 (PDT)
Received: from github-lowworker-f1f7af9.ash1-iad.github.net
 (github-lowworker-f1f7af9.ash1-iad.github.net [10.56.111.13])
 by smtp.github.com (Postfix) with ESMTP id 551B92C221F
 for <quic-issues@ietf.org>; Thu, 19 Mar 2020 10:23:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;
 s=pf2014; t=1584638586;
 bh=cr9kdlIYaXrSuf81/Pl9ADpC5FeBUf4CiEqzn61Qv3s=;
 h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID:
 List-Archive:List-Post:List-Unsubscribe:From;
 b=lbf/oGAA0sIN9if6ieTAvc2LtoE+cw17K29Ke+FcFXQGC8mhqGYdkgt5vnhk7Zqxj
 kzNOJC864rRiDpRU+G9FLtYuUd+okYot6CHn9p3kDggyPL+pckxKMF73KXsu8ctp+U
 wqOqicqUHFAYpQnVB48la0C0gC6GKRN56P7Fymps=
Date: Thu, 19 Mar 2020 10:23:06 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts
 <reply+AFTOJKY5KUL57LH5MQFOUUF4P6FXVEVBNHHCFHBAYE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/3520/review/377935670@github.com>
In-Reply-To: <quicwg/base-drafts/pull/3520@github.com>
References: <quicwg/base-drafts/pull/3520@github.com>
Subject: Re: [quicwg/base-drafts] Core terminology in QPACK (#3520)
Mime-Version: 1.0
Content-Type: multipart/alternative;
 boundary="--==_mimepart_5e73aa7a424bf_28e93f83d18cd96423533a";
 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/sIaB6PxQEsoi-VZJswRIYI_-X4s>
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, 19 Mar 2020 17:23:16 -0000


----==_mimepart_5e73aa7a424bf_28e93f83d18cd96423533a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

MikeBishop commented on this pull request.



>  
-: The compressed representation of a header list.
+: An ordered collection of HTTP field lines associated with an HTTP message.  A
+  field list can contain multiple field lines with the same name.  It can
+  also contain duplicate field lines.  The header field and trailer field
+  sections of an HTTP message each contain a field list.
+
+Field block:

24628e32 takes the route of turning all references to "blocks" into "encoded field sections" or "field sections," as appropriate.  In a few cases, I wound up talking about a "series of field representations" instead.

-- 
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/3520#discussion_r395194350
----==_mimepart_5e73aa7a424bf_28e93f83d18cd96423533a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@MikeBishop</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/3520#discussion_r395194350">draft-ietf-quic-qpack.md</a>:</p>
<pre style='color:#555'>&gt;  
-: The compressed representation of a header list.
+: An ordered collection of HTTP field lines associated with an HTTP message.  A
+  field list can contain multiple field lines with the same name.  It can
+  also contain duplicate field lines.  The header field and trailer field
+  sections of an HTTP message each contain a field list.
+
+Field block:
</pre>
<p><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/quicwg/base-drafts/commit/24628e3206c49b428a015c3807a9c60f4e161d05/hovercard" href="https://github.com/quicwg/base-drafts/commit/24628e3206c49b428a015c3807a9c60f4e161d05"><tt>24628e3</tt></a> takes the route of turning all references to "blocks" into "encoded field sections" or "field sections," as appropriate.  In a few cases, I wound up talking about a "series of field representations" instead.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/quicwg/base-drafts/pull/3520#discussion_r395194350">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7VM6FQ5MMMUMKJCODRIJIHVANCNFSM4LHEIOXA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5ZYJXFOP42Y5JIMMTRIJIHVA5CNFSM4LHEIOXKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC2DNONQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/3520#discussion_r395194350",
"url": "https://github.com/quicwg/base-drafts/pull/3520#discussion_r395194350",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_5e73aa7a424bf_28e93f83d18cd96423533a--

