
From nobody Thu Apr  1 13:17:40 2021
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 123363A21E7 for <quic-issues@ietfa.amsl.com>; Thu,  1 Apr 2021 13:17:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.483
X-Spam-Level: 
X-Spam-Status: No, score=-1.483 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, RCVD_IN_MSPIKE_H2=-0.001, 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 AjEWSQ1NpMm0 for <quic-issues@ietfa.amsl.com>; Thu,  1 Apr 2021 13:17:36 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AB7B83A21EC for <quic-issues@ietf.org>; Thu,  1 Apr 2021 13:17:36 -0700 (PDT)
Received: from github.com (hubbernetes-node-37c7581.ash1-iad.github.net [10.56.25.20]) by smtp.github.com (Postfix) with ESMTPA id BF675840089 for <quic-issues@ietf.org>; Thu,  1 Apr 2021 13:17:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617308255; bh=6DmbBDMoeVqzc9HK72mJrWdNo2HSuV2zkm7OXb0NjW8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=yv4NHDYZQnpPKcx4V79+3NNmCmyOPtjJ+axYUyxy9DTQBKIQWtc2q87jtRh9DHDei H2NpxIDIrgPADlSCxRQcvUJfLxVHkS3q2tOXR7OikF/ttG5WWRvR2jfaFKP28Qyw2d NkwAEJP9gTKgoEgjW0V8BL1nbLBYiZHg/jjyu7y0=
Date: Thu, 01 Apr 2021 13:17:35 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6KU5EBX4XIYMXICMN6OIFV7EVBNHHDEY7AXM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4859/review/626615976@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4859@github.com>
References: <quicwg/base-drafts/pull/4859@github.com>
Subject: Re: [quicwg/base-drafts] Move text on infinite ACK loops (#4859)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60662a5fbcbc9_53182472494"; 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/hZmH9_iWCwusty4Me1G-sQa1ezg>
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, 01 Apr 2021 20:17:39 -0000

----==_mimepart_60662a5fbcbc9_53182472494
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop commented on this pull request.



> @@ -3747,6 +3747,20 @@ which could prevent the connection from ever becoming idle.  Non-ack-eliciting
 packets are eventually acknowledged when the endpoint sends an ACK frame in
 response to other events.
 
+An endpoint that is only sending ACK frames will not receive acknowledgments
+from its peer unless those acknowledgments are included in packets with
+ack-eliciting frames.  An endpoint SHOULD send an ACK frame with other frames
+when there are new ack-eliciting packets to acknowledge.  When only
+non-ack-eliciting packets need to be acknowledged, an endpoint MAY
+choose to not send an ACK frame with outgoing frames until an

```suggestion
choose not to send an ACK frame with outgoing frames until an
```
Split infinitives and all that....

-- 
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/4859#pullrequestreview-626615976
----==_mimepart_60662a5fbcbc9_53182472494
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p></p>=0D
<p><b>@MikeBishop</b> commented on this pull request.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4859#discussi=
on_r605921024">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3747,6 +3747,20 @@ which could prevent=
 the connection from ever becoming idle.  Non-ack-eliciting=0D
 packets are eventually acknowledged when the endpoint sends an ACK frame=
 in=0D
 response to other events.=0D
 =0D
+An endpoint that is only sending ACK frames will not receive acknowledgm=
ents=0D
+from its peer unless those acknowledgments are included in packets with=0D=

+ack-eliciting frames.  An endpoint SHOULD send an ACK frame with other f=
rames=0D
+when there are new ack-eliciting packets to acknowledge.  When only=0D
+non-ack-eliciting packets need to be acknowledged, an endpoint MAY=0D
+choose to not send an ACK frame with outgoing frames until an=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-choose to not send an ACK frame with outgoing=
 frames until an=0D
+choose not to send an ACK frame with outgoing frames until an=0D
</pre>=0D
=0D
<p>Split infinitives and all that....</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/4859#pullrequestreview-626615976">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AFTOJ=
K57ZMDVPYGH7G5U73TTGTIF7ANCNFSM42DEL4EA">unsubscribe</a>.<img src=3D"http=
s://github.com/notifications/beacon/AFTOJK2EHGUZWJPIX54TUQTTGTIF7A5CNFSM4=
2DEL4EKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZ=
GOEVMWNKA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/4859#pullrequestrev=
iew-626615976",=0D
"url": "https://github.com/quicwg/base-drafts/pull/4859#pullrequestreview=
-626615976",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_60662a5fbcbc9_53182472494--


From nobody Fri Apr  2 14:47:55 2021
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 3064C3A24E8 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:47:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.42
X-Spam-Level: 
X-Spam-Status: No, score=-4.42 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 8qM_rcPioOO6 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:47:49 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 530B23A24E6 for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:47:49 -0700 (PDT)
Received: from github.com (hubbernetes-node-210a8d9.ash1-iad.github.net [10.56.119.25]) by smtp.github.com (Postfix) with ESMTPA id CC652900638 for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:47:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617400067; bh=i98vjSlJafFl3Mm2Bkxx1xep/ko3gtxMEtBrrMwQMu8=; h=Date:From:To:Subject:From; b=BPVmd3FuEIzRjsyk9kvtcyeINMKTL9+TZLwAiXmqcwRFaBJ3aJmwso7cxSUUVL0RG P7mq0/op3WBm8XbOpnau/KiSvOP/kveB4VkXRofQIEOpe0uClbnqgpzKC7XG3UfJW2 8BSYOSID8z7guYE+M1g/TN1ZhUyg2xL0zdSO+GAI=
Date: Fri, 02 Apr 2021 14:47:47 -0700
From: Martin Duke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/dtls/2f2f55-7ad678@github.com>
Subject: [quicwg/load-balancers] 7ad678: Made DTLS text non-normative, moved to appendix
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ay1aFB_2qJs6yal9cMmgARh9Rvs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 21:47:54 -0000

  Branch: refs/heads/dtls
  Home:   https://github.com/quicwg/load-balancers
  Commit: 7ad67882348803aff02e4cb67e213f4c7427c3c8
      https://github.com/quicwg/load-balancers/commit/7ad67882348803aff02e4cb67e213f4c7427c3c8
  Author: Martin Duke <m.duke@f5.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Made DTLS text non-normative, moved to appendix



From nobody Fri Apr  2 14:48:26 2021
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 19D9B3A24F5 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:48:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_DNSWL_BLOCKED=0.001, 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 AA-oretiRM29 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:48:22 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7BDA93A24F3 for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:48:22 -0700 (PDT)
Received: from github.com (hubbernetes-node-0d60b3d.va3-iad.github.net [10.48.109.12]) by smtp.github.com (Postfix) with ESMTPA id EFB83E0159 for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:48:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617400100; bh=8WkoBsEr+91cFxtiBevUbfg4am4rWOSQrKW0TvEE4V8=; h=Date:From:To:Subject:From; b=pqXuQivCW0BXuIHXEQz0MOBsyh7CFNc9wogiNzSColRJG3nFnAcz/6+c/wJwHRcz6 OtwVJyuRKn4L3sdCUhRIPUJnIHHWJ64PD1+P2BRkHm8WmFEcHlwTfX8B4Yk0T9JFJC clE83KbfPRe8TOzC3oBxL8mKzh9H4tV/RzFZFAy4=
Date: Fri, 02 Apr 2021 14:48:20 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/7d5783-d3e3ea@github.com>
Subject: [quicwg/load-balancers] 63c340: Script updating archive at 2021-02-24T18:34:58Z. [...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q3wPDaHn5snh7CxyfaS_pbv31j8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 21:48:25 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 63c3402aade13b93839302250d1247d9f85b04a8
      https://github.com/quicwg/load-balancers/commit/63c3402aade13b93839302250d1247d9f85b04a8
  Author: ID Bot <idbot@example.com>
  Date:   2021-02-24 (Wed, 24 Feb 2021)

  Changed paths:
    A .gitignore
    A _config.yml
    A add-transport-parameter/draft-ietf-quic-load-balancers.html
    A add-transport-parameter/draft-ietf-quic-load-balancers.txt
    A add-transport-parameter/index.html
    A all-lowconfig/draft-ietf-quic-load-balancers.html
    A all-lowconfig/draft-ietf-quic-load-balancers.txt
    A all-lowconfig/index.html
    A archive.json
    A draft-ietf-quic-load-balancers.html
    A draft-ietf-quic-load-balancers.txt
    A index.html
    A issues.html
    A issues.js
    A more-server-use/draft-ietf-quic-load-balancers.html
    A more-server-use/draft-ietf-quic-load-balancers.txt
    A more-server-use/index.html
    A shorter-refs/draft-ietf-quic-load-balancers.html
    A shorter-refs/draft-ietf-quic-load-balancers.txt
    A shorter-refs/index.html
    A yang/draft-ietf-quic-load-balancers.html
    A yang/draft-ietf-quic-load-balancers.txt
    A yang/index.html

  Log Message:
  -----------
  Script updating archive at 2021-02-24T18:34:58Z. [ci skip]


  Commit: 35bac9ce4ac945c3afe774182bd9c1c2b950fb92
      https://github.com/quicwg/load-balancers/commit/35bac9ce4ac945c3afe774182bd9c1c2b950fb92
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.html
    M draft-ietf-quic-load-balancers.txt
    M index.html
    R more-server-use/draft-ietf-quic-load-balancers.html
    R more-server-use/draft-ietf-quic-load-balancers.txt
    R more-server-use/index.html

  Log Message:
  -----------
  Script updating gh-pages from 710f916. [ci skip]


  Commit: 4cb22cfbbaa601e150414a3080e6ba2ede3e9c29
      https://github.com/quicwg/load-balancers/commit/4cb22cfbbaa601e150414a3080e6ba2ede3e9c29
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-03-05T17:01:54Z. [ci skip]


  Commit: b3978a59279e06450000f2249cacf026320704c2
      https://github.com/quicwg/load-balancers/commit/b3978a59279e06450000f2249cacf026320704c2
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M index.html
    A retry-non-initial/draft-ietf-quic-load-balancers.html
    A retry-non-initial/draft-ietf-quic-load-balancers.txt
    A retry-non-initial/index.html

  Log Message:
  -----------
  Script updating gh-pages from b3b08e4. [ci skip]


  Commit: 6f0165f2052f8f0a75e196e307135d311d3d00ed
      https://github.com/quicwg/load-balancers/commit/6f0165f2052f8f0a75e196e307135d311d3d00ed
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M index.html
    M retry-non-initial/draft-ietf-quic-load-balancers.html
    M retry-non-initial/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from 6b0b864. [ci skip]


  Commit: 2732766c7d28bf2f1db24e10f9cc9c4205f29f1e
      https://github.com/quicwg/load-balancers/commit/2732766c7d28bf2f1db24e10f9cc9c4205f29f1e
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M retry-non-initial/draft-ietf-quic-load-balancers.html
    M retry-non-initial/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from f89e6bd. [ci skip]


  Commit: 21c23d5cd57e34e3b4ac6bc3c54dce1b2d7055aa
      https://github.com/quicwg/load-balancers/commit/21c23d5cd57e34e3b4ac6bc3c54dce1b2d7055aa
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-12 (Fri, 12 Mar 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.html
    M draft-ietf-quic-load-balancers.txt
    M index.html
    R shorter-refs/draft-ietf-quic-load-balancers.html
    R shorter-refs/draft-ietf-quic-load-balancers.txt
    R shorter-refs/index.html
    R yang/draft-ietf-quic-load-balancers.html
    R yang/draft-ietf-quic-load-balancers.txt
    R yang/index.html

  Log Message:
  -----------
  Script updating gh-pages from b425b1c. [ci skip]


  Commit: dcf13b3e8a6e73a8a13d840aadfa499a832b0096
      https://github.com/quicwg/load-balancers/commit/dcf13b3e8a6e73a8a13d840aadfa499a832b0096
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-12 (Fri, 12 Mar 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-03-12T22:32:51Z. [ci skip]


  Commit: 7e86a2e90f674fd0ee81c265dfa73bd7569025f0
      https://github.com/quicwg/load-balancers/commit/7e86a2e90f674fd0ee81c265dfa73bd7569025f0
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.html
    M draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from ef833f7. [ci skip]


  Commit: 4f7e667ac37f1992b71d09b80e13cd9f72bc748c
      https://github.com/quicwg/load-balancers/commit/4f7e667ac37f1992b71d09b80e13cd9f72bc748c
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-03-18T15:13:06Z. [ci skip]


  Commit: 1253ced3997e7693d20d3a6951a50c2ae2069637
      https://github.com/quicwg/load-balancers/commit/1253ced3997e7693d20d3a6951a50c2ae2069637
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    R add-transport-parameter/draft-ietf-quic-load-balancers.html
    R add-transport-parameter/draft-ietf-quic-load-balancers.txt
    R add-transport-parameter/index.html
    R all-lowconfig/draft-ietf-quic-load-balancers.html
    R all-lowconfig/draft-ietf-quic-load-balancers.txt
    R all-lowconfig/index.html
    M index.html
    A smaller-tables/draft-ietf-quic-load-balancers.html
    A smaller-tables/draft-ietf-quic-load-balancers.txt
    A smaller-tables/index.html

  Log Message:
  -----------
  Script updating gh-pages from e84993c. [ci skip]


  Commit: 5cddecbe4290040e3e4fa7def6f2956ddaf84db3
      https://github.com/quicwg/load-balancers/commit/5cddecbe4290040e3e4fa7def6f2956ddaf84db3
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-03-18T23:14:02Z. [ci skip]


  Commit: 87bf4cf073ae11c988b0943408ef8926c910a6d4
      https://github.com/quicwg/load-balancers/commit/87bf4cf073ae11c988b0943408ef8926c910a6d4
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    M smaller-tables/draft-ietf-quic-load-balancers.html
    M smaller-tables/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from df77efa. [ci skip]


  Commit: ba008d3db267c09f0abf3579d871793f0efcec17
      https://github.com/quicwg/load-balancers/commit/ba008d3db267c09f0abf3579d871793f0efcec17
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    M smaller-tables/draft-ietf-quic-load-balancers.html

  Log Message:
  -----------
  Script updating gh-pages from b68ae08. [ci skip]


  Commit: a4542a49b2135cca791b26efb4f758294048053d
      https://github.com/quicwg/load-balancers/commit/a4542a49b2135cca791b26efb4f758294048053d
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    M smaller-tables/draft-ietf-quic-load-balancers.html
    M smaller-tables/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from 31bb9cb. [ci skip]


  Commit: 50bd45602bd6e4d7b35b237249ba225bb9dce076
      https://github.com/quicwg/load-balancers/commit/50bd45602bd6e4d7b35b237249ba225bb9dce076
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    M smaller-tables/draft-ietf-quic-load-balancers.html
    M smaller-tables/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from 6cf5924. [ci skip]


  Commit: ff9ece1b8f2d1c9062080582548a320ca3dbae57
      https://github.com/quicwg/load-balancers/commit/ff9ece1b8f2d1c9062080582548a320ca3dbae57
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    A dtls/draft-ietf-quic-load-balancers.html
    A dtls/draft-ietf-quic-load-balancers.txt
    A dtls/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from ef833f7. [ci skip]


  Commit: 8ba3939ad2ef4ddd54bc12ed2dfcf19992f96f5e
      https://github.com/quicwg/load-balancers/commit/8ba3939ad2ef4ddd54bc12ed2dfcf19992f96f5e
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-03-24T16:45:23Z. [ci skip]


  Commit: 9da48522ce504aabaa5626b181b5f718591cde01
      https://github.com/quicwg/load-balancers/commit/9da48522ce504aabaa5626b181b5f718591cde01
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M dtls/draft-ietf-quic-load-balancers.html
    M dtls/draft-ietf-quic-load-balancers.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 0998fb5. [ci skip]


  Commit: f0bd5f83595ee953e7aa981ae95acd9dd0dffe67
      https://github.com/quicwg/load-balancers/commit/f0bd5f83595ee953e7aa981ae95acd9dd0dffe67
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M dtls/draft-ietf-quic-load-balancers.html
    M dtls/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from 2f2f55d. [ci skip]


  Commit: d3e3ea41da82468191f5c902d7e9e8fce2c292f3
      https://github.com/quicwg/load-balancers/commit/d3e3ea41da82468191f5c902d7e9e8fce2c292f3
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M dtls/draft-ietf-quic-load-balancers.html
    M dtls/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from 7ad6788. [ci skip]


Compare: https://github.com/quicwg/load-balancers/compare/7d578383d419...d3e3ea41da82


From nobody Fri Apr  2 14:48:32 2021
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 BED1F3A24F6 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:48:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 dRwR5LbrOuij for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:48:27 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7F8903A2502 for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:48:27 -0700 (PDT)
Received: from github.com (hubbernetes-node-a675db9.va3-iad.github.net [10.48.125.85]) by smtp.github.com (Postfix) with ESMTPA id 02375E002B for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:48:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617400106; bh=d+qq0exJHOwcLGExrHDJ4uaQX+3QVMKZ86qx7s/5l3E=; h=Date:From:To:Subject:From; b=n5zE4M9xC5azec1qqXyzgJnhBdQxkYLW9x8Ftd/u8ZeDow7dzVl16bxLLANSC0e/1 cW/C3/SD4ALfA65o4tCa9CX8Ja4GO3sFPAVUPPqqjzdqwRWTBB3CGfGElafT0qixNQ zo9fg9PxXBCkgkQVyJ2LxRdnDnUwISMMmhtUjor8=
Date: Fri, 02 Apr 2021 14:48:26 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/d3e3ea-7a38b2@github.com>
Subject: [quicwg/load-balancers] 7a38b2: Script updating archive at 2021-04-02T21:48:12Z. [...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5cFIuxlIbT2uSXrkopXAv73r9Ww>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 21:48:29 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 7a38b2911066a51b66ba574f54c2359af9839510
      https://github.com/quicwg/load-balancers/commit/7a38b2911066a51b66ba574f54c2359af9839510
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-04-02T21:48:12Z. [ci skip]



From nobody Fri Apr  2 14:58:22 2021
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 D0EE13A254C for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:58:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.12
X-Spam-Level: 
X-Spam-Status: No, score=-7.12 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 PoXH5575ADLK for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:58:16 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 347063A254B for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:58:16 -0700 (PDT)
Received: from github.com (hubbernetes-node-960521f.va3-iad.github.net [10.48.101.62]) by smtp.github.com (Postfix) with ESMTPA id BBE27E028C for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:58:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617400694; bh=CQYuAl0xxs80fsGpQlZ60bZ4zuJaq17+Gr5/HtA76jU=; h=Date:From:To:Subject:From; b=WNWPfLEv5IXMSfGsY1fr2uh3tP0fmEBT08aLzTEbwlwkhNKn+UqfoVPX6PhkUYHDl cTcOA5wSf9nuEsaK76GNYmm0uveKTMFvVwckxPjO5SosRmCU2qPtMMxzBJSJGbcpXR ZD1QKGDvYlnVrLYDZByfdNVm2iETZ6o2CVlkC95s=
Date: Fri, 02 Apr 2021 14:58:14 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/master/ef833f-19fd19@github.com>
Subject: [quicwg/load-balancers] 19fd19: AES-GCM-128 only, so just include the length
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PerlJmiQ-RE__LfviNjBCM6v1UI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 21:58:21 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/load-balancers
  Commit: 19fd1994889ad4face0ad11c0b84abd60d1b5cc7
      https://github.com/quicwg/load-balancers/commit/19fd1994889ad4face0ad11c0b84abd60d1b5cc7
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  AES-GCM-128 only, so just include the length

Fixes #108



From nobody Fri Apr  2 14:58:46 2021
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 96A303A254E for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:58:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_DNSWL_BLOCKED=0.001, 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 vntjc2C1v9Kg for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 14:58:43 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 16F633A254C for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:58:42 -0700 (PDT)
Received: from github.com (hubbernetes-node-817739a.va3-iad.github.net [10.48.204.29]) by smtp.github.com (Postfix) with ESMTPA id 166B33401F0 for <quic-issues@ietf.org>; Fri,  2 Apr 2021 14:58:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617400722; bh=pdRFma6wwnyCKaCa0FueMkQdVyX/0fVMcm9qk86JAlE=; h=Date:From:To:Subject:From; b=owUiTG09Yxtv0AVJ22KUuG7rWwMJYfqDCTC66EJBqECAEVM5yInvuHkMtKvYJXPN1 V5NBLWATUWTI2pqVUdBEBk1oTKK19/Ng4RiJ3TQLatmJA/1O32SrdUvFAvpXTRxQjj F0DnTVNcLtRb/xm88WAyedQ9DkaPrDDF7C7Bl/YA=
Date: Fri, 02 Apr 2021 14:58:42 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/7a38b2-77dc5a@github.com>
Subject: [quicwg/load-balancers] 77dc5a: Script updating gh-pages from 19fd199. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iZA_GfyCysxLdq1fHRi06Av8VYk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 21:58:45 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 77dc5a33e0a9e90af8867c3be057319425106a60
      https://github.com/quicwg/load-balancers/commit/77dc5a33e0a9e90af8867c3be057319425106a60
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.html
    M draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from 19fd199. [ci skip]



From nobody Fri Apr  2 15:01:04 2021
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 347A23A2560 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:01:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=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 brtuhWsV5gdT for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:01:01 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0D31C3A255E for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:01:00 -0700 (PDT)
Received: from github.com (hubbernetes-node-6d0365b.ash1-iad.github.net [10.56.112.66]) by smtp.github.com (Postfix) with ESMTPA id 7F3D45E005D for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:00:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617400859; bh=eaR/ZhrURFNQe8GFChh+EAIW07A08xUlRmgkzY3KYO8=; h=Date:From:To:Subject:From; b=F5wWExFYoZQJuR6TXh8d+RaKv5jYv6zPgkCtfMTEeA7BPIPhVF58wwIr9OXx73l3i WN5cII6Fby0GGhdx8+pEDIJ7amiR8bKHSa5vGbzwa6xqB+7q4KTeDBnxdtfgWPXzCw bx49VA8d3+QAqOrNSlC/EE9z/tl7TQJKsdbLrRcI=
Date: Fri, 02 Apr 2021 15:00:59 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/new-terms/000000-19fd19@github.com>
Subject: [quicwg/load-balancers]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jgpPhfNxkhm8lbvfDWJQ1oAlJ4A>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 22:01:02 -0000

  Branch: refs/heads/new-terms
  Home:   https://github.com/quicwg/load-balancers


From nobody Fri Apr  2 15:01:25 2021
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 51BB73A2565 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:01:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.121
X-Spam-Level: 
X-Spam-Status: No, score=-7.121 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, RCVD_IN_DNSWL_HI=-5, 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 jGat5VVjttiK for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:01:22 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 256473A2564 for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:01:22 -0700 (PDT)
Received: from github.com (hubbernetes-node-55c360f.ac4-iad.github.net [10.52.207.66]) by smtp.github.com (Postfix) with ESMTPA id A65F96007AC for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:01:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617400880; bh=yhsf2gIJlz5bHbdqBfzbxLO/bm6wyan6pKq6GTr18yA=; h=Date:From:To:Subject:From; b=PA/5RPko0zpW4HF4MQsb50/JFvWg7BWrG70chV/Ve/tVy3tKwHatpImMHWEcWoBG1 Hw7urc7q56CfwTE7RyE9vkePY5wJGy6CwFR0Q+Jw5C+teaXTU7LjufeYG5CPbxQi/l DkGZWN/m25BbcHX6MvXNFeN8ewCijbzDAg7x8w0U=
Date: Fri, 02 Apr 2021 15:01:20 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/77dc5a-fe37f2@github.com>
Subject: [quicwg/load-balancers] fe37f2: Script updating gh-pages from 19fd199. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WwGEZXKsjSPSUQZtTMtRss6_bbY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 22:01:23 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: fe37f23d8529dcc08af7bf91e963817cb2285f5a
      https://github.com/quicwg/load-balancers/commit/fe37f23d8529dcc08af7bf91e963817cb2285f5a
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M index.html
    A new-terms/draft-ietf-quic-load-balancers.html
    A new-terms/draft-ietf-quic-load-balancers.txt
    A new-terms/index.html

  Log Message:
  -----------
  Script updating gh-pages from 19fd199. [ci skip]



From nobody Fri Apr  2 15:11:54 2021
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 CF5DF3A25AA for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:11:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 OfZeRPuorLl0 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:11:45 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 164A53A25A8 for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:11:44 -0700 (PDT)
Received: from github.com (hubbernetes-node-55c360f.ac4-iad.github.net [10.52.207.66]) by smtp.github.com (Postfix) with ESMTPA id 246AD60006E for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:11:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617401504; bh=M2rSFKoOnlypo65yKKfcASgOzPLSqGp6CFQwuRXhNtY=; h=Date:From:To:Subject:From; b=vbGoV2yChpGVdIdNYBEln1KVX9S2888HPxHDK8tjTKX1FX6lz+tOPDLD3jMY6qVxx 5tgtYAvJZif2MQGdid6/tU7j1XrBBcPwZAM4bIrVxxlWg5rWLwgizGK/frvyErxTBC nLMwRSgoWqUdRI/jYlC7Ifwl/aKJR/LLPfBDW+6s=
Date: Fri, 02 Apr 2021 15:11:44 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/new-terms/19fd19-2b0314@github.com>
Subject: [quicwg/load-balancers] 2b0314: Replace "non-compliant" and "arbitrary"
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/D4LdEUqUvJHUXrPAUAO3-kDEyvo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 22:11:50 -0000

  Branch: refs/heads/new-terms
  Home:   https://github.com/quicwg/load-balancers
  Commit: 2b0314b05018475c7b4d86f04429209f1d4e781c
      https://github.com/quicwg/load-balancers/commit/2b0314b05018475c7b4d86f04429209f1d4e781c
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Replace "non-compliant" and "arbitrary"

Fixes #98 and #99



From nobody Fri Apr  2 15:12:57 2021
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 0520D3A25B1 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:12:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=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 4Rg17GxvJ0dX for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:12:53 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C85073A25AF for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:12:53 -0700 (PDT)
Received: from github.com (hubbernetes-node-a62d878.va3-iad.github.net [10.48.205.41]) by smtp.github.com (Postfix) with ESMTPA id 4C2BC5C059B for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:12:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617401572; bh=4Q5DXFWbIvCcwqg7Ugegpiq37SkOQ748/rAtWMCxyCw=; h=Date:From:To:Subject:From; b=DWihIM+KsjwnslCY44dHj7fDrrUHMDpJ13oCkM2iirsz8CJjSySJ0cGZDZ7pAc4hf MxxWM+i2JHpYYfLRSvwM+uVjtOTOEiV8tbxCVbkTEvc5DMdEdJqnAacI3czmO7Wumw tX9xmL1NhNE/Tq1ud96eMPPafi8OpBHuREVusT1o=
Date: Fri, 02 Apr 2021 15:12:52 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/shared-ip/000000-19fd19@github.com>
Subject: [quicwg/load-balancers]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4wqkHQ_ObdaZJy6bTsTl7D0fUnc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 22:12:55 -0000

  Branch: refs/heads/shared-ip
  Home:   https://github.com/quicwg/load-balancers


From nobody Fri Apr  2 15:13:30 2021
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 72D113A25B2 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:13:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.121
X-Spam-Level: 
X-Spam-Status: No, score=-2.121 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, RCVD_IN_MSPIKE_H4=-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 uz0v-wzYZEMS for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:13:24 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 69C2C3A25B1 for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:13:24 -0700 (PDT)
Received: from github.com (hubbernetes-node-dba37eb.va3-iad.github.net [10.48.209.56]) by smtp.github.com (Postfix) with ESMTPA id 549C95C025C for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:13:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617401603; bh=aaBuFxV3K8tExqMJjHluoj55uFPcwZtRO2LTtnwMBPU=; h=Date:From:To:Subject:From; b=FfFRCdzJAZpfD7uj/8xKuvnyWIUe0dVgigD82ysfZITeWQ+OFHxzljhlCwiQwdgZ9 XD/kJok5DffWePYCmBwXzHni0oX+I32jMSoUunAwBfMpbkJfCFGL3RvV3Pv3CjuVU4 cfk8GZ74aoRHpD3zANpBphnpDXZ062VdNtoNL7w0=
Date: Fri, 02 Apr 2021 15:13:23 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/fe37f2-7a08ca@github.com>
Subject: [quicwg/load-balancers] 7a08ca: Script updating gh-pages from 19fd199. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IXtRCQOscFR7P568JBAUqyAisIg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 22:13:29 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 7a08ca66fb51802f346fa36da70825b3a6cb6173
      https://github.com/quicwg/load-balancers/commit/7a08ca66fb51802f346fa36da70825b3a6cb6173
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M index.html
    A shared-ip/draft-ietf-quic-load-balancers.html
    A shared-ip/draft-ietf-quic-load-balancers.txt
    A shared-ip/index.html

  Log Message:
  -----------
  Script updating gh-pages from 19fd199. [ci skip]



From nobody Fri Apr  2 15:46:19 2021
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 ECA6F3A09E1 for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:46:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 5XYKrf4ENAos for <quic-issues@ietfa.amsl.com>; Fri,  2 Apr 2021 15:46:13 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 57FEE3A09DF for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:46:13 -0700 (PDT)
Received: from github.com (hubbernetes-node-04e59b4.ac4-iad.github.net [10.52.211.53]) by smtp.github.com (Postfix) with ESMTPA id 793EE60002F for <quic-issues@ietf.org>; Fri,  2 Apr 2021 15:46:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617403572; bh=hmT4lSks7FtFqDhosdte2mliE1qiNWO6C03N4ZrfYEs=; h=Date:From:To:Subject:From; b=eEIPjRgHXBwnnnQ/p+SAn2HFE5EfhVFWDGB0WimBPRiM5x7Nuzs4lujTGUHJLMY1y Md9N/mBJEnbxPXUqFksRo9LcqoB+QUDFWep0VUNL0/Jkn6xjHAI0NEORslWLmwkiQF uxo7gMBzF47bWENEHIBe+gsxQYv0qw+Ytbk0Q6KA=
Date: Fri, 02 Apr 2021 15:46:12 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/shared-ip/19fd19-c14331@github.com>
Subject: [quicwg/load-balancers] c14331: More text on tenants that share an IP
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jtd0pQEwHQnPR97tFq76quS5poY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 02 Apr 2021 22:46:18 -0000

  Branch: refs/heads/shared-ip
  Home:   https://github.com/quicwg/load-balancers
  Commit: c143314bed226514d1cc103a86a7bc068cc3117e
      https://github.com/quicwg/load-balancers/commit/c143314bed226514d1cc103a86a7bc068cc3117e
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  More text on tenants that share an IP

Fixes #107



From nobody Sat Apr  3 11:32:27 2021
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 982FD3A0A5E for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.119
X-Spam-Level: 
X-Spam-Status: No, score=-7.119 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=0.001, URIBL_BLOCKED=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 Zp6Fwf3sTv7u for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:20 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D58143A0A4C for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:20 -0700 (PDT)
Received: from github.com (hubbernetes-node-73b73db.ac4-iad.github.net [10.52.207.56]) by smtp.github.com (Postfix) with ESMTPA id 9AED752037D for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474739; bh=FbbClE0cP8RMjj/Nke3jnOYu3iCWcytt6CYo0Lbsv18=; h=Date:From:To:Subject:From; b=gMZ/qT5IHi65ym/kOhOn+RBW8quqlM8LNvKOcWPI1hkJit0oPIxLUvjANoz+MtvuM vMV/MO0+skHb4+93DVUED0vTpqQm7fNa9cc2adM/eatbgxtyMhnDGhfi6ARgwHxqo2 fN9WF9BeluXuQyOzUiAmS4RYQvC4jB7OlwkFUCTQ=
Date: Sat, 03 Apr 2021 11:32:19 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/new-terms/2b0314-dc6d2e@github.com>
Subject: [quicwg/load-balancers] dc6d2e: Update draft-ietf-quic-load-balancers.md
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/egRKgxSKQlrCqBGI14CcbfC19dY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:32:26 -0000

  Branch: refs/heads/new-terms
  Home:   https://github.com/quicwg/load-balancers
  Commit: dc6d2e19c01e5c9385e4b559cfba4c971fff01b1
      https://github.com/quicwg/load-balancers/commit/dc6d2e19c01e5c9385e4b559cfba4c971fff01b1
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Update draft-ietf-quic-load-balancers.md



From nobody Sat Apr  3 11:32:34 2021
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 71F033A0A5E for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.1
X-Spam-Level: 
X-Spam-Status: No, score=-7.1 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=0.001, URIBL_BLOCKED=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 UuVFENg3sAVo for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:27 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B7C453A0A8E for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:27 -0700 (PDT)
Received: from github.com (hubbernetes-node-4efc2f5.ash1-iad.github.net [10.56.122.30]) by smtp.github.com (Postfix) with ESMTPA id 9F1065E057E for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474746; bh=R8PYzZGbgoDVi++NuiMQKHtoHw1h57MXBCSGatXcZGk=; h=Date:From:To:Subject:From; b=STZdj2G/llM4+1IB3OUtKVuXoLAPCwQQ/s2nqw519AvCHOHIAiTSCRjCpxzo/nnbB kwPFr/hWFSrQw4BJtKPEt8C7QmoNLRpcyqbZJteHAEnd5xRODUbfVP7xpXXymax7PE KNN+32QMIgpyTDN/j4OqJQo5qje3azic2ewOiHEE=
Date: Sat, 03 Apr 2021 11:32:26 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/new-terms/dc6d2e-9bf9e8@github.com>
Subject: [quicwg/load-balancers] 9bf9e8: Update draft-ietf-quic-load-balancers.md
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HbQrBQuAJzK8NTDFU4XhDT3u-AA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:32:32 -0000

  Branch: refs/heads/new-terms
  Home:   https://github.com/quicwg/load-balancers
  Commit: 9bf9e8da6f8c26dea9c09e11af1306a56d7db868
      https://github.com/quicwg/load-balancers/commit/9bf9e8da6f8c26dea9c09e11af1306a56d7db868
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Update draft-ietf-quic-load-balancers.md



From nobody Sat Apr  3 11:32:38 2021
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 01CC23A0A69 for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.1
X-Spam-Level: 
X-Spam-Status: No, score=-7.1 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=0.001, URIBL_BLOCKED=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 4BQF7l0ArFQA for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:34 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BEA273A0A4C for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:34 -0700 (PDT)
Received: from github.com (hubbernetes-node-818a524.ash1-iad.github.net [10.56.113.62]) by smtp.github.com (Postfix) with ESMTPA id A88375E0048 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474753; bh=UMRTFg2FQvnbIIR3O8cQOB4qiQXHkNh1jEFMWruzTRE=; h=Date:From:To:Subject:From; b=oVwaSqlBiFTiB/muuyhNPdwka7n4Mb8Nky//l1/nFXQR2cInCASxamFGTNoXpDlN6 ewJHHPracbT7Qsk7Rh7KYDPtQMJVin9CIy4KXVge4NywHkOOJKuqSq+lSlW9ctSR21 fkfWZW3qQNkoG7cljdrJLTV7c9UquBRaXTK1c17M=
Date: Sat, 03 Apr 2021 11:32:33 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/new-terms/9bf9e8-20d595@github.com>
Subject: [quicwg/load-balancers] 20d595: Update draft-ietf-quic-load-balancers.md
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/8mDfcHbYOqtAXhT8HqyTqkvf2xM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:32:36 -0000

  Branch: refs/heads/new-terms
  Home:   https://github.com/quicwg/load-balancers
  Commit: 20d595aee3d614ddbfeee1369a2b29b41489d3f9
      https://github.com/quicwg/load-balancers/commit/20d595aee3d614ddbfeee1369a2b29b41489d3f9
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Update draft-ietf-quic-load-balancers.md



From nobody Sat Apr  3 11:32:56 2021
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 2B4763A0A73 for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 pUKJdyR-rjEf for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:49 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BB8AD3A0A6F for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:49 -0700 (PDT)
Received: from github.com (hubbernetes-node-312c3a1.ash1-iad.github.net [10.56.117.73]) by smtp.github.com (Postfix) with ESMTPA id B0204840748 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474768; bh=bS/PC46wumKmxslJcq0wtdv8PxCOaMhoFwaSH1V+mms=; h=Date:From:To:Subject:From; b=JbMMq6fdIPUVlwQpQHZbV1gsd9uIF6wwfDmO1SgH4FaYAB5ZHIRqNjhOEyuZ7W3kP q8EcPtuJ8b3l0D88Pof5yAwm20ZxztBezwqDEsor1ypAWNibJZbl8ToMDn7RdyRYA9 5tr3aqZEHUyB/GBCwhtZPh2jJN3utDZN8ofjt6MI=
Date: Sat, 03 Apr 2021 11:32:48 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/7a08ca-8b4b6e@github.com>
Subject: [quicwg/load-balancers] 8b4b6e: Script updating gh-pages from dc6d2e1. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/b9z3R2l0Xj7uINcN42Y8b3CJpNE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:32:55 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 8b4b6e96595ee44764492bb002d218e53f7fe7fd
      https://github.com/quicwg/load-balancers/commit/8b4b6e96595ee44764492bb002d218e53f7fe7fd
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M index.html
    M new-terms/draft-ietf-quic-load-balancers.html
    M new-terms/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from dc6d2e1. [ci skip]



From nobody Sat Apr  3 11:33:02 2021
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 6E17C3A0A73 for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.421
X-Spam-Level: 
X-Spam-Status: No, score=-4.421 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, RCVD_IN_DNSWL_MED=-2.3, 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 56Jlxe9jbmcn for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:55 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AA31A3A0A3E for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:55 -0700 (PDT)
Received: from github.com (hubbernetes-node-517ff24.ash1-iad.github.net [10.56.102.61]) by smtp.github.com (Postfix) with ESMTPA id 82A1E900901 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474774; bh=V7OrX5sBBbxFGpxpAaqRXcbKt9k0hPlAnr/fPUB+kv0=; h=Date:From:To:Subject:From; b=ungC4tnG/m2kQkat7DZhNJZ1ePkB7OEikKHgCPPGeo/WsbqvrL3ruNdIeZfe223mA tOFrO+SwsyCkARYoENqVatsLT+iZiwUPW8AIe+0IJ+y+/wsqGNZVaLGB9dshfKyKtU ahbN9ICXl2H6nxBJ92DQD3py3vDlYtWf2HmJbW/M=
Date: Sat, 03 Apr 2021 11:32:54 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/8b4b6e-3ed3aa@github.com>
Subject: [quicwg/load-balancers] 3ed3aa: Script updating archive at 2021-04-03T18:32:41Z. [...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/LvGwP5Bj4Qt0Y9RJeenL7k4vCL4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:32:58 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 3ed3aafcae49550f44caffbc3d3b39bb460917cb
      https://github.com/quicwg/load-balancers/commit/3ed3aafcae49550f44caffbc3d3b39bb460917cb
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-04-03T18:32:41Z. [ci skip]



From nobody Sat Apr  3 11:33:05 2021
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 50B263A0A3E for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 9-LJlOaDyYLk for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:57 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB5BA3A0AB2 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:57 -0700 (PDT)
Received: from github.com (hubbernetes-node-096da07.ash1-iad.github.net [10.56.113.64]) by smtp.github.com (Postfix) with ESMTPA id 0CCBB840076 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474777; bh=I8j3fy9Mqm2FHmySIiEsXRmnfMHGWZIblQmzMsuaWIc=; h=Date:From:To:Subject:From; b=IIHkyhc6YbJsXxmFZh2WRUy2LMYYf9wMK0eqcKqMqnO8a6NN+rQ9uKJiDv+FG0AMC lJzhCEry03S3tgrEAFP+RzcAVo7IpDjlLpA7rjuLPzlV+kie/tQ0Tl6Va61h90xhC0 obAChWzrkMUU53PdmbNg1w25Q8F5W7pNTvJjSGyc=
Date: Sat, 03 Apr 2021 11:32:57 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/3ed3aa-86fa16@github.com>
Subject: [quicwg/load-balancers] 86fa16: Script updating gh-pages from 9bf9e8d. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IfKDtM3yVMmXNqTgt0JCPzw0FFo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:32:59 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 86fa1680ef5dcdbdd775023b5bf449dc088ad0c1
      https://github.com/quicwg/load-balancers/commit/86fa1680ef5dcdbdd775023b5bf449dc088ad0c1
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M new-terms/draft-ietf-quic-load-balancers.html
    M new-terms/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from 9bf9e8d. [ci skip]



From nobody Sat Apr  3 11:33:10 2021
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 5D5443A0A79 for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:33:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 zd20tmvVrOoF for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:32:59 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7FFF83A0A6F for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:59 -0700 (PDT)
Received: from github.com (hubbernetes-node-17fb249.ac4-iad.github.net [10.52.211.105]) by smtp.github.com (Postfix) with ESMTPA id 7B0165603FE for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:32:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474778; bh=oUp8x/lJ6VU9AJzwj40RqPrlp4jUvgBRWTr57hlNKsM=; h=Date:From:To:Subject:From; b=uTBLs97nnTNuXkEs6Zn0HU6aPSJO+tMt8RcKlEGj7QETGuydjeXxPn8B1inNBU6B9 e1MPov6o9Nphtylgc8v/Aipn7Dl9yovhoYy3Glzw5olPUf03twUpqmAlSTq73Jhkcm plAPis58eRdpVVLziYBqErvnplF9GwzoIgq9F3GQ=
Date: Sat, 03 Apr 2021 11:32:58 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/86fa16-7981ae@github.com>
Subject: [quicwg/load-balancers] 7981ae: Script updating gh-pages from 20d595a. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/S9T2y-AMDuMIzCytcefvynkCnkE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:33:03 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 7981ae94c75f3e11a2ad5b9037cdf973376bcaae
      https://github.com/quicwg/load-balancers/commit/7981ae94c75f3e11a2ad5b9037cdf973376bcaae
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M new-terms/draft-ietf-quic-load-balancers.html
    M new-terms/draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from 20d595a. [ci skip]



From nobody Sat Apr  3 11:33:14 2021
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 4444B3A0A79 for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:33:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 JlvVdD4XN5MX for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:33:04 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EC0C63A0AAF for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:33:03 -0700 (PDT)
Received: from github.com (hubbernetes-node-b9ce309.ac4-iad.github.net [10.52.200.84]) by smtp.github.com (Postfix) with ESMTPA id 088FB5601E9 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:33:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474783; bh=uMtBvLgxSLRb38eGMMGl3jxBne2nFTYyzq97HQ8G798=; h=Date:From:To:Subject:From; b=fdqXMeV8edavBJtMojQ86nlyyq+bekStN8d9gKR3XoiPSRV7zHGkoIqAQLk2G1sxb 0/+eCsT/ucCKilPGDF5NP4apmFa+ftWXnVQvEqX+un07HZ+8+q6gnc2D0nWFF7bF3b Mzw47QaUy4ptsuwF0OrJLgwpR2ZN+MtCUgZPNAvQ=
Date: Sat, 03 Apr 2021 11:33:03 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/7981ae-38ac24@github.com>
Subject: [quicwg/load-balancers] 38ac24: Script updating archive at 2021-04-03T18:32:49Z. [...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Byasl7vVGCZZfbAvWNFS_dCdIWg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:33:05 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 38ac2463bfed711f62e6a76f071f0eb47c0b56ca
      https://github.com/quicwg/load-balancers/commit/38ac2463bfed711f62e6a76f071f0eb47c0b56ca
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-04-03T18:32:49Z. [ci skip]



From nobody Sat Apr  3 11:35:04 2021
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 5703F3A0AC5 for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:34:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.12
X-Spam-Level: 
X-Spam-Status: No, score=-7.12 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=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 ujgDEye2oTmk for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:34:58 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0EF603A0AB7 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:34:57 -0700 (PDT)
Received: from github.com (hubbernetes-node-3db9a83.ac4-iad.github.net [10.52.208.31]) by smtp.github.com (Postfix) with ESMTPA id 35B945200AB for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:34:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474897; bh=eaR/ZhrURFNQe8GFChh+EAIW07A08xUlRmgkzY3KYO8=; h=Date:From:To:Subject:From; b=tEuIxKCUkulmy2GIN4xyZs+lxf2XwXaRWKyzcLTKdfqGit73DpuD/74gwws37bcUT 4Fqw6K0O/V+71K3BdxjYoDHNFIItqPAlQd+SuGNBy3GCgkJcSTSY/Wu3xAVuL9A9jz FarpfLuANgWwYUw4z2JHTm5tbQyF6DF6v4aipFlo=
Date: Sat, 03 Apr 2021 11:34:57 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/new-terms/20d595-000000@github.com>
Subject: [quicwg/load-balancers]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5tLxJy9GFvUorZY4c4whT4Pi2fU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:35:02 -0000

  Branch: refs/heads/new-terms
  Home:   https://github.com/quicwg/load-balancers


From nobody Sat Apr  3 11:35:07 2021
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 651203A0B58 for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:35:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.12
X-Spam-Level: 
X-Spam-Status: No, score=-7.12 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 4HYCJz0LtHPz for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:34:57 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B50713A0AB4 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:34:57 -0700 (PDT)
Received: from github.com (hubbernetes-node-04e59b4.ac4-iad.github.net [10.52.211.53]) by smtp.github.com (Postfix) with ESMTPA id 68E7052005B for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:34:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474896; bh=oTPsoPB/VcZkmN3x3BlDg9DgJcU2IYg5eX59NzG0GVw=; h=Date:From:To:Subject:From; b=gW5FDi/yGADykAA5TAYX/CAp3lb2AW9tf5elQz9h4r8wQ7Gq1KS9kKOp4G0D8mu1F 86nH65/f5tYCPN9Zmda/fYWxW+jExVfNy+2H/lf+DtB1HlzIsE9kCKIoTehjC/jvwY XwMTFf/v3K/r27urmPVYtsvp12NkGIvOa4q3UlAY=
Date: Sat, 03 Apr 2021 11:34:56 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/master/19fd19-0e5b20@github.com>
Subject: [quicwg/load-balancers] 2b0314: Replace "non-compliant" and "arbitrary"
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/miIq8q8VqDCuOlADevl7QdvZVXg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:35:03 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/load-balancers
  Commit: 2b0314b05018475c7b4d86f04429209f1d4e781c
      https://github.com/quicwg/load-balancers/commit/2b0314b05018475c7b4d86f04429209f1d4e781c
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Replace "non-compliant" and "arbitrary"

Fixes #98 and #99


  Commit: dc6d2e19c01e5c9385e4b559cfba4c971fff01b1
      https://github.com/quicwg/load-balancers/commit/dc6d2e19c01e5c9385e4b559cfba4c971fff01b1
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Update draft-ietf-quic-load-balancers.md


  Commit: 9bf9e8da6f8c26dea9c09e11af1306a56d7db868
      https://github.com/quicwg/load-balancers/commit/9bf9e8da6f8c26dea9c09e11af1306a56d7db868
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Update draft-ietf-quic-load-balancers.md


  Commit: 20d595aee3d614ddbfeee1369a2b29b41489d3f9
      https://github.com/quicwg/load-balancers/commit/20d595aee3d614ddbfeee1369a2b29b41489d3f9
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Update draft-ietf-quic-load-balancers.md


  Commit: 0e5b20fe561a403038cf5a92ce30b6c7a0dfb3cf
      https://github.com/quicwg/load-balancers/commit/0e5b20fe561a403038cf5a92ce30b6c7a0dfb3cf
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Merge pull request #109 from quicwg/new-terms

Replace "non-compliant" and "arbitrary"


Compare: https://github.com/quicwg/load-balancers/compare/19fd1994889a...0e5b20fe561a


From nobody Sat Apr  3 11:35:17 2021
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 5643D3A0AB9 for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:35:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 Ssfr5at9FwCe for <quic-issues@ietfa.amsl.com>; Sat,  3 Apr 2021 11:35:14 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D1FE3A0AB8 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:35:14 -0700 (PDT)
Received: from github.com (hubbernetes-node-ce1bfb0.ash1-iad.github.net [10.56.112.59]) by smtp.github.com (Postfix) with ESMTPA id 8E486840023 for <quic-issues@ietf.org>; Sat,  3 Apr 2021 11:35:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617474913; bh=xlkFb9s6Oxcxpbo1NT+zcpbMVJZJ2o4QWpINNHm/Xck=; h=Date:From:To:Subject:From; b=MnTr/co1s71Uf83CDvx/+yEE74Y2wRre7aV1TtXZTe1f5hl8BvFLRMEnEyf9YAuQI YUu0Ail4jBhYSGA4/MrtNCyi5y4qdkhdeQ6G7Hca4CCYah4ssmY81HKFfC+T1tLAay oV6iDHRskMtfT4FraI9DFJAOehXHxHMAVxbb0/hQ=
Date: Sat, 03 Apr 2021 11:35:13 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/38ac24-d15be3@github.com>
Subject: [quicwg/load-balancers] d15be3: Script updating gh-pages from 0e5b20f. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/s6MWcRRtWu4PaMw94goRnY8iJig>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Sat, 03 Apr 2021 18:35:16 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: d15be3baaff7fc06de590221e842592d64da4467
      https://github.com/quicwg/load-balancers/commit/d15be3baaff7fc06de590221e842592d64da4467
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-03 (Sat, 03 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.html
    M draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from 0e5b20f. [ci skip]



From nobody Thu Apr  8 01:15:50 2021
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 12C6C3A3FBA for <quic-issues@ietfa.amsl.com>; Thu,  8 Apr 2021 01:15:43 -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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 FX7GDIjaTVqH for <quic-issues@ietfa.amsl.com>; Thu,  8 Apr 2021 01:15:38 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DFA333A3FAE for <quic-issues@ietf.org>; Thu,  8 Apr 2021 01:15:37 -0700 (PDT)
Received: from github.com (hubbernetes-node-66075cf.ash1-iad.github.net [10.56.117.62]) by smtp.github.com (Postfix) with ESMTPA id C384B5E0947 for <quic-issues@ietf.org>; Thu,  8 Apr 2021 01:15:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617869736; bh=oOWmc7N4yWIhXdTaJKYOsbHn2NbZzP6InELvr+1Ldx8=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=W1mU3iIQbHap3TvNtn2zTlnemlsbLE7vHtRcySg5tqybg36nd+Lg6OFadCTeFJsvS vAXJhctd6TynLR5dT6e1RRuHtUgOYDA4gyRVsJjM5q04DId5M0MQIFt+slYjNGfpVw ERr9ltqQAXCj3rAbMQDDCLVa1d6KWu4FIXNKjOWk=
Date: Thu, 08 Apr 2021 01:15:36 -0700
From: Lars Eggert <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK73CY56X566B6FBKBF6PKOKREVBNHHDFWWWIA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4860@github.com>
Subject: [quicwg/base-drafts] adjusted_rtt (#4860)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_606ebba8c06cc_5418241156c0"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: larseggert
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/N0jP7e1d7NODRvymciS1xgt4DWc>
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, 08 Apr 2021 08:15:48 -0000

----==_mimepart_606ebba8c06cc_5418241156c0
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

This was [raised on the mailing list](https://mailarchive.ietf.org/arch/m=
sg/quic/Yrw8UH4tJISYTkJHSwLZhuqHvu0) by Timo V=C3=B6lker:=0D
> I noticed in a simulation with a constant RTT that the smoothed_rtt val=
ue includes the ack_delay. It looks like my implementation follows the re=
covery draft. By looking closer, I believe I found a tiny error in the dr=
aft.=0D
> =0D
> Section 5.3 contains this sentence.=0D
> =0D
>> "MUST NOT subtract the acknowledgment delay from the RTT sample if the=
 resulting value is smaller than the min_rtt."=0D
> =0D
> I interpret this as do not subtract ack_delay from latest_rtt if=0D
> =0D
>  latest_rtt - ack_delay < min_rtt=0D
> =0D
> Or to say the inverse, substract ack_delay from latest_rtt if=0D
> =0D
>  latest_rtt - ack_delay >=3D min_rtt=0D
>  <=3D=3D> latest_rtt >=3D min_rtt + ack_delay=0D
>  <=3D=3D> min_rtt + ack_delay <=3D latest_rtt=0D
> =0D
> The pseudo code in Section 5.3 and in the appendix use a smaller instea=
d of an equal or smaller in the if statement.=0D
> =0D
>  if (min_rtt + ack_delay < latest_rtt):=0D
> =0D
> It should be <=3D or did I miss something?=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/4860=

----==_mimepart_606ebba8c06cc_5418241156c0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p></p>=0D
<p>This was <a href=3D"https://mailarchive.ietf.org/arch/msg/quic/Yrw8UH4=
tJISYTkJHSwLZhuqHvu0" rel=3D"nofollow">raised on the mailing list</a> by =
Timo V=C3=B6lker:</p>=0D
<blockquote>=0D
<p>I noticed in a simulation with a constant RTT that the smoothed_rtt va=
lue includes the ack_delay. It looks like my implementation follows the r=
ecovery draft. By looking closer, I believe I found a tiny error in the d=
raft.</p>=0D
<p>Section 5.3 contains this sentence.</p>=0D
<blockquote>=0D
<p>"MUST NOT subtract the acknowledgment delay from the RTT sample if the=
 resulting value is smaller than the min_rtt."</p>=0D
</blockquote>=0D
<p>I interpret this as do not subtract ack_delay from latest_rtt if</p>=0D=

<p>latest_rtt - ack_delay &lt; min_rtt</p>=0D
<p>Or to say the inverse, substract ack_delay from latest_rtt if</p>=0D
<p>latest_rtt - ack_delay &gt;=3D min_rtt<br>=0D
&lt;=3D=3D&gt; latest_rtt &gt;=3D min_rtt + ack_delay<br>=0D
&lt;=3D=3D&gt; min_rtt + ack_delay &lt;=3D latest_rtt</p>=0D
<p>The pseudo code in Section 5.3 and in the appendix use a smaller inste=
ad of an equal or smaller in the if statement.</p>=0D
<p>if (min_rtt + ack_delay &lt; latest_rtt):</p>=0D
<p>It should be &lt;=3D or did I miss something?</p>=0D
</blockquote>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/4860">view it on GitHub</a>, or <a href=3D"https://=
github.com/notifications/unsubscribe-auth/AFTOJKZSKFYFVD7HT7U7DSLTHVQ2RAN=
CNFSM42SLQW3A">unsubscribe</a>.<img src=3D"https://github.com/notificatio=
ns/beacon/AFTOJK45T6LRRURRLRGLFC3THVQ2RA5CNFSM42SLQW3KYY3PNVWWK3TUL52HS4D=
FUVEXG43VMWVGG33NNVSW45C7NFSM4MW22ZAA.gif" height=3D"1" width=3D"1" alt=3D=
"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/4860",=0D
"url": "https://github.com/quicwg/base-drafts/issues/4860",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_606ebba8c06cc_5418241156c0--


From nobody Fri Apr  9 11:06:00 2021
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 D74313A297F for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:05:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 F50YTl9JuKj5 for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:05:55 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 58B9D3A2981 for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:05:55 -0700 (PDT)
Received: from github.com (hubbernetes-node-1fbe417.ash1-iad.github.net [10.56.120.39]) by smtp.github.com (Postfix) with ESMTPA id 53BE45E05AA for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:05:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617991554; bh=25YdziNEjOtmTn5a44xsVVxp9s1QLj+zjDNRnojyxL8=; h=Date:From:To:Subject:From; b=Y4tSC9o21vSlMtKs9rj/9SuRX9l3kmFL2ismVYwcruyWfq1fAJst/o7qL+evvX7cM LbUXgGzmiFhYu8bTSlk2UwWoYYCwza0ruUfMBb0H2Fhy6yvSlrNaKn1+zpykN+7f5P mT0R/XscQipUjkn7SUXLLE9J4JUkYrfymfmDVz+E=
Date: Fri, 09 Apr 2021 11:05:54 -0700
From: David Schinazi <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/datagram/push/refs/heads/master/6dec15-bb301d@github.com>
Subject: [quicwg/datagram] bb301d: Set WG to QUIC
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/p074hPUfm-REvcujCZWTH65Zo4w>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 09 Apr 2021 18:05:59 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/datagram
  Commit: bb301de6ac995f7893b0960263ebc1301ed332fb
      https://github.com/quicwg/datagram/commit/bb301de6ac995f7893b0960263ebc1301ed332fb
  Author: David Schinazi <dschinazi.ietf@gmail.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M draft-ietf-quic-datagram.md

  Log Message:
  -----------
  Set WG to QUIC



From nobody Fri Apr  9 11:06:36 2021
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 2DFA23A2989 for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:06:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.102
X-Spam-Level: 
X-Spam-Status: No, score=-2.102 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, RCVD_IN_MSPIKE_H2=-0.001, 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 vVZb0JIrAjew for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:06:33 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 63F543A2988 for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:06:33 -0700 (PDT)
Received: from github.com (hubbernetes-node-695fbdd.ash1-iad.github.net [10.56.113.37]) by smtp.github.com (Postfix) with ESMTPA id 752FF5E0D45 for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:06:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617991592; bh=4suvEAkQK4alyEAg15NTN20vJUkE4ig0mcEEJeLxjG8=; h=Date:From:To:Subject:From; b=wPPkgOg7Mpqox3oR+uXWX9cF8Zl0rWwA22bDPNmDA/rXGsjuDTQTsUoRtouYjgC9B vxMddIkA70FFbYe10DZjL1QG0LvKwDSa1U3HGkSanr6nEhxvSxStm6e4pa+AheETGZ aFgakRAz8T2V5QQpO4K+cBFYwwrwXm3Glmnhqyzk=
Date: Fri, 09 Apr 2021 11:06:32 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/datagram/push/refs/heads/gh-pages/a22928-317b3f@github.com>
Subject: [quicwg/datagram] 02b519: Script updating gh-pages from 6dec159. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/UBPkNw3_ds1PT0oI3tGw4WHuH04>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 09 Apr 2021 18:06:35 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/datagram
  Commit: 02b51982107d56d7ecd82574bb67a7914665a6b4
      https://github.com/quicwg/datagram/commit/02b51982107d56d7ecd82574bb67a7914665a6b4
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-04 (Thu, 04 Mar 2021)

  Changed paths:
    A .gitignore
    A archive.json
    A draft-ietf-quic-datagram.html
    A draft-ietf-quic-datagram.txt
    A index.html
    A issues.html
    A issues.js
    A tfpauly-patch-1/draft-ietf-quic-datagram.html
    A tfpauly-patch-1/draft-ietf-quic-datagram.txt
    A tfpauly-patch-1/index.html

  Log Message:
  -----------
  Script updating gh-pages from 6dec159. [ci skip]


  Commit: 51a5e239a620ca0456ee07ca0b302863d3a749f9
      https://github.com/quicwg/datagram/commit/51a5e239a620ca0456ee07ca0b302863d3a749f9
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M tfpauly-patch-1/draft-ietf-quic-datagram.html
    M tfpauly-patch-1/draft-ietf-quic-datagram.txt

  Log Message:
  -----------
  Script updating gh-pages from a6d4034. [ci skip]


  Commit: 90f54d3343174c3917834c109936db209b77c316
      https://github.com/quicwg/datagram/commit/90f54d3343174c3917834c109936db209b77c316
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-03-31T18:32:02Z. [ci skip]


  Commit: b1c1af1031bc46bf489c8982b43972df50cbf0ff
      https://github.com/quicwg/datagram/commit/b1c1af1031bc46bf489c8982b43972df50cbf0ff
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M index.html
    A tfpauly-patch-2/draft-ietf-quic-datagram.html
    A tfpauly-patch-2/draft-ietf-quic-datagram.txt
    A tfpauly-patch-2/index.html

  Log Message:
  -----------
  Script updating gh-pages from 76d135a. [ci skip]


  Commit: 666b50453812030e1f7c3a27e091be0e8060f192
      https://github.com/quicwg/datagram/commit/666b50453812030e1f7c3a27e091be0e8060f192
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M tfpauly-patch-1/draft-ietf-quic-datagram.html
    M tfpauly-patch-1/draft-ietf-quic-datagram.txt

  Log Message:
  -----------
  Script updating gh-pages from 33f1a66. [ci skip]


  Commit: 317b3f0ee2811c35f39864cdd285a47c49205a58
      https://github.com/quicwg/datagram/commit/317b3f0ee2811c35f39864cdd285a47c49205a58
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M draft-ietf-quic-datagram.html
    M draft-ietf-quic-datagram.txt

  Log Message:
  -----------
  Script updating gh-pages from bb301de. [ci skip]


Compare: https://github.com/quicwg/datagram/compare/a2292829edf3...317b3f0ee281


From nobody Fri Apr  9 11:06:41 2021
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 2CC763A298B for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:06:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.102
X-Spam-Level: 
X-Spam-Status: No, score=-2.102 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, RCVD_IN_MSPIKE_H2=-0.001, 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 ldhYb9bfC4eZ for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:06:36 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B60E53A298A for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:06:36 -0700 (PDT)
Received: from github.com (hubbernetes-node-b51b5d8.ac4-iad.github.net [10.52.208.69]) by smtp.github.com (Postfix) with ESMTPA id B5434560597 for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:06:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617991595; bh=6t495IgI4a9brZg2Nm/GQcWp6hwP65rV2h5XBiKsIkE=; h=Date:From:To:Subject:From; b=eBhQ1S84o2D9S1UAAd10kLENk/FnVVl2dRlNNUZ2CjJXV2DvZaCZY+ZmtnFektls5 IgmbJ2cN8VNCn5zDtH9mLA6nV+80ynNV0CBfUcziiymtrqo9BO5RPDxLxfiP2Tah1P P515m8HCv4CFyyRqF/jf2s7nQ4i67CNseMJIviOo=
Date: Fri, 09 Apr 2021 11:06:35 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/datagram/push/refs/heads/gh-pages/317b3f-626bda@github.com>
Subject: [quicwg/datagram] 626bda: Script updating archive at 2021-04-09T18:06:13Z. [...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3HvvRQK4NWsR6aN-z4JNgBl9dXI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 09 Apr 2021 18:06:38 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/datagram
  Commit: 626bdae7514a7824940e3f07324878e5d40de3cd
      https://github.com/quicwg/datagram/commit/626bdae7514a7824940e3f07324878e5d40de3cd
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-04-09T18:06:13Z. [ci skip]



From nobody Fri Apr  9 11:07:23 2021
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 8B15E3A298C for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:07:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 PFNhD9iPwzaf for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:07:17 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DAFD53A2968 for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:07:17 -0700 (PDT)
Received: from github.com (hubbernetes-node-a019c39.ac4-iad.github.net [10.52.202.72]) by smtp.github.com (Postfix) with ESMTPA id CC3A5560037 for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:07:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617991636; bh=FS53LD+WQD7DbGZGzkPECfrpEcBF/TBYI8oJ4MgwhXI=; h=Date:From:To:Subject:From; b=MpuepD2CwweY1TnwsrVyTBsPginxMs3ec/ADdO4KYiq/kLJocDx9UtetI0l+HbCsq lfe7WluWXudpABbjM/WGEQh7klikdCh9ZZ3cN+8DodCmQV3cQ4sPLDISQs70So0lo5 EdR/CdZhu2pYVbJtb0xdvBxbR1t/Hp/38DkGWcdk=
Date: Fri, 09 Apr 2021 11:07:16 -0700
From: David Schinazi <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/version-negotiation/push/refs/heads/master/1b1eb8-4b6fae@github.com>
Subject: [quicwg/version-negotiation] 4b6fae: Set category to std and WG to QUIC
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/mi5OtVUPGD650PfJVHjSGOljWl8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 09 Apr 2021 18:07:23 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/version-negotiation
  Commit: 4b6fae34c6d4806b73f17aec75d0fc710aad4e12
      https://github.com/quicwg/version-negotiation/commit/4b6fae34c6d4806b73f17aec75d0fc710aad4e12
  Author: David Schinazi <dschinazi.ietf@gmail.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M draft-ietf-quic-version-negotiation.md

  Log Message:
  -----------
  Set category to std and WG to QUIC



From nobody Fri Apr  9 11:08:11 2021
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 363363A2992 for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:08:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.121
X-Spam-Level: 
X-Spam-Status: No, score=-2.121 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, 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 XQbcMvIGHmwe for <quic-issues@ietfa.amsl.com>; Fri,  9 Apr 2021 11:08:07 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E57E93A2991 for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:08:06 -0700 (PDT)
Received: from github.com (hubbernetes-node-a555dea.ac4-iad.github.net [10.52.211.90]) by smtp.github.com (Postfix) with ESMTPA id EC28B520993 for <quic-issues@ietf.org>; Fri,  9 Apr 2021 11:08:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1617991686; bh=yKPhoGCpL9wioJn+NgthmyZwS3dzgZYJk+pqmYo2lnw=; h=Date:From:To:Subject:From; b=Hg5g0L5bAyoIANktOrpIGCVCrvY4ne4DLovNwmItC0jRqK4T7lZ9mLEhEGaEWh46l 1FGD91IZwEo18xcY9eiSjcyCULpCCoyBuvU98RE6dTwoiSMmS7x4fxEkDJnwKGTo6i Mfn21IjhiFGvMUcXpYGTAtTzusFQz5XUGrdp8BkE=
Date: Fri, 09 Apr 2021 11:08:05 -0700
From: "github-actions[bot]" <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/version-negotiation/push/refs/heads/gh-pages/c675f3-a963a6@github.com>
Subject: [quicwg/version-negotiation] 79edf5: Script updating gh-pages from 1b1eb81. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Jwu51eMCA0N7Do51jwFvNiOy-4g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 09 Apr 2021 18:08:09 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/version-negotiation
  Commit: 79edf5fb4ae112a68d30aa4621cb540b67673673
      https://github.com/quicwg/version-negotiation/commit/79edf5fb4ae112a68d30aa4621cb540b67673673
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    A .gitignore
    A archive.json
    A draft-ietf-quic-version-negotiation-03/draft-ietf-quic-version-negotiation.html
    A draft-ietf-quic-version-negotiation-03/draft-ietf-quic-version-negotiation.txt
    A draft-ietf-quic-version-negotiation-03/index.html
    A draft-ietf-quic-version-negotiation.html
    A draft-ietf-quic-version-negotiation.txt
    A index.html
    A issues.html
    A issues.js
    A major_rewrite_20210113/draft-ietf-quic-version-negotiation.html
    A major_rewrite_20210113/draft-ietf-quic-version-negotiation.txt
    A major_rewrite_20210113/index.html
    A recv_grease/draft-ietf-quic-version-negotiation.html
    A recv_grease/draft-ietf-quic-version-negotiation.txt
    A recv_grease/index.html

  Log Message:
  -----------
  Script updating gh-pages from 1b1eb81. [ci skip]


  Commit: a963a6a494239b0cdcd051a093074083e31c70b8
      https://github.com/quicwg/version-negotiation/commit/a963a6a494239b0cdcd051a093074083e31c70b8
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    R draft-ietf-quic-version-negotiation-03/draft-ietf-quic-version-negotiation.html
    R draft-ietf-quic-version-negotiation-03/draft-ietf-quic-version-negotiation.txt
    R draft-ietf-quic-version-negotiation-03/index.html
    M draft-ietf-quic-version-negotiation.html
    M draft-ietf-quic-version-negotiation.txt
    M index.html
    R major_rewrite_20210113/draft-ietf-quic-version-negotiation.html
    R major_rewrite_20210113/draft-ietf-quic-version-negotiation.txt
    R major_rewrite_20210113/index.html
    R recv_grease/draft-ietf-quic-version-negotiation.html
    R recv_grease/draft-ietf-quic-version-negotiation.txt
    R recv_grease/index.html

  Log Message:
  -----------
  Script updating gh-pages from 4b6fae3. [ci skip]


Compare: https://github.com/quicwg/version-negotiation/compare/c675f3b2262c...a963a6a49423


From nobody Mon Apr 19 13:18:23 2021
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 D915A3A4263 for <quic-issues@ietfa.amsl.com>; Mon, 19 Apr 2021 13:18:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.22
X-Spam-Level: 
X-Spam-Status: No, score=-5.22 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 QI5ugyQKVMJ1 for <quic-issues@ietfa.amsl.com>; Mon, 19 Apr 2021 13:18:12 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9710E3A425D for <quic-issues@ietf.org>; Mon, 19 Apr 2021 13:18:12 -0700 (PDT)
Received: from github.com (hubbernetes-node-1fff401.ac4-iad.github.net [10.52.211.40]) by smtp.github.com (Postfix) with ESMTPA id A76915207FA for <quic-issues@ietf.org>; Mon, 19 Apr 2021 13:18:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1618863491; bh=JiHKH1Ouhh0drXyc4shykdUqshriTvjsfv06NepuS0I=; h=Date:From:To:Subject:From; b=TU65ofOB/jzuwHBYkmyysuJ+ggkOQIuwLJOnD6UnlXe0p2GZgKW9rw5OEFZJXfD+b 0mq4jaHohHszbrZKN5xmN5R2t+SzFwPb8n5aNNgR34gTIgjZLpbubwshoT/msaYHyz IydAbKaThpC9i98bZV1XfDs15koQhGvtB4W1i12o=
Date: Mon, 19 Apr 2021 13:18:11 -0700
From: Lucas Pardue <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/lucas/IETF110-minutes/0ad1aa-0c67f1@github.com>
Subject: [quicwg/wg-materials] 0c67f1: add interim-21-04 resources
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KNfO_9OkCO88KmDt6ITuBbeQU38>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Mon, 19 Apr 2021 20:18:22 -0000

  Branch: refs/heads/lucas/IETF110-minutes
  Home:   https://github.com/quicwg/wg-materials
  Commit: 0c67f1990d954fe8bd9c2473f0ede099f73c44be
      https://github.com/quicwg/wg-materials/commit/0c67f1990d954fe8bd9c2473f0ede099f73c44be
  Author: lucas <lucas@cloudflare.com>
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
    A interim-21-04/agenda.md
    A interim-21-04/arrangements.md
    A interim-21-04/minutes.md

  Log Message:
  -----------
  add interim-21-04 resources



From nobody Mon Apr 19 13:21:46 2021
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 99D413A427E for <quic-issues@ietfa.amsl.com>; Mon, 19 Apr 2021 13:21:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.22
X-Spam-Level: 
X-Spam-Status: No, score=-5.22 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 yEtuXM4TYmO6 for <quic-issues@ietfa.amsl.com>; Mon, 19 Apr 2021 13:21:40 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EFB313A4264 for <quic-issues@ietf.org>; Mon, 19 Apr 2021 13:21:39 -0700 (PDT)
Received: from github.com (hubbernetes-node-1a4ec76.ac4-iad.github.net [10.52.206.120]) by smtp.github.com (Postfix) with ESMTPA id 0DC0860080C for <quic-issues@ietf.org>; Mon, 19 Apr 2021 13:21:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1618863699; bh=/Qg9wGgcNOhZ8Izmz+Y8zMqPmp2g+FD0+Q+HFehfCGs=; h=Date:From:To:Subject:From; b=SJSxCaNQMDcMDt3VvfOPq0WqqfCtBbCsxix1wE8r1adD746DrqoSQiUWoQZ2hg9xE p8iQN7lEnXGTcl66zlCU0LXgE6a28oXT3jAu11sssEYhnLgPN8ocClLonL3IzA/Xey 2ecWPliDYycphrY5paG3XAwGN8AdM6UgAsyfFdhM=
Date: Mon, 19 Apr 2021 13:21:39 -0700
From: Lucas Pardue <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/main/2bc2a9-c6c77c@github.com>
Subject: [quicwg/wg-materials] c6c77c: add interim-21-04 resources
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/C_25hmk4baLlH8YcxuhYI4Iuw4Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Mon, 19 Apr 2021 20:21:46 -0000

  Branch: refs/heads/main
  Home:   https://github.com/quicwg/wg-materials
  Commit: c6c77c6e85c8d1a9076cf3a09f19c58b4388befe
      https://github.com/quicwg/wg-materials/commit/c6c77c6e85c8d1a9076cf3a09f19c58b4388befe
  Author: lucas <lucas@cloudflare.com>
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
    A interim-21-04/agenda.md
    A interim-21-04/arrangements.md
    A interim-21-04/minutes.md

  Log Message:
  -----------
  add interim-21-04 resources



From nobody Mon Apr 19 13:31:30 2021
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 D4EF93A42C9 for <quic-issues@ietfa.amsl.com>; Mon, 19 Apr 2021 13:31:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.201
X-Spam-Level: 
X-Spam-Status: No, score=-5.201 tagged_above=-999 required=5 tests=[DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Hv7nLMd7FxSO for <quic-issues@ietfa.amsl.com>; Mon, 19 Apr 2021 13:31:24 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 48E353A436F for <quic-issues@ietf.org>; Mon, 19 Apr 2021 13:31:16 -0700 (PDT)
Received: from github.com (hubbernetes-node-0281f2c.ac4-iad.github.net [10.52.206.37]) by smtp.github.com (Postfix) with ESMTPA id 6A20956007C for <quic-issues@ietf.org>; Mon, 19 Apr 2021 13:31:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1618864275; bh=sYYrgp/tXjq6D0ajui2ud1N+6GQsu4TId9FDOAtERUk=; h=Date:From:To:Subject:From; b=Ix1i9OUIhApl7/UfcvSnZPTs0dqp7qayCVeJ8WfXG0pcvv+UDDrano+yKu4rVTkXi vRcGQNBlIgQScPtsuQFIZLufyos8fF2z8HAiJuQ3hZlYI7TQJ6Bi2yxgTSnaUx/s+U v0+gyz+2j85wBDWJnFhtLbHrOepjnGd6ynq2hN0U=
Date: Mon, 19 Apr 2021 13:31:15 -0700
From: Lucas Pardue <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/main/c6c77c-54fecd@github.com>
Subject: [quicwg/wg-materials] 54fecd: IETF110minutelinebreaks
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TKQcfcbMMgxS12oBIZpBxt_kYcM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Mon, 19 Apr 2021 20:31:29 -0000

  Branch: refs/heads/main
  Home:   https://github.com/quicwg/wg-materials
  Commit: 54fecdec13997eb05a17208512b64ade80d41159
      https://github.com/quicwg/wg-materials/commit/54fecdec13997eb05a17208512b64ade80d41159
  Author: lucas <lucas@cloudflare.com>
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
    M ietf110/minutes.md

  Log Message:
  -----------
  IETF110minutelinebreaks



From nobody Wed Apr 21 06:54:33 2021
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 BDBFC3A2898 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 06:54:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.119
X-Spam-Level: 
X-Spam-Status: No, score=-2.119 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 ZuSD7mtThLLP for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 06:54:27 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5D6B03A2892 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 06:54:24 -0700 (PDT)
Received: from github.com (hubbernetes-node-ace891e.ash1-iad.github.net [10.56.117.29]) by smtp.github.com (Postfix) with ESMTPA id 5F8B2840CF2 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 06:54:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619013263; bh=uovGJAIBTbQV1RIU5TJbfi1VMJ91rxJcrtoX/ecnxfc=; h=Date:From:To:Subject:From; b=cMkI2d9EEnf5oIIg1BDnKvyU0OawKhTPWr0dz9dP3KdLr5EoqS3nTRPjpPlXRxuwh 2XaN7NL9zEdiUZMZdGrbV0zvdzOnOCEVvrgqjDTbOQFk95yWjZFgSTX1vsjP4QrRX3 WlZbJ5GuzKE9xikhH8BVn5AokEA/HXvzyQVrr1HE=
Date: Wed, 21 Apr 2021 06:54:23 -0700
From: ianswett <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ianswett-ack-delay-equals/000000-902882@github.com>
Subject: [quicwg/base-drafts] 902882: Fix ack_delay pseudocode to allow =
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/n8F6dfoXBATVK-4T5CH4prGcfh0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 13:54:32 -0000

  Branch: refs/heads/ianswett-ack-delay-equals
  Home:   https://github.com/quicwg/base-drafts
  Commit: 902882fe5f021558a82594b797d4b5c8005842f1
      https://github.com/quicwg/base-drafts/commit/902882fe5f021558a82594b797d4b5c8005842f1
  Author: ianswett <ianswett@users.noreply.github.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M draft-ietf-quic-recovery.md

  Log Message:
  -----------
  Fix ack_delay pseudocode to allow =

Fixes #4860

Also switch the conditional order so the pseudocodes align.



From nobody Wed Apr 21 06:54:39 2021
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 543113A2898 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 06:54:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.696
X-Spam-Level: 
X-Spam-Status: No, score=-6.696 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_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 XBL2L_3nceSV for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 06:54:33 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 773AD3A2892 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 06:54:33 -0700 (PDT)
Received: from github.com (hubbernetes-node-66297e6.va3-iad.github.net [10.48.209.43]) by smtp.github.com (Postfix) with ESMTPA id 8C72D5C0C2E for <quic-issues@ietf.org>; Wed, 21 Apr 2021 06:54:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619013272; bh=YIQ3FW9BR6RX3YP5Kgj5zWTysRifyGZVTuCx75OfGXo=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=k3J0YGQP6cgMYy8t0UcyUAnuZ15hvwrwDck+IMybCJSOi2/5/dUwNvaoD9CyT1Rnq e35Gm4Q3KF2C9flNZDiseIDKIaT/jrXIH3hD/jb+4gFnmq+Sk7DilN4s6taVuMwScl XSoS/l49osdR9J97fH5DZ9xGLjjQVa2sIRntVX5o=
Date: Wed, 21 Apr 2021 06:54:32 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZCLI3GUSL6PFGR6JF6RQHZREVBNHHDG7S23U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4861@github.com>
Subject: [quicwg/base-drafts] Fix ack_delay pseudocode to allow = (#4861)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60802e9889690_4fc5a819696d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/k6y9W63qmLIxGpcPZDgpzPqgbGU>
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, 21 Apr 2021 13:54:38 -0000

----==_mimepart_60802e9889690_4fc5a819696d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Fixes #4860

Also switch the conditional order so the pseudocodes align.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4861

-- Commit Summary --

  * Fix ack_delay pseudocode to allow =

-- File Changes --

    M draft-ietf-quic-recovery.md (4)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4861.patch
https://github.com/quicwg/base-drafts/pull/4861.diff

-- 
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/4861

----==_mimepart_60802e9889690_4fc5a819696d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #4860.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="853202496" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4860" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/4860/hovercard" href="https://github.com/quicwg/base-drafts/issues/4860">#4860</a></p>
<p>Also switch the conditional order so the pseudocodes align.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4861'>https://github.com/quicwg/base-drafts/pull/4861</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Fix ack_delay pseudocode to allow =</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4861/files#diff-8db507a75415c056be0ab17481d3ebcef3b14eb7b155088f5e3fac48fd87c5cb">draft-ietf-quic-recovery.md</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4861.patch'>https://github.com/quicwg/base-drafts/pull/4861.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4861.diff'>https://github.com/quicwg/base-drafts/pull/4861.diff</a></li>
</ul>

<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/4861">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYEQDABT6TZGLA6ND3TJ3KJRANCNFSM43KNHF7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK22BVWTAP3YGTZ74HTTJ3KJRA5CNFSM43KNHF72YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M36LLOQ.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/4861",
"url": "https://github.com/quicwg/base-drafts/pull/4861",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_60802e9889690_4fc5a819696d--


From nobody Wed Apr 21 06:56:09 2021
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 910103A28AD for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 06:56:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_DNSWL_BLOCKED=0.001, 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 kcVjhQgzSQjt for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 06:56:02 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A44913A28AA for <quic-issues@ietf.org>; Wed, 21 Apr 2021 06:56:02 -0700 (PDT)
Received: from github.com (hubbernetes-node-bdfc37f.ac4-iad.github.net [10.52.206.25]) by smtp.github.com (Postfix) with ESMTPA id 969CE600139 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 06:56:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619013361; bh=95fC8L1SMtScrx24M6MwfVNF/2Ifkxxcq/BAMyRmQp0=; h=Date:From:To:Subject:From; b=0T70pB4/DIxqViM4X9ajco078/KXdmh8zkG3W35kjEev5dlZ82ovVNaktinG2iVIF aRIVygBGv/+M2H4wsSk+9QEAJO0qagWvKQ9NefZ9KvDkH3BnXzdd1KpdJ/w6eACKYU pVTrQr9UWcPAAy4KGPjhly9TLDCsFtofa0yEkdXE=
Date: Wed, 21 Apr 2021 06:56:01 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/fb3a3d-5ab928@github.com>
Subject: [quicwg/base-drafts] 9db1b4: Script updating gh-pages from c46a75ed. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iRUFoCqiIyyLe22DeELe22G9Rrs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 13:56:08 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9db1b4850bbe34d1a840bbba18955b814ce6edbe
      https://github.com/quicwg/base-drafts/commit/9db1b4850bbe34d1a840bbba18955b814ce6edbe
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    A .gitignore
    A archive.json
    A base-pn-example/draft-ietf-quic-http.html
    A base-pn-example/draft-ietf-quic-http.txt
    A base-pn-example/draft-ietf-quic-invariants.html
    A base-pn-example/draft-ietf-quic-invariants.txt
    A base-pn-example/draft-ietf-quic-qpack.html
    A base-pn-example/draft-ietf-quic-qpack.txt
    A base-pn-example/draft-ietf-quic-recovery.html
    A base-pn-example/draft-ietf-quic-recovery.txt
    A base-pn-example/draft-ietf-quic-tls.html
    A base-pn-example/draft-ietf-quic-tls.txt
    A base-pn-example/draft-ietf-quic-transport.html
    A base-pn-example/draft-ietf-quic-transport.txt
    A base-pn-example/index.html
    A draft-ietf-quic-http.html
    A draft-ietf-quic-http.txt
    A draft-ietf-quic-invariants.html
    A draft-ietf-quic-invariants.txt
    A draft-ietf-quic-qpack.html
    A draft-ietf-quic-qpack.txt
    A draft-ietf-quic-recovery.html
    A draft-ietf-quic-recovery.txt
    A draft-ietf-quic-tls.html
    A draft-ietf-quic-tls.txt
    A draft-ietf-quic-transport.html
    A draft-ietf-quic-transport.txt
    A http/abort_response/draft-ietf-quic-http.html
    A http/abort_response/draft-ietf-quic-http.txt
    A http/abort_response/draft-ietf-quic-invariants.html
    A http/abort_response/draft-ietf-quic-invariants.txt
    A http/abort_response/draft-ietf-quic-qpack.html
    A http/abort_response/draft-ietf-quic-qpack.txt
    A http/abort_response/draft-ietf-quic-recovery.html
    A http/abort_response/draft-ietf-quic-recovery.txt
    A http/abort_response/draft-ietf-quic-tls.html
    A http/abort_response/draft-ietf-quic-tls.txt
    A http/abort_response/draft-ietf-quic-transport.html
    A http/abort_response/draft-ietf-quic-transport.txt
    A http/abort_response/index.html
    A http/authority_again/draft-ietf-quic-http.html
    A http/authority_again/draft-ietf-quic-http.txt
    A http/authority_again/draft-ietf-quic-invariants.html
    A http/authority_again/draft-ietf-quic-invariants.txt
    A http/authority_again/draft-ietf-quic-qpack.html
    A http/authority_again/draft-ietf-quic-qpack.txt
    A http/authority_again/draft-ietf-quic-recovery.html
    A http/authority_again/draft-ietf-quic-recovery.txt
    A http/authority_again/draft-ietf-quic-tls.html
    A http/authority_again/draft-ietf-quic-tls.txt
    A http/authority_again/draft-ietf-quic-transport.html
    A http/authority_again/draft-ietf-quic-transport.txt
    A http/authority_again/index.html
    A http/bk_nits/draft-ietf-quic-http.html
    A http/bk_nits/draft-ietf-quic-http.txt
    A http/bk_nits/draft-ietf-quic-invariants.html
    A http/bk_nits/draft-ietf-quic-invariants.txt
    A http/bk_nits/draft-ietf-quic-qpack.html
    A http/bk_nits/draft-ietf-quic-qpack.txt
    A http/bk_nits/draft-ietf-quic-recovery.html
    A http/bk_nits/draft-ietf-quic-recovery.txt
    A http/bk_nits/draft-ietf-quic-tls.html
    A http/bk_nits/draft-ietf-quic-tls.txt
    A http/bk_nits/draft-ietf-quic-transport.html
    A http/bk_nits/draft-ietf-quic-transport.txt
    A http/bk_nits/index.html
    A http/ev_nits/draft-ietf-quic-http.html
    A http/ev_nits/draft-ietf-quic-http.txt
    A http/ev_nits/draft-ietf-quic-invariants.html
    A http/ev_nits/draft-ietf-quic-invariants.txt
    A http/ev_nits/draft-ietf-quic-qpack.html
    A http/ev_nits/draft-ietf-quic-qpack.txt
    A http/ev_nits/draft-ietf-quic-recovery.html
    A http/ev_nits/draft-ietf-quic-recovery.txt
    A http/ev_nits/draft-ietf-quic-tls.html
    A http/ev_nits/draft-ietf-quic-tls.txt
    A http/ev_nits/draft-ietf-quic-transport.html
    A http/ev_nits/draft-ietf-quic-transport.txt
    A http/ev_nits/index.html
    A http/h1-refs/draft-ietf-quic-http.html
    A http/h1-refs/draft-ietf-quic-http.txt
    A http/h1-refs/draft-ietf-quic-invariants.html
    A http/h1-refs/draft-ietf-quic-invariants.txt
    A http/h1-refs/draft-ietf-quic-qpack.html
    A http/h1-refs/draft-ietf-quic-qpack.txt
    A http/h1-refs/draft-ietf-quic-recovery.html
    A http/h1-refs/draft-ietf-quic-recovery.txt
    A http/h1-refs/draft-ietf-quic-tls.html
    A http/h1-refs/draft-ietf-quic-tls.txt
    A http/h1-refs/draft-ietf-quic-transport.html
    A http/h1-refs/draft-ietf-quic-transport.txt
    A http/h1-refs/index.html
    A http/if-detect/draft-ietf-quic-http.html
    A http/if-detect/draft-ietf-quic-http.txt
    A http/if-detect/draft-ietf-quic-invariants.html
    A http/if-detect/draft-ietf-quic-invariants.txt
    A http/if-detect/draft-ietf-quic-qpack.html
    A http/if-detect/draft-ietf-quic-qpack.txt
    A http/if-detect/draft-ietf-quic-recovery.html
    A http/if-detect/draft-ietf-quic-recovery.txt
    A http/if-detect/draft-ietf-quic-tls.html
    A http/if-detect/draft-ietf-quic-tls.txt
    A http/if-detect/draft-ietf-quic-transport.html
    A http/if-detect/draft-ietf-quic-transport.txt
    A http/if-detect/index.html
    A http/ossify_streams/draft-ietf-quic-http.html
    A http/ossify_streams/draft-ietf-quic-http.txt
    A http/ossify_streams/draft-ietf-quic-invariants.html
    A http/ossify_streams/draft-ietf-quic-invariants.txt
    A http/ossify_streams/draft-ietf-quic-qpack.html
    A http/ossify_streams/draft-ietf-quic-qpack.txt
    A http/ossify_streams/draft-ietf-quic-recovery.html
    A http/ossify_streams/draft-ietf-quic-recovery.txt
    A http/ossify_streams/draft-ietf-quic-tls.html
    A http/ossify_streams/draft-ietf-quic-tls.txt
    A http/ossify_streams/draft-ietf-quic-transport.html
    A http/ossify_streams/draft-ietf-quic-transport.txt
    A http/ossify_streams/index.html
    A http/reservation_precision/draft-ietf-quic-http.html
    A http/reservation_precision/draft-ietf-quic-http.txt
    A http/reservation_precision/draft-ietf-quic-invariants.html
    A http/reservation_precision/draft-ietf-quic-invariants.txt
    A http/reservation_precision/draft-ietf-quic-qpack.html
    A http/reservation_precision/draft-ietf-quic-qpack.txt
    A http/reservation_precision/draft-ietf-quic-recovery.html
    A http/reservation_precision/draft-ietf-quic-recovery.txt
    A http/reservation_precision/draft-ietf-quic-tls.html
    A http/reservation_precision/draft-ietf-quic-tls.txt
    A http/reservation_precision/draft-ietf-quic-transport.html
    A http/reservation_precision/draft-ietf-quic-transport.txt
    A http/reservation_precision/index.html
    A http/rw_nits/draft-ietf-quic-http.html
    A http/rw_nits/draft-ietf-quic-http.txt
    A http/rw_nits/draft-ietf-quic-invariants.html
    A http/rw_nits/draft-ietf-quic-invariants.txt
    A http/rw_nits/draft-ietf-quic-qpack.html
    A http/rw_nits/draft-ietf-quic-qpack.txt
    A http/rw_nits/draft-ietf-quic-recovery.html
    A http/rw_nits/draft-ietf-quic-recovery.txt
    A http/rw_nits/draft-ietf-quic-tls.html
    A http/rw_nits/draft-ietf-quic-tls.txt
    A http/rw_nits/draft-ietf-quic-transport.html
    A http/rw_nits/draft-ietf-quic-transport.txt
    A http/rw_nits/index.html
    A http/url/draft-ietf-quic-http.html
    A http/url/draft-ietf-quic-http.txt
    A http/url/draft-ietf-quic-invariants.html
    A http/url/draft-ietf-quic-invariants.txt
    A http/url/draft-ietf-quic-qpack.html
    A http/url/draft-ietf-quic-qpack.txt
    A http/url/draft-ietf-quic-recovery.html
    A http/url/draft-ietf-quic-recovery.txt
    A http/url/draft-ietf-quic-tls.html
    A http/url/draft-ietf-quic-tls.txt
    A http/url/draft-ietf-quic-transport.html
    A http/url/draft-ietf-quic-transport.txt
    A http/url/index.html
    A hyphenate-alpn/draft-ietf-quic-http.html
    A hyphenate-alpn/draft-ietf-quic-http.txt
    A hyphenate-alpn/draft-ietf-quic-invariants.html
    A hyphenate-alpn/draft-ietf-quic-invariants.txt
    A hyphenate-alpn/draft-ietf-quic-qpack.html
    A hyphenate-alpn/draft-ietf-quic-qpack.txt
    A hyphenate-alpn/draft-ietf-quic-recovery.html
    A hyphenate-alpn/draft-ietf-quic-recovery.txt
    A hyphenate-alpn/draft-ietf-quic-tls.html
    A hyphenate-alpn/draft-ietf-quic-tls.txt
    A hyphenate-alpn/draft-ietf-quic-transport.html
    A hyphenate-alpn/draft-ietf-quic-transport.txt
    A hyphenate-alpn/index.html
    A ianswett-unarmed-pto/draft-ietf-quic-http.html
    A ianswett-unarmed-pto/draft-ietf-quic-http.txt
    A ianswett-unarmed-pto/draft-ietf-quic-invariants.html
    A ianswett-unarmed-pto/draft-ietf-quic-invariants.txt
    A ianswett-unarmed-pto/draft-ietf-quic-qpack.html
    A ianswett-unarmed-pto/draft-ietf-quic-qpack.txt
    A ianswett-unarmed-pto/draft-ietf-quic-recovery.html
    A ianswett-unarmed-pto/draft-ietf-quic-recovery.txt
    A ianswett-unarmed-pto/draft-ietf-quic-tls.html
    A ianswett-unarmed-pto/draft-ietf-quic-tls.txt
    A ianswett-unarmed-pto/draft-ietf-quic-transport.html
    A ianswett-unarmed-pto/draft-ietf-quic-transport.txt
    A ianswett-unarmed-pto/index.html
    A index.html
    A issues.html
    A issues.js
    A leading-zeros/draft-ietf-quic-http.html
    A leading-zeros/draft-ietf-quic-http.txt
    A leading-zeros/draft-ietf-quic-invariants.html
    A leading-zeros/draft-ietf-quic-invariants.txt
    A leading-zeros/draft-ietf-quic-qpack.html
    A leading-zeros/draft-ietf-quic-qpack.txt
    A leading-zeros/draft-ietf-quic-recovery.html
    A leading-zeros/draft-ietf-quic-recovery.txt
    A leading-zeros/draft-ietf-quic-tls.html
    A leading-zeros/draft-ietf-quic-tls.txt
    A leading-zeros/draft-ietf-quic-transport.html
    A leading-zeros/draft-ietf-quic-transport.txt
    A leading-zeros/index.html
    A post-iesg-contributing/draft-ietf-quic-http.html
    A post-iesg-contributing/draft-ietf-quic-http.txt
    A post-iesg-contributing/draft-ietf-quic-invariants.html
    A post-iesg-contributing/draft-ietf-quic-invariants.txt
    A post-iesg-contributing/draft-ietf-quic-qpack.html
    A post-iesg-contributing/draft-ietf-quic-qpack.txt
    A post-iesg-contributing/draft-ietf-quic-recovery.html
    A post-iesg-contributing/draft-ietf-quic-recovery.txt
    A post-iesg-contributing/draft-ietf-quic-tls.html
    A post-iesg-contributing/draft-ietf-quic-tls.txt
    A post-iesg-contributing/draft-ietf-quic-transport.html
    A post-iesg-contributing/draft-ietf-quic-transport.txt
    A post-iesg-contributing/index.html
    A qpack/change-controller/draft-ietf-quic-http.html
    A qpack/change-controller/draft-ietf-quic-http.txt
    A qpack/change-controller/draft-ietf-quic-invariants.html
    A qpack/change-controller/draft-ietf-quic-invariants.txt
    A qpack/change-controller/draft-ietf-quic-qpack.html
    A qpack/change-controller/draft-ietf-quic-qpack.txt
    A qpack/change-controller/draft-ietf-quic-recovery.html
    A qpack/change-controller/draft-ietf-quic-recovery.txt
    A qpack/change-controller/draft-ietf-quic-tls.html
    A qpack/change-controller/draft-ietf-quic-tls.txt
    A qpack/change-controller/draft-ietf-quic-transport.html
    A qpack/change-controller/draft-ietf-quic-transport.txt
    A qpack/change-controller/index.html
    A update-max-data-0rtt/draft-ietf-quic-http.html
    A update-max-data-0rtt/draft-ietf-quic-http.txt
    A update-max-data-0rtt/draft-ietf-quic-invariants.html
    A update-max-data-0rtt/draft-ietf-quic-invariants.txt
    A update-max-data-0rtt/draft-ietf-quic-qpack.html
    A update-max-data-0rtt/draft-ietf-quic-qpack.txt
    A update-max-data-0rtt/draft-ietf-quic-recovery.html
    A update-max-data-0rtt/draft-ietf-quic-recovery.txt
    A update-max-data-0rtt/draft-ietf-quic-tls.html
    A update-max-data-0rtt/draft-ietf-quic-tls.txt
    A update-max-data-0rtt/draft-ietf-quic-transport.html
    A update-max-data-0rtt/draft-ietf-quic-transport.txt
    A update-max-data-0rtt/index.html

  Log Message:
  -----------
  Script updating gh-pages from c46a75ed. [ci skip]


  Commit: b980e2a1ff34bce5b3baad606e415e6d676a4d3d
      https://github.com/quicwg/base-drafts/commit/b980e2a1ff34bce5b3baad606e415e6d676a4d3d
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    R http/abort_response/draft-ietf-quic-http.html
    R http/abort_response/draft-ietf-quic-http.txt
    R http/abort_response/draft-ietf-quic-invariants.html
    R http/abort_response/draft-ietf-quic-invariants.txt
    R http/abort_response/draft-ietf-quic-qpack.html
    R http/abort_response/draft-ietf-quic-qpack.txt
    R http/abort_response/draft-ietf-quic-recovery.html
    R http/abort_response/draft-ietf-quic-recovery.txt
    R http/abort_response/draft-ietf-quic-tls.html
    R http/abort_response/draft-ietf-quic-tls.txt
    R http/abort_response/draft-ietf-quic-transport.html
    R http/abort_response/draft-ietf-quic-transport.txt
    R http/abort_response/index.html
    R http/authority_again/draft-ietf-quic-http.html
    R http/authority_again/draft-ietf-quic-http.txt
    R http/authority_again/draft-ietf-quic-invariants.html
    R http/authority_again/draft-ietf-quic-invariants.txt
    R http/authority_again/draft-ietf-quic-qpack.html
    R http/authority_again/draft-ietf-quic-qpack.txt
    R http/authority_again/draft-ietf-quic-recovery.html
    R http/authority_again/draft-ietf-quic-recovery.txt
    R http/authority_again/draft-ietf-quic-tls.html
    R http/authority_again/draft-ietf-quic-tls.txt
    R http/authority_again/draft-ietf-quic-transport.html
    R http/authority_again/draft-ietf-quic-transport.txt
    R http/authority_again/index.html
    R http/bk_nits/draft-ietf-quic-http.html
    R http/bk_nits/draft-ietf-quic-http.txt
    R http/bk_nits/draft-ietf-quic-invariants.html
    R http/bk_nits/draft-ietf-quic-invariants.txt
    R http/bk_nits/draft-ietf-quic-qpack.html
    R http/bk_nits/draft-ietf-quic-qpack.txt
    R http/bk_nits/draft-ietf-quic-recovery.html
    R http/bk_nits/draft-ietf-quic-recovery.txt
    R http/bk_nits/draft-ietf-quic-tls.html
    R http/bk_nits/draft-ietf-quic-tls.txt
    R http/bk_nits/draft-ietf-quic-transport.html
    R http/bk_nits/draft-ietf-quic-transport.txt
    R http/bk_nits/index.html
    R http/ev_nits/draft-ietf-quic-http.html
    R http/ev_nits/draft-ietf-quic-http.txt
    R http/ev_nits/draft-ietf-quic-invariants.html
    R http/ev_nits/draft-ietf-quic-invariants.txt
    R http/ev_nits/draft-ietf-quic-qpack.html
    R http/ev_nits/draft-ietf-quic-qpack.txt
    R http/ev_nits/draft-ietf-quic-recovery.html
    R http/ev_nits/draft-ietf-quic-recovery.txt
    R http/ev_nits/draft-ietf-quic-tls.html
    R http/ev_nits/draft-ietf-quic-tls.txt
    R http/ev_nits/draft-ietf-quic-transport.html
    R http/ev_nits/draft-ietf-quic-transport.txt
    R http/ev_nits/index.html
    R http/h1-refs/draft-ietf-quic-http.html
    R http/h1-refs/draft-ietf-quic-http.txt
    R http/h1-refs/draft-ietf-quic-invariants.html
    R http/h1-refs/draft-ietf-quic-invariants.txt
    R http/h1-refs/draft-ietf-quic-qpack.html
    R http/h1-refs/draft-ietf-quic-qpack.txt
    R http/h1-refs/draft-ietf-quic-recovery.html
    R http/h1-refs/draft-ietf-quic-recovery.txt
    R http/h1-refs/draft-ietf-quic-tls.html
    R http/h1-refs/draft-ietf-quic-tls.txt
    R http/h1-refs/draft-ietf-quic-transport.html
    R http/h1-refs/draft-ietf-quic-transport.txt
    R http/h1-refs/index.html
    R http/if-detect/draft-ietf-quic-http.html
    R http/if-detect/draft-ietf-quic-http.txt
    R http/if-detect/draft-ietf-quic-invariants.html
    R http/if-detect/draft-ietf-quic-invariants.txt
    R http/if-detect/draft-ietf-quic-qpack.html
    R http/if-detect/draft-ietf-quic-qpack.txt
    R http/if-detect/draft-ietf-quic-recovery.html
    R http/if-detect/draft-ietf-quic-recovery.txt
    R http/if-detect/draft-ietf-quic-tls.html
    R http/if-detect/draft-ietf-quic-tls.txt
    R http/if-detect/draft-ietf-quic-transport.html
    R http/if-detect/draft-ietf-quic-transport.txt
    R http/if-detect/index.html
    R http/ossify_streams/draft-ietf-quic-http.html
    R http/ossify_streams/draft-ietf-quic-http.txt
    R http/ossify_streams/draft-ietf-quic-invariants.html
    R http/ossify_streams/draft-ietf-quic-invariants.txt
    R http/ossify_streams/draft-ietf-quic-qpack.html
    R http/ossify_streams/draft-ietf-quic-qpack.txt
    R http/ossify_streams/draft-ietf-quic-recovery.html
    R http/ossify_streams/draft-ietf-quic-recovery.txt
    R http/ossify_streams/draft-ietf-quic-tls.html
    R http/ossify_streams/draft-ietf-quic-tls.txt
    R http/ossify_streams/draft-ietf-quic-transport.html
    R http/ossify_streams/draft-ietf-quic-transport.txt
    R http/ossify_streams/index.html
    R http/reservation_precision/draft-ietf-quic-http.html
    R http/reservation_precision/draft-ietf-quic-http.txt
    R http/reservation_precision/draft-ietf-quic-invariants.html
    R http/reservation_precision/draft-ietf-quic-invariants.txt
    R http/reservation_precision/draft-ietf-quic-qpack.html
    R http/reservation_precision/draft-ietf-quic-qpack.txt
    R http/reservation_precision/draft-ietf-quic-recovery.html
    R http/reservation_precision/draft-ietf-quic-recovery.txt
    R http/reservation_precision/draft-ietf-quic-tls.html
    R http/reservation_precision/draft-ietf-quic-tls.txt
    R http/reservation_precision/draft-ietf-quic-transport.html
    R http/reservation_precision/draft-ietf-quic-transport.txt
    R http/reservation_precision/index.html
    R http/rw_nits/draft-ietf-quic-http.html
    R http/rw_nits/draft-ietf-quic-http.txt
    R http/rw_nits/draft-ietf-quic-invariants.html
    R http/rw_nits/draft-ietf-quic-invariants.txt
    R http/rw_nits/draft-ietf-quic-qpack.html
    R http/rw_nits/draft-ietf-quic-qpack.txt
    R http/rw_nits/draft-ietf-quic-recovery.html
    R http/rw_nits/draft-ietf-quic-recovery.txt
    R http/rw_nits/draft-ietf-quic-tls.html
    R http/rw_nits/draft-ietf-quic-tls.txt
    R http/rw_nits/draft-ietf-quic-transport.html
    R http/rw_nits/draft-ietf-quic-transport.txt
    R http/rw_nits/index.html
    R http/url/draft-ietf-quic-http.html
    R http/url/draft-ietf-quic-http.txt
    R http/url/draft-ietf-quic-invariants.html
    R http/url/draft-ietf-quic-invariants.txt
    R http/url/draft-ietf-quic-qpack.html
    R http/url/draft-ietf-quic-qpack.txt
    R http/url/draft-ietf-quic-recovery.html
    R http/url/draft-ietf-quic-recovery.txt
    R http/url/draft-ietf-quic-tls.html
    R http/url/draft-ietf-quic-tls.txt
    R http/url/draft-ietf-quic-transport.html
    R http/url/draft-ietf-quic-transport.txt
    R http/url/index.html
    M index.html
    R post-iesg-contributing/draft-ietf-quic-http.html
    R post-iesg-contributing/draft-ietf-quic-http.txt
    R post-iesg-contributing/draft-ietf-quic-invariants.html
    R post-iesg-contributing/draft-ietf-quic-invariants.txt
    R post-iesg-contributing/draft-ietf-quic-qpack.html
    R post-iesg-contributing/draft-ietf-quic-qpack.txt
    R post-iesg-contributing/draft-ietf-quic-recovery.html
    R post-iesg-contributing/draft-ietf-quic-recovery.txt
    R post-iesg-contributing/draft-ietf-quic-tls.html
    R post-iesg-contributing/draft-ietf-quic-tls.txt
    R post-iesg-contributing/draft-ietf-quic-transport.html
    R post-iesg-contributing/draft-ietf-quic-transport.txt
    R post-iesg-contributing/index.html

  Log Message:
  -----------
  Script updating gh-pages from 34493dad. [ci skip]


  Commit: 7153e0b6dd7160014f8f793a59878bf273f151c3
      https://github.com/quicwg/base-drafts/commit/7153e0b6dd7160014f8f793a59878bf273f151c3
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from d8688ab4. [ci skip]


  Commit: 70e63edc46ed17e2c017f5117a3bab711935426b
      https://github.com/quicwg/base-drafts/commit/70e63edc46ed17e2c017f5117a3bab711935426b
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 847ce41b. [ci skip]


  Commit: f33f9660358d02caf613a2aa1f1499775ddedef4
      https://github.com/quicwg/base-drafts/commit/f33f9660358d02caf613a2aa1f1499775ddedef4
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    A ianswett-reference-migration/draft-ietf-quic-http.html
    A ianswett-reference-migration/draft-ietf-quic-http.txt
    A ianswett-reference-migration/draft-ietf-quic-invariants.html
    A ianswett-reference-migration/draft-ietf-quic-invariants.txt
    A ianswett-reference-migration/draft-ietf-quic-qpack.html
    A ianswett-reference-migration/draft-ietf-quic-qpack.txt
    A ianswett-reference-migration/draft-ietf-quic-recovery.html
    A ianswett-reference-migration/draft-ietf-quic-recovery.txt
    A ianswett-reference-migration/draft-ietf-quic-tls.html
    A ianswett-reference-migration/draft-ietf-quic-tls.txt
    A ianswett-reference-migration/draft-ietf-quic-transport.html
    A ianswett-reference-migration/draft-ietf-quic-transport.txt
    A ianswett-reference-migration/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from cfbe141e. [ci skip]


  Commit: 168c86fe98cea53b08cddb83826feb601cf6f162
      https://github.com/quicwg/base-drafts/commit/168c86fe98cea53b08cddb83826feb601cf6f162
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M index.html
    M leading-zeros/draft-ietf-quic-http.html
    M leading-zeros/draft-ietf-quic-http.txt
    M leading-zeros/draft-ietf-quic-invariants.html
    M leading-zeros/draft-ietf-quic-invariants.txt
    M leading-zeros/draft-ietf-quic-qpack.html
    M leading-zeros/draft-ietf-quic-qpack.txt
    M leading-zeros/draft-ietf-quic-recovery.html
    M leading-zeros/draft-ietf-quic-recovery.txt
    M leading-zeros/draft-ietf-quic-tls.html
    M leading-zeros/draft-ietf-quic-tls.txt
    M leading-zeros/draft-ietf-quic-transport.html
    M leading-zeros/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 2af90199. [ci skip]


  Commit: fdeb79e6c47958120d8cf5feab6c3ddef3dc8885
      https://github.com/quicwg/base-drafts/commit/fdeb79e6c47958120d8cf5feab6c3ddef3dc8885
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from 97ac94ec. [ci skip]


  Commit: b8cd1723ec7dceebdf1b45585a1024991dfc4df2
      https://github.com/quicwg/base-drafts/commit/b8cd1723ec7dceebdf1b45585a1024991dfc4df2
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from 6d8c67ef. [ci skip]


  Commit: 81b5d99963f674ddd264bb9cc1b1279529a09ce1
      https://github.com/quicwg/base-drafts/commit/81b5d99963f674ddd264bb9cc1b1279529a09ce1
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 1f43a68b. [ci skip]


  Commit: 7c9eadd72bdef15f3d6bcd7f5f7363eef95a02b6
      https://github.com/quicwg/base-drafts/commit/7c9eadd72bdef15f3d6bcd7f5f7363eef95a02b6
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M ianswett-unarmed-pto/draft-ietf-quic-http.html
    M ianswett-unarmed-pto/draft-ietf-quic-http.txt
    M ianswett-unarmed-pto/draft-ietf-quic-invariants.html
    M ianswett-unarmed-pto/draft-ietf-quic-invariants.txt
    M ianswett-unarmed-pto/draft-ietf-quic-qpack.html
    M ianswett-unarmed-pto/draft-ietf-quic-qpack.txt
    M ianswett-unarmed-pto/draft-ietf-quic-recovery.html
    M ianswett-unarmed-pto/draft-ietf-quic-recovery.txt
    M ianswett-unarmed-pto/draft-ietf-quic-tls.html
    M ianswett-unarmed-pto/draft-ietf-quic-tls.txt
    M ianswett-unarmed-pto/draft-ietf-quic-transport.html
    M ianswett-unarmed-pto/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 78e6a89d. [ci skip]


  Commit: 3624f49f0f7503049f10b65cf03defabe06572bf
      https://github.com/quicwg/base-drafts/commit/3624f49f0f7503049f10b65cf03defabe06572bf
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from ce07452b. [ci skip]


  Commit: 3e47b977a71374d485c33d9430fef4162eb7ab0f
      https://github.com/quicwg/base-drafts/commit/3e47b977a71374d485c33d9430fef4162eb7ab0f
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
    M index.html
    A max_streams-wording/draft-ietf-quic-http.html
    A max_streams-wording/draft-ietf-quic-http.txt
    A max_streams-wording/draft-ietf-quic-invariants.html
    A max_streams-wording/draft-ietf-quic-invariants.txt
    A max_streams-wording/draft-ietf-quic-qpack.html
    A max_streams-wording/draft-ietf-quic-qpack.txt
    A max_streams-wording/draft-ietf-quic-recovery.html
    A max_streams-wording/draft-ietf-quic-recovery.txt
    A max_streams-wording/draft-ietf-quic-tls.html
    A max_streams-wording/draft-ietf-quic-tls.txt
    A max_streams-wording/draft-ietf-quic-transport.html
    A max_streams-wording/draft-ietf-quic-transport.txt
    A max_streams-wording/index.html

  Log Message:
  -----------
  Script updating gh-pages from 74b4a439. [ci skip]


  Commit: 3a352f34bb4f3f55c3f0d627e91988b98edaa2ef
      https://github.com/quicwg/base-drafts/commit/3a352f34bb4f3f55c3f0d627e91988b98edaa2ef
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M index.html
    A stream-state-ref/draft-ietf-quic-http.html
    A stream-state-ref/draft-ietf-quic-http.txt
    A stream-state-ref/draft-ietf-quic-invariants.html
    A stream-state-ref/draft-ietf-quic-invariants.txt
    A stream-state-ref/draft-ietf-quic-qpack.html
    A stream-state-ref/draft-ietf-quic-qpack.txt
    A stream-state-ref/draft-ietf-quic-recovery.html
    A stream-state-ref/draft-ietf-quic-recovery.txt
    A stream-state-ref/draft-ietf-quic-tls.html
    A stream-state-ref/draft-ietf-quic-tls.txt
    A stream-state-ref/draft-ietf-quic-transport.html
    A stream-state-ref/draft-ietf-quic-transport.txt
    A stream-state-ref/index.html

  Log Message:
  -----------
  Script updating gh-pages from e9c1a120. [ci skip]


  Commit: dcde991c4dfa1f7b2c1d3db132d5e31a2fd6a073
      https://github.com/quicwg/base-drafts/commit/dcde991c4dfa1f7b2c1d3db132d5e31a2fd6a073
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M index.html
    M leading-zeros/draft-ietf-quic-http.html
    M leading-zeros/draft-ietf-quic-http.txt
    M leading-zeros/draft-ietf-quic-invariants.html
    M leading-zeros/draft-ietf-quic-invariants.txt
    M leading-zeros/draft-ietf-quic-qpack.html
    M leading-zeros/draft-ietf-quic-qpack.txt
    M leading-zeros/draft-ietf-quic-recovery.html
    M leading-zeros/draft-ietf-quic-recovery.txt
    M leading-zeros/draft-ietf-quic-tls.html
    M leading-zeros/draft-ietf-quic-tls.txt
    M leading-zeros/draft-ietf-quic-transport.html
    M leading-zeros/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from ece833a5. [ci skip]


  Commit: 60af21e4ef7672c231acbd19b83759ae0a0c7d9b
      https://github.com/quicwg/base-drafts/commit/60af21e4ef7672c231acbd19b83759ae0a0c7d9b
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M leading-zeros/draft-ietf-quic-http.html
    M leading-zeros/draft-ietf-quic-invariants.html
    M leading-zeros/draft-ietf-quic-qpack.html
    M leading-zeros/draft-ietf-quic-recovery.html
    M leading-zeros/draft-ietf-quic-tls.html
    M leading-zeros/draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from 132ce04f. [ci skip]


  Commit: 9b87a8f8be820009b8c87881e88c627aab145614
      https://github.com/quicwg/base-drafts/commit/9b87a8f8be820009b8c87881e88c627aab145614
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
    A ianswett-special-packets/draft-ietf-quic-http.html
    A ianswett-special-packets/draft-ietf-quic-http.txt
    A ianswett-special-packets/draft-ietf-quic-invariants.html
    A ianswett-special-packets/draft-ietf-quic-invariants.txt
    A ianswett-special-packets/draft-ietf-quic-qpack.html
    A ianswett-special-packets/draft-ietf-quic-qpack.txt
    A ianswett-special-packets/draft-ietf-quic-recovery.html
    A ianswett-special-packets/draft-ietf-quic-recovery.txt
    A ianswett-special-packets/draft-ietf-quic-tls.html
    A ianswett-special-packets/draft-ietf-quic-tls.txt
    A ianswett-special-packets/draft-ietf-quic-transport.html
    A ianswett-special-packets/draft-ietf-quic-transport.txt
    A ianswett-special-packets/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 74acc707. [ci skip]


  Commit: d1a530e725339d30c85584dee9929a34f91924b3
      https://github.com/quicwg/base-drafts/commit/d1a530e725339d30c85584dee9929a34f91924b3
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-27 (Sat, 27 Mar 2021)

  Changed paths:
    M ianswett-special-packets/draft-ietf-quic-http.html
    M ianswett-special-packets/draft-ietf-quic-http.txt
    M ianswett-special-packets/draft-ietf-quic-invariants.html
    M ianswett-special-packets/draft-ietf-quic-invariants.txt
    M ianswett-special-packets/draft-ietf-quic-qpack.html
    M ianswett-special-packets/draft-ietf-quic-qpack.txt
    M ianswett-special-packets/draft-ietf-quic-recovery.html
    M ianswett-special-packets/draft-ietf-quic-recovery.txt
    M ianswett-special-packets/draft-ietf-quic-tls.html
    M ianswett-special-packets/draft-ietf-quic-tls.txt
    M ianswett-special-packets/draft-ietf-quic-transport.html
    M ianswett-special-packets/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 29d43536. [ci skip]


  Commit: ac2ec6e56fd4376ed092d5dbaa3fd911568c0f8c
      https://github.com/quicwg/base-drafts/commit/ac2ec6e56fd4376ed092d5dbaa3fd911568c0f8c
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-27 (Sat, 27 Mar 2021)

  Changed paths:
    M ianswett-special-packets/draft-ietf-quic-http.html
    M ianswett-special-packets/draft-ietf-quic-invariants.html
    M ianswett-special-packets/draft-ietf-quic-qpack.html
    M ianswett-special-packets/draft-ietf-quic-recovery.html
    M ianswett-special-packets/draft-ietf-quic-recovery.txt
    M ianswett-special-packets/draft-ietf-quic-tls.html
    M ianswett-special-packets/draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from a3aa07b2. [ci skip]


  Commit: 42a3a4c80375c87244c2bb4934d90eb6a70bcbe0
      https://github.com/quicwg/base-drafts/commit/42a3a4c80375c87244c2bb4934d90eb6a70bcbe0
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-28 (Sun, 28 Mar 2021)

  Changed paths:
    A ianswett-sending-acks/draft-ietf-quic-http.html
    A ianswett-sending-acks/draft-ietf-quic-http.txt
    A ianswett-sending-acks/draft-ietf-quic-invariants.html
    A ianswett-sending-acks/draft-ietf-quic-invariants.txt
    A ianswett-sending-acks/draft-ietf-quic-qpack.html
    A ianswett-sending-acks/draft-ietf-quic-qpack.txt
    A ianswett-sending-acks/draft-ietf-quic-recovery.html
    A ianswett-sending-acks/draft-ietf-quic-recovery.txt
    A ianswett-sending-acks/draft-ietf-quic-tls.html
    A ianswett-sending-acks/draft-ietf-quic-tls.txt
    A ianswett-sending-acks/draft-ietf-quic-transport.html
    A ianswett-sending-acks/draft-ietf-quic-transport.txt
    A ianswett-sending-acks/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from da100f58. [ci skip]


  Commit: 7876225cad94c8990a005a2800dac3e7e7b514c5
      https://github.com/quicwg/base-drafts/commit/7876225cad94c8990a005a2800dac3e7e7b514c5
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 18447f4c. [ci skip]


  Commit: d1be4f9e83fe0fb566b4bb9f76cae8992a3b94d8
      https://github.com/quicwg/base-drafts/commit/d1be4f9e83fe0fb566b4bb9f76cae8992a3b94d8
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from c6330a6e. [ci skip]


  Commit: 7f21883b2f34ec126a1bc20a914ef19b948c87e6
      https://github.com/quicwg/base-drafts/commit/7f21883b2f34ec126a1bc20a914ef19b948c87e6
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 11dfba03. [ci skip]


  Commit: 31ff8d8359d9070cd7adb030cfe0fd44cbbb7ea1
      https://github.com/quicwg/base-drafts/commit/31ff8d8359d9070cd7adb030cfe0fd44cbbb7ea1
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    A application-code/draft-ietf-quic-http.html
    A application-code/draft-ietf-quic-http.txt
    A application-code/draft-ietf-quic-invariants.html
    A application-code/draft-ietf-quic-invariants.txt
    A application-code/draft-ietf-quic-qpack.html
    A application-code/draft-ietf-quic-qpack.txt
    A application-code/draft-ietf-quic-recovery.html
    A application-code/draft-ietf-quic-recovery.txt
    A application-code/draft-ietf-quic-tls.html
    A application-code/draft-ietf-quic-tls.txt
    A application-code/draft-ietf-quic-transport.html
    A application-code/draft-ietf-quic-transport.txt
    A application-code/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 6480e41e. [ci skip]


  Commit: 24a1945db3a9542085ee439a630cc3ae258df8f1
      https://github.com/quicwg/base-drafts/commit/24a1945db3a9542085ee439a630cc3ae258df8f1
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from f6dc7681. [ci skip]


  Commit: 804c087d6c521fdecb9720fa9bca9f56ee47aaea
      https://github.com/quicwg/base-drafts/commit/804c087d6c521fdecb9720fa9bca9f56ee47aaea
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    A ack-ping/draft-ietf-quic-http.html
    A ack-ping/draft-ietf-quic-http.txt
    A ack-ping/draft-ietf-quic-invariants.html
    A ack-ping/draft-ietf-quic-invariants.txt
    A ack-ping/draft-ietf-quic-qpack.html
    A ack-ping/draft-ietf-quic-qpack.txt
    A ack-ping/draft-ietf-quic-recovery.html
    A ack-ping/draft-ietf-quic-recovery.txt
    A ack-ping/draft-ietf-quic-tls.html
    A ack-ping/draft-ietf-quic-tls.txt
    A ack-ping/draft-ietf-quic-transport.html
    A ack-ping/draft-ietf-quic-transport.txt
    A ack-ping/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 46bcb952. [ci skip]


  Commit: a8009c1c8f8ff55dc41a12fd91426e3a00ac3d9e
      https://github.com/quicwg/base-drafts/commit/a8009c1c8f8ff55dc41a12fd91426e3a00ac3d9e
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M ack-ping/draft-ietf-quic-http.html
    M ack-ping/draft-ietf-quic-invariants.html
    M ack-ping/draft-ietf-quic-qpack.html
    M ack-ping/draft-ietf-quic-recovery.html
    M ack-ping/draft-ietf-quic-tls.html
    M ack-ping/draft-ietf-quic-transport.html
    M ack-ping/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 2bee55ce. [ci skip]


  Commit: b7fa78fb3263954c1715870b41a9da3d88789c23
      https://github.com/quicwg/base-drafts/commit/b7fa78fb3263954c1715870b41a9da3d88789c23
  Author: ID Bot <idbot@example.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M ack-ping/draft-ietf-quic-http.html
    M ack-ping/draft-ietf-quic-invariants.html
    M ack-ping/draft-ietf-quic-qpack.html
    M ack-ping/draft-ietf-quic-tls.html
    M ack-ping/draft-ietf-quic-transport.html
    M ack-ping/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 8444027f. [ci skip]


  Commit: ff1c6afaa26d8ce3ba5c77eaf973f6b59a2571e8
      https://github.com/quicwg/base-drafts/commit/ff1c6afaa26d8ce3ba5c77eaf973f6b59a2571e8
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
    M ack-ping/draft-ietf-quic-http.html
    M ack-ping/draft-ietf-quic-http.txt
    M ack-ping/draft-ietf-quic-invariants.html
    M ack-ping/draft-ietf-quic-invariants.txt
    M ack-ping/draft-ietf-quic-qpack.html
    M ack-ping/draft-ietf-quic-qpack.txt
    M ack-ping/draft-ietf-quic-recovery.html
    M ack-ping/draft-ietf-quic-recovery.txt
    M ack-ping/draft-ietf-quic-tls.html
    M ack-ping/draft-ietf-quic-tls.txt
    M ack-ping/draft-ietf-quic-transport.html
    M ack-ping/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 9c6715fe. [ci skip]


  Commit: 5ab9287c72d85d9c113b99aa595a0e9579ad3fb5
      https://github.com/quicwg/base-drafts/commit/5ab9287c72d85d9c113b99aa595a0e9579ad3fb5
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    R base-pn-example/draft-ietf-quic-http.html
    R base-pn-example/draft-ietf-quic-http.txt
    R base-pn-example/draft-ietf-quic-invariants.html
    R base-pn-example/draft-ietf-quic-invariants.txt
    R base-pn-example/draft-ietf-quic-qpack.html
    R base-pn-example/draft-ietf-quic-qpack.txt
    R base-pn-example/draft-ietf-quic-recovery.html
    R base-pn-example/draft-ietf-quic-recovery.txt
    R base-pn-example/draft-ietf-quic-tls.html
    R base-pn-example/draft-ietf-quic-tls.txt
    R base-pn-example/draft-ietf-quic-transport.html
    R base-pn-example/draft-ietf-quic-transport.txt
    R base-pn-example/index.html
    R hyphenate-alpn/draft-ietf-quic-http.html
    R hyphenate-alpn/draft-ietf-quic-http.txt
    R hyphenate-alpn/draft-ietf-quic-invariants.html
    R hyphenate-alpn/draft-ietf-quic-invariants.txt
    R hyphenate-alpn/draft-ietf-quic-qpack.html
    R hyphenate-alpn/draft-ietf-quic-qpack.txt
    R hyphenate-alpn/draft-ietf-quic-recovery.html
    R hyphenate-alpn/draft-ietf-quic-recovery.txt
    R hyphenate-alpn/draft-ietf-quic-tls.html
    R hyphenate-alpn/draft-ietf-quic-tls.txt
    R hyphenate-alpn/draft-ietf-quic-transport.html
    R hyphenate-alpn/draft-ietf-quic-transport.txt
    R hyphenate-alpn/index.html
    A ianswett-ack-delay-equals/draft-ietf-quic-http.html
    A ianswett-ack-delay-equals/draft-ietf-quic-http.txt
    A ianswett-ack-delay-equals/draft-ietf-quic-invariants.html
    A ianswett-ack-delay-equals/draft-ietf-quic-invariants.txt
    A ianswett-ack-delay-equals/draft-ietf-quic-qpack.html
    A ianswett-ack-delay-equals/draft-ietf-quic-qpack.txt
    A ianswett-ack-delay-equals/draft-ietf-quic-recovery.html
    A ianswett-ack-delay-equals/draft-ietf-quic-recovery.txt
    A ianswett-ack-delay-equals/draft-ietf-quic-tls.html
    A ianswett-ack-delay-equals/draft-ietf-quic-tls.txt
    A ianswett-ack-delay-equals/draft-ietf-quic-transport.html
    A ianswett-ack-delay-equals/draft-ietf-quic-transport.txt
    A ianswett-ack-delay-equals/index.html
    M index.html
    R qpack/change-controller/draft-ietf-quic-http.html
    R qpack/change-controller/draft-ietf-quic-http.txt
    R qpack/change-controller/draft-ietf-quic-invariants.html
    R qpack/change-controller/draft-ietf-quic-invariants.txt
    R qpack/change-controller/draft-ietf-quic-qpack.html
    R qpack/change-controller/draft-ietf-quic-qpack.txt
    R qpack/change-controller/draft-ietf-quic-recovery.html
    R qpack/change-controller/draft-ietf-quic-recovery.txt
    R qpack/change-controller/draft-ietf-quic-tls.html
    R qpack/change-controller/draft-ietf-quic-tls.txt
    R qpack/change-controller/draft-ietf-quic-transport.html
    R qpack/change-controller/draft-ietf-quic-transport.txt
    R qpack/change-controller/index.html
    R update-max-data-0rtt/draft-ietf-quic-http.html
    R update-max-data-0rtt/draft-ietf-quic-http.txt
    R update-max-data-0rtt/draft-ietf-quic-invariants.html
    R update-max-data-0rtt/draft-ietf-quic-invariants.txt
    R update-max-data-0rtt/draft-ietf-quic-qpack.html
    R update-max-data-0rtt/draft-ietf-quic-qpack.txt
    R update-max-data-0rtt/draft-ietf-quic-recovery.html
    R update-max-data-0rtt/draft-ietf-quic-recovery.txt
    R update-max-data-0rtt/draft-ietf-quic-tls.html
    R update-max-data-0rtt/draft-ietf-quic-tls.txt
    R update-max-data-0rtt/draft-ietf-quic-transport.html
    R update-max-data-0rtt/draft-ietf-quic-transport.txt
    R update-max-data-0rtt/index.html

  Log Message:
  -----------
  Script updating gh-pages from 902882fe. [ci skip]


Compare: https://github.com/quicwg/base-drafts/compare/fb3a3df58231...5ab9287c72d8


From nobody Wed Apr 21 11:42:56 2021
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 2571C3A3285 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 11:42:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 3cA1hYlCRryX for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 11:42:50 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 837053A085C for <quic-issues@ietf.org>; Wed, 21 Apr 2021 11:42:50 -0700 (PDT)
Received: from github.com (hubbernetes-node-a675db9.va3-iad.github.net [10.48.125.85]) by smtp.github.com (Postfix) with ESMTPA id D99435C05A3 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 11:42:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619030568; bh=4rMp+nvaBfO2HtocAJWcah9vKp1MFMWokEsWTdyNsEc=; h=Date:From:To:Subject:From; b=xOc7Ti2XS+bur4irfOeCYSKf33R+8b/8fFNm+Va3kbboZor10guJN5PeAWt7uluf3 x5w6WAe39DCbbp32Mrn+O9IhMe43m28hI6QzA+W7FC1Q1GE5soBoDuWtwt7GX5qPMI ZreD2SF7pKw87QCdRd75MeDDN8DPDSCXIajzAEFU=
Date: Wed, 21 Apr 2021 11:42:48 -0700
From: Lucas Pardue <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/main/54fecd-f17b82@github.com>
Subject: [quicwg/wg-materials] f17b82: Update agenda.md
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DfRFfTua6Z0eGeDqzaLzojcO-x4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 18:42:55 -0000

  Branch: refs/heads/main
  Home:   https://github.com/quicwg/wg-materials
  Commit: f17b82f62477cc355c74d9714ef34f904fd5bb67
      https://github.com/quicwg/wg-materials/commit/f17b82f62477cc355c74d9714ef34f904fd5bb67
  Author: Lucas Pardue <lucaspardue.24.7@gmail.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M interim-21-04/agenda.md

  Log Message:
  -----------
  Update agenda.md



From nobody Wed Apr 21 12:20:18 2021
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 4B9A63A3373 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 12:20:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.121
X-Spam-Level: 
X-Spam-Status: No, score=-2.121 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, 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 iPunBe9RxY-4 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 12:20:15 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1AF6C3A3371 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 12:20:14 -0700 (PDT)
Received: from github.com (hubbernetes-node-89c47e2.ac4-iad.github.net [10.52.207.75]) by smtp.github.com (Postfix) with ESMTPA id F1125520B25 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 12:20:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619032814; bh=8GNUWMriMZ4hRpqWOdq2/oBoIC+UlncJMXvfvkRFzwg=; h=Date:From:To:Subject:From; b=YTBDTgQoPc4fAKquMnhqpETbqNa5GPDgK23Z6KNrnzjhS2NXB+bqHFtrgtom8VFVE cFWq31292LL6Cy2yIEMRBXXiymUfi0jNEftLivvlvRjIYmAvOKqm4STDqGulkWgovB Cbbjnh8jhx8+E/p99YAC7ok2oPTv5P8HCGoPVd5o=
Date: Wed, 21 Apr 2021 12:20:13 -0700
From: Lucas Pardue <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/main/f17b82-9f5325@github.com>
Subject: [quicwg/wg-materials] 9f5325: Watson's slides
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ra5PZDYo3oWcIOAb2Yv1NuiNwR8>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 19:20:16 -0000

  Branch: refs/heads/main
  Home:   https://github.com/quicwg/wg-materials
  Commit: 9f53250709a2ac2d3fd09443fd010d7a57a60e54
      https://github.com/quicwg/wg-materials/commit/9f53250709a2ac2d3fd09443fd010d7a57a60e54
  Author: Lucas Pardue <lucaspardue.24.7@gmail.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    A interim-21-04/VersionNegotiation_WatsonLadd.pdf

  Log Message:
  -----------
  Watson's slides



From nobody Wed Apr 21 12:22:53 2021
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 100DE3A3393 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 12:22:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 7jQZp7VTQAss for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 12:22:47 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6ED2D3A338F for <quic-issues@ietf.org>; Wed, 21 Apr 2021 12:22:47 -0700 (PDT)
Received: from github.com (hubbernetes-node-2a95413.ash1-iad.github.net [10.56.119.12]) by smtp.github.com (Postfix) with ESMTPA id 6C87F5E0404 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 12:22:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619032966; bh=85Kkp9PVjbDtEulyGiPX89ZATsgj4Aa+Pn9JqRAzQtk=; h=Date:From:To:Subject:From; b=dTTOLzEuJeQkYcOp4uJzIx0PoQGSbDvyllPEduTAa1b9esrWf/OPmNuZQEAuipb6h EjsHbZ58e2a2+NtKIHUn5XzoHz6LOHDgh04au8qIomwb36fxthpMhSAcmMoMTYfzEL 1FvtdSZkYcNifFbO7YtVYpVxgY+/bALarlfceuKc=
Date: Wed, 21 Apr 2021 12:22:46 -0700
From: Lucas Pardue <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/main/9f5325-f28415@github.com>
Subject: [quicwg/wg-materials] f28415: Update agenda.md
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/26ZYbBzjbScUBN5lVqhGkqnXVcs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 19:22:52 -0000

  Branch: refs/heads/main
  Home:   https://github.com/quicwg/wg-materials
  Commit: f28415b9fb64e399f1c19a633c73ce9b32475938
      https://github.com/quicwg/wg-materials/commit/f28415b9fb64e399f1c19a633c73ce9b32475938
  Author: Lucas Pardue <lucaspardue.24.7@gmail.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M interim-21-04/agenda.md

  Log Message:
  -----------
  Update agenda.md



From nobody Wed Apr 21 13:55:47 2021
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 DCA8B3A366B for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 13:55:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.06
X-Spam-Level: 
X-Spam-Status: No, score=-1.06 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 Nk8W5O0bCdE5 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 13:55:44 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CE9FF3A366A for <quic-issues@ietf.org>; Wed, 21 Apr 2021 13:55:44 -0700 (PDT)
Received: from github.com (hubbernetes-node-4dd9d30.ash1-iad.github.net [10.56.120.57]) by smtp.github.com (Postfix) with ESMTPA id EB56A84025B for <quic-issues@ietf.org>; Wed, 21 Apr 2021 13:55:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619038544; bh=xk+xKoYETMUgzKTMe7B27V9vaNWtdpfGtUTS39vPdps=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=hdRx//KDZoSjqWt2GPsEfcQ7WZZyLnj2oa0s+qdwXBbmo3cfUuhSahvjnO/nWkdRo GcliGxA987iJ3I4Cgn6WFJJLmn0qapCBLHZ8pWi3LMgfz/VTD8PXv2m2AA279CpsF7 Vl56U8S1X1lvVPzCzKfI6ffuHgbdas0Nsu41LL8M=
Date: Wed, 21 Apr 2021 13:55:43 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3BC26XNYMDVXBWEP56RRZE7EVBNHHDG7S23U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4861/review/641514576@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4861@github.com>
References: <quicwg/base-drafts/pull/4861@github.com>
Subject: Re: [quicwg/base-drafts] Fix ack_delay pseudocode to allow = (#4861)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6080914fe8c42_58c5a82513da"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/ItpEXOuiTsXU0CrJ842EtQ98iv8>
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, 21 Apr 2021 20:55:46 -0000

----==_mimepart_6080914fe8c42_58c5a82513da
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson approved this pull request.





-- 
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/4861#pullrequestreview-641514576
----==_mimepart_6080914fe8c42_58c5a82513da
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@martinthomson</b> approved this pull request.</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/4861#pullrequestreview-641514576">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYF3YAJENGBCMEUYF3TJ43U7ANCNFSM43KNHF7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK45RTDA5GP6BHKJXODTJ43U7A5CNFSM43KNHF72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEY6LYUA.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/4861#pullrequestreview-641514576",
"url": "https://github.com/quicwg/base-drafts/pull/4861#pullrequestreview-641514576",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6080914fe8c42_58c5a82513da--


From nobody Wed Apr 21 14:04:04 2021
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 2417C3A36C4 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:04:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=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 iqcldlgvvMCG for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:04:01 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE84C3A36D1 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:04:00 -0700 (PDT)
Received: from github.com (hubbernetes-node-9a6dfda.va3-iad.github.net [10.48.209.86]) by smtp.github.com (Postfix) with ESMTPA id 768D63406AE for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:03:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619039039; bh=4Q5DXFWbIvCcwqg7Ugegpiq37SkOQ748/rAtWMCxyCw=; h=Date:From:To:Subject:From; b=HvVbU8Zex714UYTufSgfjiM0S/34Jsfp24xsJ0ScmN8gzfWvyzfTkbx3ZzanDsWEi 6pZyDKfEgVqXsx/mdPCxTTR0uXMyZ/mhkEpgjVGVq/dFuZxBcNrVz2AX3I5GYgr+A9 EP20mFdG/v6+q/PTvKTVZoNtf5RKY2w1Q/2qfGUY=
Date: Wed, 21 Apr 2021 14:03:59 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/shared-ip/c14331-000000@github.com>
Subject: [quicwg/load-balancers]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cCmfi8SZhtTv5L3SKwxFnv8V9W4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 21:04:02 -0000

  Branch: refs/heads/shared-ip
  Home:   https://github.com/quicwg/load-balancers


From nobody Wed Apr 21 14:04:09 2021
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 184A63A36C4 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:04:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 zTIC4GHbCkj9 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:03:59 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 169D33A36C1 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:03:58 -0700 (PDT)
Received: from github.com (hubbernetes-node-8bfd7f9.va3-iad.github.net [10.48.101.28]) by smtp.github.com (Postfix) with ESMTPA id 1F6EA5C05D5 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:03:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619039038; bh=G44rc/qpxEE4+31xP0ULoyJgPMpYcOpSB84FHi/TSlo=; h=Date:From:To:Subject:From; b=N+VqJVnnVFpFM7G05XAeK0+8qX7tliRaETI5JNLZlrWX9+HYmXkvh6F+ZYE6llp6j uWL7Th60IGshKyRrtA6KJ7tWAusJaT+IAuR8WA/xlIlPhEl+E4iwL56LHJJPD22Qb7 qHPYNUJzmFrBkapFWlBuqi9kLdsKDfFnD6fgcV3I=
Date: Wed, 21 Apr 2021 14:03:58 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/master/0e5b20-1c1a02@github.com>
Subject: [quicwg/load-balancers] c14331: More text on tenants that share an IP
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/1-jnCb_DPbnp0cBN2NJJceYXBQY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 21:04:04 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/load-balancers
  Commit: c143314bed226514d1cc103a86a7bc068cc3117e
      https://github.com/quicwg/load-balancers/commit/c143314bed226514d1cc103a86a7bc068cc3117e
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  More text on tenants that share an IP

Fixes #107


  Commit: 1c1a02ac188de2b55a545eb018a104d7aab7ce1e
      https://github.com/quicwg/load-balancers/commit/1c1a02ac188de2b55a545eb018a104d7aab7ce1e
  Author: martinduke <martin.h.duke@gmail.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  Merge branch 'shared-ip' into master


Compare: https://github.com/quicwg/load-balancers/compare/0e5b20fe561a...1c1a02ac188d


From nobody Wed Apr 21 14:04:22 2021
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 5E7CA3A36C8 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:04:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=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 6yNQ2Z7s9u7i for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:04:14 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 09EB53A36C7 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:04:13 -0700 (PDT)
Received: from github.com (hubbernetes-node-c2dfa59.va3-iad.github.net [10.48.200.43]) by smtp.github.com (Postfix) with ESMTPA id 2B72D34074C for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:04:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619039053; bh=4Q5DXFWbIvCcwqg7Ugegpiq37SkOQ748/rAtWMCxyCw=; h=Date:From:To:Subject:From; b=W4MJXyseYJYqRhZJN0nOMP9MHNVPfl3qw4vNThpP9G9Lf4Ih1W/HAWlRd3BfGkR2m rPFANdIPKKPzBXbYX5hOcr1160ETUdq+OwwhTkrxV06qjmmZ6Pw9a4Hv3RJtO8USZk LS4H6GgQNsR7maLxR5nmmPXE7D1j/Kl3gr2T2lMY=
Date: Wed, 21 Apr 2021 14:04:13 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/shared-ip/000000-c14331@github.com>
Subject: [quicwg/load-balancers]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FzelrQQYU8ttXmB8tkQNk-LQ__0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 21:04:20 -0000

  Branch: refs/heads/shared-ip
  Home:   https://github.com/quicwg/load-balancers


From nobody Wed Apr 21 14:04:27 2021
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 BF4D13A36CA for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:04:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 AfDrhD_Pf27r for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:04:24 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 91CF43A36C9 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:04:24 -0700 (PDT)
Received: from github.com (hubbernetes-node-0570ca1.va3-iad.github.net [10.48.209.81]) by smtp.github.com (Postfix) with ESMTPA id C22485C0473 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:04:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619039063; bh=gvDzDbTHRyHeyrNbi0iVq0gP+Rks6tlRYzvWnz+gDTw=; h=Date:From:To:Subject:From; b=IWz2EnuPTU/W9CH07yHGsU3AzaPZKX4zzbwP8xtYQebQ+29hMoiieIFhthQ9izqPP 5Ek6Jemq83WDgiis49lajbELtG0PGcIS1gBc9ICV2elGvhbBTh6ydmchF7ZKBp4N1i Wq3JbvsKtCH0vKVNforS6uew+hJkO6goe5i8BFXc=
Date: Wed, 21 Apr 2021 14:04:23 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/d15be3-5534b1@github.com>
Subject: [quicwg/load-balancers] 5534b1: Script updating gh-pages from 1c1a02a. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3jTnv2VHVp-qETCVCx_doH_Q1yw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 21:04:26 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 5534b1e2fea56f0e90d054336474d86e2fe7f4f4
      https://github.com/quicwg/load-balancers/commit/5534b1e2fea56f0e90d054336474d86e2fe7f4f4
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.html
    M draft-ietf-quic-load-balancers.txt
    M index.html
    R retry-non-initial/draft-ietf-quic-load-balancers.html
    R retry-non-initial/draft-ietf-quic-load-balancers.txt
    R retry-non-initial/index.html

  Log Message:
  -----------
  Script updating gh-pages from 1c1a02a. [ci skip]



From nobody Wed Apr 21 14:04:33 2021
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 BCA063A36CC for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:04:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.121
X-Spam-Level: 
X-Spam-Status: No, score=-7.121 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, RCVD_IN_DNSWL_HI=-5, 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 9rSEzlQAV15a for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 14:04:30 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AB7E83A36CB for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:04:30 -0700 (PDT)
Received: from github.com (hubbernetes-node-597a55e.ash1-iad.github.net [10.56.115.45]) by smtp.github.com (Postfix) with ESMTPA id B3BC98401FC for <quic-issues@ietf.org>; Wed, 21 Apr 2021 14:04:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619039069; bh=HJskm8GoQFWRgrpY/14O7Jf24rT0r+OYlkFgcR+m3vM=; h=Date:From:To:Subject:From; b=Cgb/mnQzCZXEJkuD64NnFOF2kCJtsBxdAVu9xZLqEPdWD8xBunPOxCJ69Pr9mGlqJ 5dGSFczpMdkhS1+EYu25mjvs1tkIqILYEADT+BAFAsYTTt2qdIzgSKOqAhNVu5Zum1 0ZBF52d47TbxM11D/yr02wReSNwkLUyYn4iA0JGE=
Date: Wed, 21 Apr 2021 14:04:29 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/5534b1-54bbe4@github.com>
Subject: [quicwg/load-balancers] 54bbe4: Script updating archive at 2021-04-21T21:04:09Z. [...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jWqud6d1U0F4t4-O8RC896QiOXQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 21:04:32 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: 54bbe43839e4f799793094cbe895214b9310eacb
      https://github.com/quicwg/load-balancers/commit/54bbe43839e4f799793094cbe895214b9310eacb
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-04-21T21:04:09Z. [ci skip]



From nobody Wed Apr 21 16:17:02 2021
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 E11C13A3AC0 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 16:17:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 VnXG0ZpUWie6 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 16:16:56 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5AAF3A3ABF for <quic-issues@ietf.org>; Wed, 21 Apr 2021 16:16:55 -0700 (PDT)
Received: from github.com (hubbernetes-node-5372dbf.ac4-iad.github.net [10.52.201.79]) by smtp.github.com (Postfix) with ESMTPA id 10075560228 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 16:16:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619047015; bh=owa1i8LYWZjzDHGWdbcy6ImOB+W8hbG9qyWX8i/F1AU=; h=Date:From:To:Subject:From; b=k1mZ37fBZmh0OQQHZwYhAfo46DKhIXwNRHf/wYLGC9HgA/SfRfQCz/+7OgEoMHyJW dMEai/1T64m1oouIiEIpCpKfbULO/Tv1tcrXVdxdlHkGzdyVs1z4iCp5n0/4jiY1ku LVkHkUcPLIVdOH/JG2eqmWMdidAdqSg6nnQWxXPA=
Date: Wed, 21 Apr 2021 16:16:55 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/master/1c1a02-01797d@github.com>
Subject: [quicwg/load-balancers] 309186: 1. fix a typo. 2. change AEAD checksum to AEAD ICV...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Q8VrOxxmjKV_hXpwVaaHcutL1ig>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 23:17:01 -0000

  Branch: refs/heads/master=0D
  Home:   https://github.com/quicwg/load-balancers=0D
  Commit: 309186d500d0ce7486c8703d056dbc2f08580c8d=0D
      https://github.com/quicwg/load-balancers/commit/309186d500d0ce7486c=
8703d056dbc2f08580c8d=0D
  Author: =E6=AF=85=E4=B8=9D <william.zk@antfin.com>=0D
  Date:   2021-04-07 (Wed, 07 Apr 2021)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-load-balancers.md=0D
=0D
  Log Message:=0D
  -----------=0D
  1. fix a typo. 2. change AEAD checksum to AEAD ICV(defined in rfc4106)=0D=

=0D
=0D
  Commit: 01797dfcece8cd23605dda6747309fa5438f5eaa=0D
      https://github.com/quicwg/load-balancers/commit/01797dfcece8cd23605=
dda6747309fa5438f5eaa=0D
  Author: martinduke <martin.h.duke@gmail.com>=0D
  Date:   2021-04-21 (Wed, 21 Apr 2021)=0D
=0D
  Changed paths:=0D
    M draft-ietf-quic-load-balancers.md=0D
=0D
  Log Message:=0D
  -----------=0D
  Merge pull request #112 from william-zk/dev_fix_aead_checksum=0D
=0D
change AEAD checksum to AEAD ICV=0D
=0D
=0D
Compare: https://github.com/quicwg/load-balancers/compare/1c1a02ac188d...=
01797dfcece8=0D


From nobody Wed Apr 21 16:23:16 2021
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 4042A3A3AF4 for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 16:23:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Hore2CWTU7Kf for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 16:23:10 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 90E7D3A3AF1 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 16:23:10 -0700 (PDT)
Received: from github.com (hubbernetes-node-d0db163.va3-iad.github.net [10.48.110.15]) by smtp.github.com (Postfix) with ESMTPA id 9697C5C056B for <quic-issues@ietf.org>; Wed, 21 Apr 2021 16:23:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619047389; bh=VuvWrMZJECb6fBmmD+qSaqYYGAto28n8tQSs09yBeGo=; h=Date:From:To:Subject:From; b=gaUjlDrIuV7dsjSH2CubRN7SPrMXw8RNt2rKRp69Qt27ayZviZPWI+lt6sLWGmkKf S1SLEmtdf4cKu/EaEDVxhRJGPni0VEkIf+l1EPcwAtlSNF8W1eRQZWAiMqSBOzQTsa esqEfI09rar1GKnIaNu0MO6RG8TNWTHR0Grur0tk=
Date: Wed, 21 Apr 2021 16:23:09 -0700
From: martinduke <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/master/01797d-e2a452@github.com>
Subject: [quicwg/load-balancers] e2a452: fix reference
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/IAIhUtIyRTmKL7oZJSKodDkdhVo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 23:23:15 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/load-balancers
  Commit: e2a452f8d58f890d5d17f3eedde42905bd42b7fa
      https://github.com/quicwg/load-balancers/commit/e2a452f8d58f890d5d17f3eedde42905bd42b7fa
  Author: Martin Duke <martin.h.duke@gmail.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.md

  Log Message:
  -----------
  fix reference



From nobody Wed Apr 21 16:23:34 2021
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 058903A3AFA for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 16:23:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_DNSWL_BLOCKED=0.001, 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 ySMeRGjYW8tY for <quic-issues@ietfa.amsl.com>; Wed, 21 Apr 2021 16:23:30 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 37ABA3A3AF9 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 16:23:30 -0700 (PDT)
Received: from github.com (hubbernetes-node-1a75cf7.ac4-iad.github.net [10.52.207.18]) by smtp.github.com (Postfix) with ESMTPA id BCB10520565 for <quic-issues@ietf.org>; Wed, 21 Apr 2021 16:23:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619047408; bh=KYacW2X1mJIfiiGh8EKrJ3pAju+q2pIgpdK9axUn9QE=; h=Date:From:To:Subject:From; b=AfvWxMI235cYkgOFOO+cmwkptd7eCp2+1j6/PJgBaXyXBtcOMpUacdQyUgVgyuhWA WJmB5bfpFTlA6N1BJAE2QDMgYCDLiua3dQLeJDZHvpffMZ7gWSfCWGienLi6zyoeH/ H5PABm5/zux/J+YCDjblREXmSEsWA0OO3G4bGIKo=
Date: Wed, 21 Apr 2021 16:23:28 -0700
From: quicwg-bot <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/load-balancers/push/refs/heads/gh-pages/54bbe4-acf936@github.com>
Subject: [quicwg/load-balancers] acf936: Script updating gh-pages from e2a452f. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/H6ogPBQmRmBA5hXxW0tXNZ-1ddM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 21 Apr 2021 23:23:33 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/load-balancers
  Commit: acf9362cf3d80ac3bab108245b87b936b71ea744
      https://github.com/quicwg/load-balancers/commit/acf9362cf3d80ac3bab108245b87b936b71ea744
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M draft-ietf-quic-load-balancers.html
    M draft-ietf-quic-load-balancers.txt

  Log Message:
  -----------
  Script updating gh-pages from e2a452f. [ci skip]



From nobody Thu Apr 22 01:41:54 2021
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 8A0903A07E8 for <quic-issues@ietfa.amsl.com>; Thu, 22 Apr 2021 01:41:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.061
X-Spam-Level: 
X-Spam-Status: No, score=-6.061 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 lxx83gBoeDXV for <quic-issues@ietfa.amsl.com>; Thu, 22 Apr 2021 01:41:51 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5960A3A07D6 for <quic-issues@ietf.org>; Thu, 22 Apr 2021 01:41:51 -0700 (PDT)
Received: from github.com (hubbernetes-node-d2ef93c.ash1-iad.github.net [10.56.117.46]) by smtp.github.com (Postfix) with ESMTPA id 823068406F3 for <quic-issues@ietf.org>; Thu, 22 Apr 2021 01:41:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619080910; bh=jXMro5OsPkrdgpHsQUj6ZVifFFmof6elOvFfMaDhejg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ohbHCDSGarciOYy+hq6orYYgEtlAVl3D/7HLiik4VctkXz5CPA1qGTQuo+Nxf79iW r0beaHQ4yzB7UN6h2WZgE8HPXUcNVXvgCgPtcUI8SiRdMkRTqPuuDTFTMRBjowfdEy tNOSQksxsserocvhqARvW1Kup6iEJ+cD0DQSS86k=
Date: Thu, 22 Apr 2021 01:41:50 -0700
From: Martine Lenders <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY5AKHRMQ7GH2MIJDF6RUL45EVBNHHC72K6AA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4826/824656772@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4826@github.com>
References: <quicwg/base-drafts/issues/4826@github.com>
Subject: Re: [quicwg/base-drafts] Recovery: Corner case for when persistent congestion does not go into slow start (#4826)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608136ce7f090_4ac5a8343670"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: miri64
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/5WBKKVqEpSYjSqFubKLFRv_F8T4>
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, 22 Apr 2021 08:41:53 -0000

----==_mimepart_608136ce7f090_4ac5a8343670
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Ping?

-- 
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/4826#issuecomment-824656772
----==_mimepart_608136ce7f090_4ac5a8343670
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Ping?</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/issues/4826#issuecomment-824656772">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK67KWJ6IXR7JAVNDNTTJ7OM5ANCNFSM4XJQBOFA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZO7LUDZOIQIT2YB6TTJ7OM5A5CNFSM4XJQBOFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGETUHBA.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/issues/4826#issuecomment-824656772",
"url": "https://github.com/quicwg/base-drafts/issues/4826#issuecomment-824656772",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608136ce7f090_4ac5a8343670--


From nobody Thu Apr 22 09:33:55 2021
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 E67C33A184E for <quic-issues@ietfa.amsl.com>; Thu, 22 Apr 2021 09:33:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 IShBa2C76Qpm for <quic-issues@ietfa.amsl.com>; Thu, 22 Apr 2021 09:33:49 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4DD8B3A184D for <quic-issues@ietf.org>; Thu, 22 Apr 2021 09:33:49 -0700 (PDT)
Received: from github.com (hubbernetes-node-8f403dd.ash1-iad.github.net [10.56.115.72]) by smtp.github.com (Postfix) with ESMTPA id C33A8840079 for <quic-issues@ietf.org>; Thu, 22 Apr 2021 09:33:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619109227; bh=p3ZIHzdlGm79dWljh34g+OCFKiBeniHEXuAboZUwEhs=; h=Date:From:To:Subject:From; b=xLqmSgFxxVpz9SCU2tkCWHdn9jANQ9lXv4j4M85h2/ErmiZBCGYxJN2pXk5eOebyN 8euZa/H0oQ5T+9+RfCMBcY719DA7rg4YigbiCYNwFmgic3xVVEATCvmfBXUr4cPdhP 9bqxoLhfIzLpP/CZIA+nKBWbYxky6ejre1hwSwKo=
Date: Thu, 22 Apr 2021 09:33:47 -0700
From: Lucas Pardue <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/main/f28415-a566d0@github.com>
Subject: [quicwg/wg-materials] a566d0: twas April 21st and the day was long
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Wm6o8xvquSV9FHbbvLbgX3EL0PA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 22 Apr 2021 16:33:54 -0000

  Branch: refs/heads/main
  Home:   https://github.com/quicwg/wg-materials
  Commit: a566d01b4ed876c5a864fadc95f182f7e750e153
      https://github.com/quicwg/wg-materials/commit/a566d01b4ed876c5a864fadc95f182f7e750e153
  Author: Lucas Pardue <lucaspardue.24.7@gmail.com>
  Date:   2021-04-22 (Thu, 22 Apr 2021)

  Changed paths:
    M interim-21-04/arrangements.md

  Log Message:
  -----------
  twas April 21st and the day was long



From nobody Thu Apr 22 09:37:46 2021
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 EC2C03A1885 for <quic-issues@ietfa.amsl.com>; Thu, 22 Apr 2021 09:37:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 O1HstfD1ZNmW for <quic-issues@ietfa.amsl.com>; Thu, 22 Apr 2021 09:37:40 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 535113A1883 for <quic-issues@ietf.org>; Thu, 22 Apr 2021 09:37:39 -0700 (PDT)
Received: from github.com (hubbernetes-node-758e204.va3-iad.github.net [10.48.209.79]) by smtp.github.com (Postfix) with ESMTPA id 28DBF3408E4 for <quic-issues@ietf.org>; Thu, 22 Apr 2021 09:37:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619109459; bh=AnpNBgR7Hx2p7Fc2nOPSaLulcxfP3CtHOZSa602nG4E=; h=Date:From:To:Subject:From; b=Y4GiAPolaDuJAOAsW3sgEReBLd1r1TMKaur9Xu826491PidFikxk2rqI304VXgEG7 Z79TKtNs41BT99ebqVJQ/4maRz69zE9XhJBvoOia60SK1NPnXVw0ybJE5xaDEc3D0A QSPu+QffIkK1qrvB+TQNYD1v5Z255Wl18dWjIJ/w=
Date: Thu, 22 Apr 2021 09:37:39 -0700
From: Lucas Pardue <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/wg-materials/push/refs/heads/main/a566d0-ef2ac7@github.com>
Subject: [quicwg/wg-materials] ef2ac7: 20210421 minutes
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tpNCWTQqBzMwyFa_QfmXXrf5Dp4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 22 Apr 2021 16:37:45 -0000

  Branch: refs/heads/main
  Home:   https://github.com/quicwg/wg-materials
  Commit: ef2ac74b68c10216e061cbbb4f26dc73207113b6
      https://github.com/quicwg/wg-materials/commit/ef2ac74b68c10216e061cbbb4f26dc73207113b6
  Author: Lucas Pardue <lucaspardue.24.7@gmail.com>
  Date:   2021-04-22 (Thu, 22 Apr 2021)

  Changed paths:
    M interim-21-04/minutes.md

  Log Message:
  -----------
  20210421 minutes



From nobody Thu Apr 22 12:15:25 2021
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 E1F953A0C80 for <quic-issues@ietfa.amsl.com>; Thu, 22 Apr 2021 12:15:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 zUX3ZkO_ek_3 for <quic-issues@ietfa.amsl.com>; Thu, 22 Apr 2021 12:15:22 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A37293A0C7E for <quic-issues@ietf.org>; Thu, 22 Apr 2021 12:15:22 -0700 (PDT)
Received: from github.com (hubbernetes-node-8273cba.va3-iad.github.net [10.48.206.67]) by smtp.github.com (Postfix) with ESMTPA id 3A4F0340DB2 for <quic-issues@ietf.org>; Thu, 22 Apr 2021 12:15:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619118921; bh=olAu5rYX2X9Hnc4Lax0W7+jSJ49ztje8SCunpjn4beg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Uzfliu4azCEkNAEfLn4VsFxkMoWX6Rb75B5ON54TaGFmobPJHAUVVK+ys3+UOtiYD cbj+K1q1cQWcZ8w5Frey/9nCfsiaEZIHxEQs57xUOiSFpvd/fcWVwlr4Xp/78NQC91 RHaINrhMAoSdWq2bUmtBz6eymXA7MA/8J+gT5rxQ=
Date: Thu, 22 Apr 2021 12:15:21 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZMHAIJS2H5YSF5EPN6RWWETEVBNHHC72K6AA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4826/825117407@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4826@github.com>
References: <quicwg/base-drafts/issues/4826@github.com>
Subject: Re: [quicwg/base-drafts] Recovery: Corner case for when persistent congestion does not go into slow start (#4826)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6081cb4937b97_50c5a84524b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/jKaNrrm6awDFBapUIyrY0yb-48Q>
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, 22 Apr 2021 19:15:24 -0000

----==_mimepart_6081cb4937b97_50c5a84524b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I discussed this with Jana when this was posted in late February, and the state machine becomes even more complex if one wants to handle every possible case, and this is not a typical one.  For example, slow start can also be exited due to the CWND exceeding the previous slow start threshold and one can re-enter recovery after receiving an acknowledgement of a packet, though possibly that's just a double-transition?  I believe there was another unlikely, but possible case we discussed that @janaiyengar might remember.

I'm not a big fan of the state machine personally, but it's very late to remove it.

-- 
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/4826#issuecomment-825117407
----==_mimepart_6081cb4937b97_50c5a84524b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>I discussed this with Jana when this was posted in late February, and the state machine becomes even more complex if one wants to handle every possible case, and this is not a typical one.  For example, slow start can also be exited due to the CWND exceeding the previous slow start threshold and one can re-enter recovery after receiving an acknowledgement of a packet, though possibly that's just a double-transition?  I believe there was another unlikely, but possible case we discussed that <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/janaiyengar/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janaiyengar">@janaiyengar</a> might remember.</p>
<p>I'm not a big fan of the state machine personally, but it's very late to remove it.</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/issues/4826#issuecomment-825117407">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYHVFMHOMMA7CMVU4DTKBYUTANCNFSM4XJQBOFA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2OHYJFX3N2LFI62BDTKBYUTA5CNFSM4XJQBOFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGEXEVXY.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/issues/4826#issuecomment-825117407",
"url": "https://github.com/quicwg/base-drafts/issues/4826#issuecomment-825117407",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6081cb4937b97_50c5a84524b--


From nobody Mon Apr 26 05:02:17 2021
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 497473A1C68 for <quic-issues@ietfa.amsl.com>; Mon, 26 Apr 2021 05:02:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.06
X-Spam-Level: 
X-Spam-Status: No, score=-1.06 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 iRQF3wnPbKsI for <quic-issues@ietfa.amsl.com>; Mon, 26 Apr 2021 05:02:13 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D0BBA3A1C67 for <quic-issues@ietf.org>; Mon, 26 Apr 2021 05:02:13 -0700 (PDT)
Received: from github.com (hubbernetes-node-5359294.ac4-iad.github.net [10.52.206.107]) by smtp.github.com (Postfix) with ESMTPA id B6C4E600C1E for <quic-issues@ietf.org>; Mon, 26 Apr 2021 05:02:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619438532; bh=km3UM2Xj7VGKN66C8oRqyKJbJJLrSWydjsOiieTXNrk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tgG3M4zCyn3cpoQgeSEomqnWClVdPAyLsCU/8URDgDSFk5cXiDkhHyXXabghg+5ZZ 31qsj0GgLQbQX5hxDumnSKuxL/PKqy7DqRjacnOjPYbrxrlm/y9a835SugB6QCtb12 WX8ydlLJxCpNtEit2md/W3XvNPP0MClFuS2QE5A4=
Date: Mon, 26 Apr 2021 05:02:12 -0700
From: dustpan28646 <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ2GX7FL6AHHWEHFTF6SKGMJEVBNHHDG7S23U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4861/review/644587103@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4861@github.com>
References: <quicwg/base-drafts/pull/4861@github.com>
Subject: Re: [quicwg/base-drafts] Fix ack_delay pseudocode to allow = (#4861)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6086abc4b3e6f_58c5a811999b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: dustpan28646
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/vJBD9NSWTKCwb-08R6u0-U0UXAs>
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: Mon, 26 Apr 2021 12:02:16 -0000

----==_mimepart_6086abc4b3e6f_58c5a811999b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@dustpan28646 approved this pull request.





-- 
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/4861#pullrequestreview-644587103
----==_mimepart_6086abc4b3e6f_58c5a811999b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@dustpan28646</b> approved this pull request.</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/4861#pullrequestreview-644587103">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5XD6TJR4XMQZV3BHTTKVI4JANCNFSM43KNHF7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7GRTOMNIJHYPPY3W3TKVI4JA5CNFSM43KNHF72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEZVZ4XY.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/4861#pullrequestreview-644587103",
"url": "https://github.com/quicwg/base-drafts/pull/4861#pullrequestreview-644587103",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6086abc4b3e6f_58c5a811999b--


From nobody Mon Apr 26 05:13:15 2021
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 BBA8E3A1C61 for <quic-issues@ietfa.amsl.com>; Mon, 26 Apr 2021 05:13:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.042
X-Spam-Level: 
X-Spam-Status: No, score=-6.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 dnctTWLwlLvr for <quic-issues@ietfa.amsl.com>; Mon, 26 Apr 2021 05:13:08 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A3F0C3A1CC8 for <quic-issues@ietf.org>; Mon, 26 Apr 2021 05:13:08 -0700 (PDT)
Received: from github.com (hubbernetes-node-4afeb8c.va3-iad.github.net [10.48.209.48]) by smtp.github.com (Postfix) with ESMTPA id B9CDC5C06F4 for <quic-issues@ietf.org>; Mon, 26 Apr 2021 05:13:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619439187; bh=vgSuvfx6IdHF+B2H+NQKQ56fWDtH4qG5fpeJHNb/ceU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oGhA9B1ClTl4IBhuBXs1H8aH4NMBr4cj55vggok1aVd47zkC4jEXouAWs/ycC1NYI LLoyv7bAxLRxqg+N7mnJB4BrRnvoBVrFXcALF3Sb/3CWYOFYqPbWXM8i2Qc+nCuJl5 ETaxUZaGFPJ1tqEbJsvmOajIhwIIvaw1JDcPlnAk=
Date: Mon, 26 Apr 2021 05:13:07 -0700
From: Pmimo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4OIG4BC55HG3F2PCN6SKHVHEVBNHHDG7S23U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4861/review/644596176@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4861@github.com>
References: <quicwg/base-drafts/pull/4861@github.com>
Subject: Re: [quicwg/base-drafts] Fix ack_delay pseudocode to allow = (#4861)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6086ae53b72ea_7c8c5a8550df"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: Paulo-21
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/XbFsdRPi3_37bYjpN9XFfBat6go>
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: Mon, 26 Apr 2021 12:13:14 -0000

----==_mimepart_6086ae53b72ea_7c8c5a8550df
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@Paulo-21 approved this pull request.





-- 
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/4861#pullrequestreview-644596176
----==_mimepart_6086ae53b72ea_7c8c5a8550df
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@Paulo-21</b> approved this pull request.</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/4861#pullrequestreview-644596176">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZENWSQIAMBJRYC64DTKVKFHANCNFSM43KNHF7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4JA2CASIOJLDOM6WDTKVKFHA5CNFSM43KNHF72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEZV4DUA.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/4861#pullrequestreview-644596176",
"url": "https://github.com/quicwg/base-drafts/pull/4861#pullrequestreview-644596176",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6086ae53b72ea_7c8c5a8550df--


From nobody Tue Apr 27 03:33:00 2021
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 72AD23A0CB2 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:32:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 phNYCIEqo0Lt for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:32:56 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB0643A0CB3 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:32:56 -0700 (PDT)
Received: from github.com (hubbernetes-node-e258285.ash1-iad.github.net [10.56.22.68]) by smtp.github.com (Postfix) with ESMTPA id 99A915E0901 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:32:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619519575; bh=iwC/Iw4z0HgqKgVJo4cfd12OHMysOdMPg2bmU1CK0WQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=SkEAWv/XHM+c5I5QwphlIZOJ6Teawc014i2d8C81Jd6pH9XrXYBBtl9i0xcejxzZH ANKTAcJJCmVsMb7jz1LaSIIG7Zxf3posfA3G9qK8h3fm/KKoMJNrK63CXktlgZEBAK AX9Nw5YOJWBKpABfLAfmSq+DIK0k+9mLC+NzDiUk=
Date: Tue, 27 Apr 2021 03:32:55 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5FQGAHOOGIYONEBPN6SPEVPEVBNHHDHR3Q4Q@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4862@github.com>
Subject: [quicwg/base-drafts] 2119 language (#4862)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6087e85796f25_50c5a8700fc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/mXXBmQCSBSvFp3Ssx4iqNOuwecc>
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: Tue, 27 Apr 2021 10:32:58 -0000

----==_mimepart_6087e85796f25_50c5a8700fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The `<bcp14>` tag has been added by the RPC to all uses of 2119 language.  We should work out how to ensure that the XML we provide them can do the same.  A short python script is probably the best option here as that will allow us to parse XML rather than rely on regular expressions catching these properly (though a regex is probably still necessary).

-- 
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/4862
----==_mimepart_6087e85796f25_50c5a8700fc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>The <code>&lt;bcp14&gt;</code> tag has been added by the RPC to all uses of 2119 language.  We should work out how to ensure that the XML we provide them can do the same.  A short python script is probably the best option here as that will allow us to parse XML rather than rely on regular expressions catching these properly (though a regex is probably still necessary).</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/issues/4862">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5D6AFCW2YBKKQBMEDTK2HFPANCNFSM43UW34RA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYLA47BJIEQ3GU27YDTK2HFPA5CNFSM43UW34RKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6HODSA.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/issues/4862",
"url": "https://github.com/quicwg/base-drafts/issues/4862",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6087e85796f25_50c5a8700fc--


From nobody Tue Apr 27 03:34:02 2021
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 E528C3A0CCC for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:34:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.041
X-Spam-Level: 
X-Spam-Status: No, score=-1.041 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 yTXgLcpjaSQl for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:33:58 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3DE4F3A0CC8 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:33:58 -0700 (PDT)
Received: from github.com (hubbernetes-node-7ebb1a1.ac4-iad.github.net [10.52.125.71]) by smtp.github.com (Postfix) with ESMTPA id 655BD560D6B for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:33:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619519637; bh=ky/SbJiYmmngvl7w8XnWj5D7+3HcmxkazDKdPM6aGYQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=sOZd3yg//TogSzR83X4ADoHvwqdsZlOdgmJLch5pV41+yBmnOIiBXnL0Fmx+JMoto 7d195r9xgwfsiUk9QEb9lJxW/HonGr/UkRB7evjMdPGeLcJPyinTAUwuYyJP50qyq/ ceNWr0w6WP/5fS/UWScE4kI9oaXHfSC10emf2Jlw=
Date: Tue, 27 Apr 2021 03:33:57 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZSWG2E3VR3TGBEZK56SPEZLEVBNHHDHR3TZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4863@github.com>
Subject: [quicwg/base-drafts] Request IANA considerations removal (#4863)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6087e89562f1a_59c5a8132847"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/4YRg_ACCWCHL22wq27VIC6e7ai0>
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: Tue, 27 Apr 2021 10:34:01 -0000

----==_mimepart_6087e89562f1a_59c5a8132847
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

-invariants doesn't use this section.  IANA has received that message.  So it can be removed for publication.

-- 
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/4863
----==_mimepart_6087e89562f1a_59c5a8132847
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>-invariants doesn't use this section.  IANA has received that message.  So it can be removed for publication.</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/issues/4863">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3Q4MEH54FSRUIESEDTK2HJLANCNFSM43UW5QFA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5OY2J7YCEWIUJW2GLTK2HJLA5CNFSM43UW5QFKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6HOPEQ.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/issues/4863",
"url": "https://github.com/quicwg/base-drafts/issues/4863",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6087e89562f1a_59c5a8132847--


From nobody Tue Apr 27 03:34:44 2021
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 1F8213A0CD2 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:34:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.042
X-Spam-Level: 
X-Spam-Status: No, score=-6.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 87S2QW27XiS8 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:34:39 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 262433A0CCE for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:34:38 -0700 (PDT)
Received: from github.com (hubbernetes-node-bdfb549.ac4-iad.github.net [10.52.207.22]) by smtp.github.com (Postfix) with ESMTPA id 2DDAD5204FF for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:34:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619519677; bh=0dxpGVEOrd1xB3CDL7Timbbh86wZFc5RLa1mn22Ua5U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YrtsJsfXjHO9NAsWV4cUvS1rlNZOwkzYI738/QW8fJ/YQKfS1crsOPwS0huSX2VhU 97ul9qwAbMHQFjHueGpez2vAyqDB3dkb+rl3V3EvcMoNKzjM3fq10NHn5Vay6OA/uj C6bPafax1pK+3/BnHJfuxhdENUhfIN7NfxQcpH+E=
Date: Tue, 27 Apr 2021 03:34:37 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ4NZ3BNAXA3BBYACN6SPE33EVBNHHDHR3TZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4863/827501392@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4863@github.com>
References: <quicwg/base-drafts/issues/4863@github.com>
Subject: Re: [quicwg/base-drafts] Request IANA considerations removal (#4863)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6087e8bd2a47d_4ec5a8130668"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/EGoPfggEv3RIIN99PCx59YlaXAg>
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: Tue, 27 Apr 2021 10:34:43 -0000

----==_mimepart_6087e8bd2a47d_4ec5a8130668
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This probably applies to -recovery also.

-- 
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/4863#issuecomment-827501392
----==_mimepart_6087e8bd2a47d_4ec5a8130668
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>This probably applies to -recovery also.</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/issues/4863#issuecomment-827501392">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2CM4ATLEL7C3V7EZLTK2HL3ANCNFSM43UW5QFA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZXBIRCMXD2MUYW2NTTK2HL3A5CNFSM43UW5QFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFJKWUA.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/issues/4863#issuecomment-827501392",
"url": "https://github.com/quicwg/base-drafts/issues/4863#issuecomment-827501392",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6087e8bd2a47d_4ec5a8130668--


From nobody Tue Apr 27 03:36:55 2021
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 39A943A0CFE for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:36:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.027
X-Spam-Level: 
X-Spam-Status: No, score=-2.027 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, 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 I_6ARN8kjb_w for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:36:49 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5EDF83A0DFE for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:36:35 -0700 (PDT)
Received: from github.com (hubbernetes-node-3e214c4.ac4-iad.github.net [10.52.205.11]) by smtp.github.com (Postfix) with ESMTPA id 6EB446007F3 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:36:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619519794; bh=77mzu4ZnsyFhtKaw4B6Amr1FzWgX9WEkYQe3iSIttnQ=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=pQ99TWhAtbFrODAlxVTwLcfvptb40mltSGyGqm+rllctAJPg0sT7KGCTe9t92+TtS gno4WPC0xF034y4ETezUdUStMmHRrZOGoBzMO4SgYP0NeFMW+EacV7CVZO2xyDOuvc JPKnZkYx9Q6Rvc2h/HXgu/HSPdNyUgphGu00wcrg=
Date: Tue, 27 Apr 2021 03:36:34 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4I4KXFJK5GE3JRW7F6SPFDFEVBNHHDHR33U4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4864@github.com>
Subject: [quicwg/base-drafts] Invariants are not functionality (#4864)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6087e9326bf56_60c5a81190d7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/FslZz5RUunX0oP2iV5Lwu08BOl4>
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: Tue, 27 Apr 2021 10:36:53 -0000

----==_mimepart_6087e9326bf56_60c5a81190d7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The RPC suggested:

> The functionality of all of these invariants is independent of the IP version.

I think that this can just be:

> All of these invariants are independent of the IP version.

"Functionality" is incorrect.


-- 
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/4864
----==_mimepart_6087e9326bf56_60c5a81190d7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>The RPC suggested:</p>
<blockquote>
<p>The functionality of all of these invariants is independent of the IP version.</p>
</blockquote>
<p>I think that this can just be:</p>
<blockquote>
<p>All of these invariants are independent of the IP version.</p>
</blockquote>
<p>"Functionality" is incorrect.</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/issues/4864">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4J3WQMKSCC2UW3JKTTK2HTFANCNFSM43UXBW3Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3CDWY4TB7VBKVEY2LTK2HTFA5CNFSM43UXBW32YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6HPOTQ.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/issues/4864",
"url": "https://github.com/quicwg/base-drafts/issues/4864",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6087e9326bf56_60c5a81190d7--


From nobody Tue Apr 27 03:39:11 2021
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 B903C3A0D24 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:39:09 -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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 XWJ_aBK9s8HF for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:39:06 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D149F3A0D1C for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:39:06 -0700 (PDT)
Received: from github.com (hubbernetes-node-4afeb8c.va3-iad.github.net [10.48.209.48]) by smtp.github.com (Postfix) with ESMTPA id C55D7E0DE3 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:39:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619519945; bh=LI79wX193LjJP9FIq+VVqo2z1oHV+NUq0BmVoAsyZ8A=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=c0GtKDzfBrWJ9LGLAz2KoRuSEXA79HKyL5JMe4KrgkYo8NfdzMVD8sjnTtUqNQIRk 6W4sAEGuHYGdltJbqN0MMrRfcXiwzBno5oRVaAqrtHzG/obID5zafPQDXyUvGg47wi RZ/NUaIz7wZPymntpwRDgv1frsxUpFH8VVjqAs8E=
Date: Tue, 27 Apr 2021 03:39:05 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5RNP4TWCT3U4IGB3N6SPFMTEVBNHHDHR4DKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4865@github.com>
Subject: [quicwg/base-drafts] Connection ID Lengths (#4865)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6087e9c9c29b5_495c5a85452f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/U2hCSrqHuD87DLfHYeNfGPjkYGI>
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: Tue, 27 Apr 2021 10:39:10 -0000

----==_mimepart_6087e9c9c29b5_495c5a85452f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Invariants Section 5.2:  This document uses "Connection ID Lengths",
but draft-ietf-quic-transport uses "Connection ID lengths".  Would
you like to make usage of this term in these two documents consistent?

Original (this document):
> The short header does not
include the Connection ID Lengths, Source Connection ID, or Version
fields.

Original (draft-ietf-quic-transport):
> The header form bit, Destination and Source Connection ID lengths,
Destination and Source Connection ID fields, and Version fields of a
long header packet are version-independent.

Suggested (this document):
> The short header does not
include the Destination Connection ID Length, Source Connection ID
Length, Source Connection ID, or Version fields.

Suggested (draft-ietf-quic-transport):
> The header form bit and the Destination Connection ID Length,
Source Connection ID Length, Destination Connection ID, Source
Connection ID, and Version fields of a long header packet are
version independent.

I think that this is good and we should take the suggestions.

-- 
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/4865
----==_mimepart_6087e9c9c29b5_495c5a85452f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Invariants Section 5.2:  This document uses "Connection ID Lengths",<br>
but draft-ietf-quic-transport uses "Connection ID lengths".  Would<br>
you like to make usage of this term in these two documents consistent?</p>
<p>Original (this document):</p>
<blockquote>
<p>The short header does not<br>
include the Connection ID Lengths, Source Connection ID, or Version<br>
fields.</p>
</blockquote>
<p>Original (draft-ietf-quic-transport):</p>
<blockquote>
<p>The header form bit, Destination and Source Connection ID lengths,<br>
Destination and Source Connection ID fields, and Version fields of a<br>
long header packet are version-independent.</p>
</blockquote>
<p>Suggested (this document):</p>
<blockquote>
<p>The short header does not<br>
include the Destination Connection ID Length, Source Connection ID<br>
Length, Source Connection ID, or Version fields.</p>
</blockquote>
<p>Suggested (draft-ietf-quic-transport):</p>
<blockquote>
<p>The header form bit and the Destination Connection ID Length,<br>
Source Connection ID Length, Destination Connection ID, Source<br>
Connection ID, and Version fields of a long header packet are<br>
version independent.</p>
</blockquote>
<p>I think that this is good and we should take the suggestions.</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/issues/4865">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK54ZRJ7TRAR5INPVITTK2H4TANCNFSM43UXF25A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4IRJ2NIBSNPX32V7LTK2H4TA5CNFSM43UXF25KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6HQNKA.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/issues/4865",
"url": "https://github.com/quicwg/base-drafts/issues/4865",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6087e9c9c29b5_495c5a85452f--


From nobody Tue Apr 27 03:40:34 2021
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 18B983A0D45 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:40:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 WLA5yIvonvdD for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:40:31 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8EA013A0D43 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:40:31 -0700 (PDT)
Received: from github.com (hubbernetes-node-0a74a0d.va3-iad.github.net [10.48.204.21]) by smtp.github.com (Postfix) with ESMTPA id AE7CD5C0098 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:40:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619520030; bh=mb8FtHIDp22crvfJ0Jz+NUN0Fm4Fe0/WX/nAiGkN7rg=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=hUR7Bw9ungLDU3wtZLb/iddEk1upahvpH6xs9t8rykJU+29stOVqGPBHNAJWx1K/o roDFhrEy4kGsuqfLHb0npElt1LKigRuaeMHwodteyIFLzJwGWVKLhzSqJHddhBxHde UShciBgXjDoGUvcqAQ3LlhNAR60E3CXLBTnvBY3o=
Date: Tue, 27 Apr 2021 03:40:30 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6AGSWPRV5MCBU72VN6SPFR5EVBNHHDHR4HQM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4866@github.com>
Subject: [quicwg/base-drafts] Notation synchronization (#4866)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6087ea1eab992_62c5a8140043"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/jftu8f7K22_DJf-RjQnXNv-UqOw>
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: Tue, 27 Apr 2021 10:40:33 -0000

----==_mimepart_6087ea1eab992_62c5a8140043
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Invariants Section 4:  We see that the meanings for the notation
definitions appear to be the same as those for the notation
definitions in [QUIC-TRANSPORT], but some of the wordings are
different.  Please let us know if you would like the wordings to
match in both documents (and if yes, which document's wordings
should we use?).

Let's work this out.  I don't think that it matters much which wins, but there might have been changes that only made it into one or other document, so we should probably take the one that was updated last.

-- 
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/4866
----==_mimepart_6087ea1eab992_62c5a8140043
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Invariants Section 4:  We see that the meanings for the notation<br>
definitions appear to be the same as those for the notation<br>
definitions in [QUIC-TRANSPORT], but some of the wordings are<br>
different.  Please let us know if you would like the wordings to<br>
match in both documents (and if yes, which document's wordings<br>
should we use?).</p>
<p>Let's work this out.  I don't think that it matters much which wins, but there might have been changes that only made it into one or other document, so we should probably take the one that was updated last.</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/issues/4866">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7Y7W4GU2I2CUMMUF3TK2IB5ANCNFSM43UXIADQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7GSNBIW7AMB4E2FVTTK2IB5A5CNFSM43UXIAD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6HQ6BQ.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/issues/4866",
"url": "https://github.com/quicwg/base-drafts/issues/4866",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6087ea1eab992_62c5a8140043--


From nobody Tue Apr 27 03:50:37 2021
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 1916D3A0E0E for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:50:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.041
X-Spam-Level: 
X-Spam-Status: No, score=-1.041 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 HxLzlPi7IqKy for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 03:50:33 -0700 (PDT)
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 DF55C3A0E0D for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:50:33 -0700 (PDT)
Received: from github.com (hubbernetes-node-a683383.ash1-iad.github.net [10.56.115.25]) by smtp.github.com (Postfix) with ESMTPA id E5C979004AC for <quic-issues@ietf.org>; Tue, 27 Apr 2021 03:50:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619520632; bh=XFuZ4GiDZ5CoErNFKQCu70hRtOshpBY1mC+KeVs3G+M=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=zKo4Z6SBZGexrS0uyE3iX0Rhj4LzPUVf8wQINp2BfWxb0k8B2o+3qVX14Q0mEN/ui 7d2hkGmeLQM0Y9e9tbXOXKBny84dZcXqZARWs24sPE0NZVy/eIrrR27DwtmQ9ZXbi2 A2GTsv4BLOXKUoBswjKnzYA91Vka7FeOrfkvSo8k=
Date: Tue, 27 Apr 2021 03:50:32 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5Z26PFOZGWPYBNURV6SPGXREVBNHHDHR5FAU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4867@github.com>
Subject: [quicwg/base-drafts] keywords (#4867)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6087ec78e32c5_5ec5a8206764"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/rDGwZs7DfsaS8S2W57rHH7Mkkko>
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: Tue, 27 Apr 2021 10:50:36 -0000

----==_mimepart_6087ec78e32c5_5ec5a8206764
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The RFC editor wants keywords for each of the drafts.

I suggest the word "protocol".

-- 
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/4867
----==_mimepart_6087ec78e32c5_5ec5a8206764
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>The RFC editor wants keywords for each of the drafts.</p>
<p>I suggest the word "protocol".</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/issues/4867">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7XBPUYXPS3LXSIBLTTK2JHRANCNFSM43UXXXLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2TVLPLJRYFXJGHCW3TK2JHRA5CNFSM43UXXXLKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6HUUCQ.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/issues/4867",
"url": "https://github.com/quicwg/base-drafts/issues/4867",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6087ec78e32c5_5ec5a8206764--


From nobody Tue Apr 27 07:20:50 2021
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 AC5213A0BB2 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 07:20:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.009
X-Spam-Level: 
X-Spam-Status: No, score=-2.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, 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 ePVaBEP-ctfk for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 07:20:47 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E4CB23A0B9E for <quic-issues@ietf.org>; Tue, 27 Apr 2021 07:20:46 -0700 (PDT)
Received: from github.com (hubbernetes-node-8273cba.va3-iad.github.net [10.48.206.67]) by smtp.github.com (Postfix) with ESMTPA id 12015E0E72 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 07:20:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619533246; bh=hgDvpfvDgiVHrU/Wua5WUIDkRo42ksokIFB/kDDYLXY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=E8oWx7jTL+z4MSJcIs4gQ2pX+ZcsZAPJfLgGWuIwtyIR3eQL+1TiEKy7sbOaSNiNw BWw97LL/VJMaDDjfsjmK2rK7WAFjeyxIoq0jwWwfdd3GReWyCt3NLPex7p7+xiIw1P ueoeKKdaXwBZn7ki3koIyhMvvqwkjUzII+XxzEPQ=
Date: Tue, 27 Apr 2021 07:20:46 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZ6I6GZB2V4UCZQZDV6SP7L5EVBNHHDHR5FAU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4867/827644580@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4867@github.com>
References: <quicwg/base-drafts/issues/4867@github.com>
Subject: Re: [quicwg/base-drafts] keywords (#4867)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60881dbef4aa_4cc5a81907d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/hdON3BIc9kH6WkQXduGQaHt6itA>
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: Tue, 27 Apr 2021 14:20:49 -0000

----==_mimepart_60881dbef4aa_4cc5a81907d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

How general are these keywords supposed to be? What about `secured` or `network` too?

-- 
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/4867#issuecomment-827644580
----==_mimepart_60881dbef4aa_4cc5a81907d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>How general are these keywords supposed to be? What about <code>secured</code> or <code>network</code> too?</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/issues/4867#issuecomment-827644580">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZG77OSJN3WAXEGFGTTK3B35ANCNFSM43UXXXLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYE2UDPQQ7RGBF42STTK3B35A5CNFSM43UXXXLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFKNVJA.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/issues/4867#issuecomment-827644580",
"url": "https://github.com/quicwg/base-drafts/issues/4867#issuecomment-827644580",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_60881dbef4aa_4cc5a81907d3--


From nobody Tue Apr 27 07:21:53 2021
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 845383A0BCE for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 07:21:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 GcmnVO9T4Yqs for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 07:21:50 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E39DC3A0BCB for <quic-issues@ietf.org>; Tue, 27 Apr 2021 07:21:49 -0700 (PDT)
Received: from github.com (hubbernetes-node-fbf9b16.ac4-iad.github.net [10.52.211.83]) by smtp.github.com (Postfix) with ESMTPA id E1660521FFE for <quic-issues@ietf.org>; Tue, 27 Apr 2021 07:21:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619533308; bh=eEgQ/l4XQPZFacXt7WC9HzgezcHBH3dO8gLipkYvPrQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SwwtIKg6nKu7fZ9Lzyp4eiSmZad9gtErSdu2bezKy3a8mlAen5fGfwmg5rB5LZ5Iy B0Lv+tSkF4CM6FwO3lQ/hqX4wHScIp+QqBwZAI0HHhw/kSBWp64v+74xhIYU93ni1j 3v4iDqbp3FOHu08RVeyIXXORCg2RPev+9u7y57QQ=
Date: Tue, 27 Apr 2021 07:21:48 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKY3NFO4CWO4HSM4GQ56SP7PZEVBNHHDHR4DKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4865/827645401@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4865@github.com>
References: <quicwg/base-drafts/issues/4865@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Lengths (#4865)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60881dfcdeabf_5ec5a82137f8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/yRnFAKguEVy6Hisd8aCCkhxAGIY>
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: Tue, 27 Apr 2021 14:21:53 -0000

----==_mimepart_60881dfcdeabf_5ec5a82137f8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

LGTM. I like the consistency.

-- 
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/4865#issuecomment-827645401
----==_mimepart_60881dfcdeabf_5ec5a82137f8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>LGTM. I like the consistency.</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/issues/4865#issuecomment-827645401">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2QNIRBCS7ZUDRYGJ3TK3B7ZANCNFSM43UXF25A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZC4SXPROLQCIAEB5LTK3B7ZA5CNFSM43UXF25KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFKN3WI.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/issues/4865#issuecomment-827645401",
"url": "https://github.com/quicwg/base-drafts/issues/4865#issuecomment-827645401",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_60881dfcdeabf_5ec5a82137f8--


From nobody Tue Apr 27 07:23:08 2021
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 678F23A0BDC for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 07:23:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 A4NFZzcl8xNq for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 07:23:06 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 551A83A0BD9 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 07:23:06 -0700 (PDT)
Received: from github.com (hubbernetes-node-0771f0b.va3-iad.github.net [10.48.123.80]) by smtp.github.com (Postfix) with ESMTPA id 66759340228 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 07:23:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619533385; bh=5IUMgDxsPrDQOAzfEqCK1f6aghHDnh6rha+VaTnCH6U=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Z+X1xvAcvWhhplAJd2kvTrCQOOVrAaKJI9sizZjj2+qbDsCxWRiSps8dh/qtv23V6 i2VJ4VWNn77FHNGTx885iTDAK0ecTCeLPPEqT99yQNdmqUddSDv8ez2HWFJDWYbXTR u/k/O1RLVg6j2vJqYOAmtufDi2JUghFQhweEPYt0=
Date: Tue, 27 Apr 2021 07:23:05 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5I2UHTHNOW6URTNHV6SP7UTEVBNHHDHR33U4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4864/827646363@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4864@github.com>
References: <quicwg/base-drafts/issues/4864@github.com>
Subject: Re: [quicwg/base-drafts] Invariants are not functionality (#4864)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60881e4963593_53c5a8187178"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/9BOokwylx0lquwTkB4reKy-fX54>
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: Tue, 27 Apr 2021 14:23:07 -0000

----==_mimepart_60881e4963593_53c5a8187178
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't have a strong opinion between either, but would tend to prefer the shorter text.

-- 
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/4864#issuecomment-827646363
----==_mimepart_60881e4963593_53c5a8187178
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>I don't have a strong opinion between either, but would tend to prefer the shorter text.</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/issues/4864#issuecomment-827646363">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5G2ODQFWBJKELOJVDTK3CETANCNFSM43UXBW3Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6FIIXZK73RGRWDU23TK3CETA5CNFSM43UXBW32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFKODGY.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/issues/4864#issuecomment-827646363",
"url": "https://github.com/quicwg/base-drafts/issues/4864#issuecomment-827646363",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_60881e4963593_53c5a8187178--


From nobody Tue Apr 27 08:40:28 2021
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 7A5313A117F for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 08:40:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 c6xZS9zAtuHa for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 08:40:23 -0700 (PDT)
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 AE15D3A117D for <quic-issues@ietf.org>; Tue, 27 Apr 2021 08:40:23 -0700 (PDT)
Received: from github.com (hubbernetes-node-d72f507.ash1-iad.github.net [10.56.113.30]) by smtp.github.com (Postfix) with ESMTPA id C91D6900EB4 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 08:40:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619538022; bh=6vdGaUYbJq6Ledw13cilf/pYH3oB/7k4T1CTKon3xiA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0ypjj64AwJjKFAP7wnejkVY7DxHK7258JPHR4IpIOhfGTQcvohhsX/wIOqdGp1uYp 9kgwRv7WsEn98Dkm7mIkDPqSRNIRpejtU25HX/0Wu7CMF9QOf+Fv1iUbtoraLt9g7x Ji+4BTsCyHYR7VV5z2rl5SNawbrxiM0iPpNieGnk=
Date: Tue, 27 Apr 2021 08:40:22 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3POYAD6LTXJOPG6IN6SQIWNEVBNHHDHR5FAU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4867/827707829@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4867@github.com>
References: <quicwg/base-drafts/issues/4867@github.com>
Subject: Re: [quicwg/base-drafts] keywords (#4867)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60883066c513b_58c5a8164865"; 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/os1tTLUukFhDhF38sfN80CV5lVg>
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: Tue, 27 Apr 2021 15:40:26 -0000

----==_mimepart_60883066c513b_58c5a8164865
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

`HTTP`, `WWW`, `web` for HTTP.  `Transport` for the transport document. `HTTP` and `compression` for QPACK.

-- 
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/4867#issuecomment-827707829
----==_mimepart_60883066c513b_58c5a8164865
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><code>HTTP</code>, <code>WWW</code>, <code>web</code> for HTTP.  <code>Transport</code> for the transport document. <code>HTTP</code> and <code>compression</code> for QPACK.</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/issues/4867#issuecomment-827707829">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYLVO5KJ2NJJSBYKWDTK3LGNANCNFSM43UXXXLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7NGLHJHA42PT2MMW3TK3LGNA5CNFSM43UXXXLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFK5DNI.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/issues/4867#issuecomment-827707829",
"url": "https://github.com/quicwg/base-drafts/issues/4867#issuecomment-827707829",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_60883066c513b_58c5a8164865--


From nobody Tue Apr 27 08:42:46 2021
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 B31A33A1198 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 08:42:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 glgR2WA--cJa for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 08:42:44 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 720AE3A119E for <quic-issues@ietf.org>; Tue, 27 Apr 2021 08:42:44 -0700 (PDT)
Received: from github.com (hubbernetes-node-66075cf.ash1-iad.github.net [10.56.117.62]) by smtp.github.com (Postfix) with ESMTPA id 194F85E0511 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 08:42:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619538163; bh=Yh5K0ksQRQ6LHPqz8NVdL3wYXwCbCjF+TIj36NuAd8s=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UgvQ3S9ha//Cf3i48NqP8nmjmRar8Qc8bdHyGr7I5AZTv6nBPLxdp6qv82BudqBf9 9U0sZ9ihJHYZcZYvhYAXpEhz4TwuWeCD+kzDN/30DSOsbS0viYazWb6Rk5O88iugBS /2mZaSdf+uiOmhcAqOrxEPpezSJqBue2RJaq9f/o=
Date: Tue, 27 Apr 2021 08:42:43 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3N4FAM4CWRZPN5UB56SQI7HEVBNHHDHR4DKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4865/827709347@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4865@github.com>
References: <quicwg/base-drafts/issues/4865@github.com>
Subject: Re: [quicwg/base-drafts] Connection ID Lengths (#4865)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608830f3165b7_638c5a810911f"; 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/0iLAFu9e0OAva1jEN0YD2lqgqAQ>
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: Tue, 27 Apr 2021 15:42:46 -0000

----==_mimepart_608830f3165b7_638c5a810911f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Yes.  I think we've been consistent that the noun "length(s)" is not capitalized when talking about the value, but the name of the field ("Destination Connection ID Length") is.  However, it's reasonable to make this sentence reference the fields which are being affected rather than the information they convey.

-- 
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/4865#issuecomment-827709347
----==_mimepart_608830f3165b7_638c5a810911f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Yes.  I think we've been consistent that the noun "length(s)" is not capitalized when talking about the value, but the name of the field ("Destination Connection ID Length") is.  However, it's reasonable to make this sentence reference the fields which are being affected rather than the information they convey.</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/issues/4865#issuecomment-827709347">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5Z623CD2YFDUAHPJTTK3LPHANCNFSM43UXF25A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2NLNRZJOZEJBZIC2DTK3LPHA5CNFSM43UXF25KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFK5PIY.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/issues/4865#issuecomment-827709347",
"url": "https://github.com/quicwg/base-drafts/issues/4865#issuecomment-827709347",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608830f3165b7_638c5a810911f--


From nobody Tue Apr 27 09:07:54 2021
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 9160E3A12F4 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 09:07:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 BLRXAkY7kNyw for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 09:07:50 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 366933A12F9 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 09:07:42 -0700 (PDT)
Received: from github.com (hubbernetes-node-56fc253.ac4-iad.github.net [10.52.205.55]) by smtp.github.com (Postfix) with ESMTPA id 3CD97560038 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 09:07:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619539661; bh=KwVGe+sHT6SjSmKXC32DXvT0fT9f3eoCLVE4wpe1eyQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=aocIu3DBi6Ca+cYqP0rkjHf5/3NNXQJAkqb56nhEjyaI7VyT0JI5HKtYkCJGULqps wBDgZCaIgHmLocDXo2xmrAJJRKYWXTZwAR8paAPMJT1FzkbkB2f9A3nRYA6TqkHh20 zPQc+BzpDLtwhk6BF2/Lzmhj69QwaZNQaK6/9VYI=
Date: Tue, 27 Apr 2021 09:07:41 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYQJKBQRHZFMQBMOP56SQL43EVBNHHDHR5FAU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4867/827728433@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4867@github.com>
References: <quicwg/base-drafts/issues/4867@github.com>
Subject: Re: [quicwg/base-drafts] keywords (#4867)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608836cd39ff4_61c5a83546f2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/br-tSrrRs_2b24d1u1m21dOEGpo>
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: Tue, 27 Apr 2021 16:07:54 -0000

----==_mimepart_608836cd39ff4_61c5a83546f2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Possibly `congestion control` for recovery?

Is there an easy way to see the keywords for existing RFCs, I'm not sure where they are in the doc?

-- 
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/4867#issuecomment-827728433
----==_mimepart_608836cd39ff4_61c5a83546f2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Possibly <code>congestion control</code> for recovery?</p>
<p>Is there an easy way to see the keywords for existing RFCs, I'm not sure where they are in the doc?</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/issues/4867#issuecomment-827728433">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYIVLTAHUMKAGOCHYTTK3OM3ANCNFSM43UXXXLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4J55NBWEFZFN7KFHDTK3OM3A5CNFSM43UXXXLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFLCEMI.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/issues/4867#issuecomment-827728433",
"url": "https://github.com/quicwg/base-drafts/issues/4867#issuecomment-827728433",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608836cd39ff4_61c5a83546f2--


From nobody Tue Apr 27 16:41:28 2021
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 E36E63A25AC for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 16:41:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 iqCRGJoNEqVg for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 16:41:24 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7A1E83A25AB for <quic-issues@ietf.org>; Tue, 27 Apr 2021 16:41:24 -0700 (PDT)
Received: from github.com (hubbernetes-node-086c865.va3-iad.github.net [10.48.124.48]) by smtp.github.com (Postfix) with ESMTPA id EDE733403F8 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 16:41:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619566883; bh=cmvCLIl+ClAPQdcoXwBCLjsDucvtXRAfBQdsgptIpHI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DIJmoLsaK8c5luWOEJwaiq0Y3fQ4ve1+sQUDsq+xM61qW0Xv8K8/l9Vqux6wgNxrF kIZJrVl7wRZaBfTam3cbYIejN/mSXGaZj22yCjLszL+DBC/cYUbztTEJAIRP8BG0hA cF9zD9ErcUH+gdNriMyAUNlfVLOGwCeDccz35NQM=
Date: Tue, 27 Apr 2021 16:41:22 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK23UT7UI5TXPQNJAIF6SSBCFEVBNHHDHR5FAU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4867/828027384@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4867@github.com>
References: <quicwg/base-drafts/issues/4867@github.com>
Subject: Re: [quicwg/base-drafts] keywords (#4867)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6088a122eb3d5_5ac5a8710ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/Iet1ua1uGf6uCM6MXeN54ZHmgpw>
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: Tue, 27 Apr 2021 23:41:27 -0000

----==_mimepart_6088a122eb3d5_5ac5a8710ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I guess my attempt at sarcasm was lost.  I don't think that the keywords thing is at all useful and that we should not bother to provide anything.

-- 
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/4867#issuecomment-828027384
----==_mimepart_6088a122eb3d5_5ac5a8710ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>I guess my attempt at sarcasm was lost.  I don't think that the keywords thing is at all useful and that we should not bother to provide anything.</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/issues/4867#issuecomment-828027384">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6NSKQKFQBD22T2H6LTK5DSFANCNFSM43UXXXLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZWMTVJL2TKNZPHDTDTK5DSFA5CNFSM43UXXXLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFNLD6A.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/issues/4867#issuecomment-828027384",
"url": "https://github.com/quicwg/base-drafts/issues/4867#issuecomment-828027384",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6088a122eb3d5_5ac5a8710ec--


From nobody Tue Apr 27 16:42:57 2021
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 712D23A2617 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 16:42:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 DaJS-aQto9az for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 16:42:49 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 322113A25FC for <quic-issues@ietf.org>; Tue, 27 Apr 2021 16:42:49 -0700 (PDT)
Received: from github.com (hubbernetes-node-c8ca308.va3-iad.github.net [10.48.201.80]) by smtp.github.com (Postfix) with ESMTPA id B99E55C0024 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 16:42:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619566967; bh=E0zuKN0go1tdwpP18wJvLkLd5mcSdCZI9hiwTzzyODg=; h=Date:From:To:Subject:From; b=fzJEcz5SXAYzHrcjSeipLM18iHD0I/wEhlg0X9EJT89ZtGL7HAEL7uu1CP8ngADp/ N1W4u74iKS3+9G6xfAJ04mXmAVzhmQ+Yfi8/IknXepjc4/IbumsM+WOzbuFXkEd+ax FGDvY3uUDwhOS5iHukOI5BH2hdGcQneYmOZoSrVQ=
Date: Tue, 27 Apr 2021 16:42:47 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/invariants-rpc/000000-a1450e@github.com>
Subject: [quicwg/base-drafts] 968f75: Apply edits from RPC
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DPh3_cE7PQ3G-UYyW5nEruWXS8Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Tue, 27 Apr 2021 23:42:56 -0000

  Branch: refs/heads/invariants-rpc
  Home:   https://github.com/quicwg/base-drafts
  Commit: 968f750fa689d2c71123d7ddde1c4793589d9120
      https://github.com/quicwg/base-drafts/commit/968f750fa689d2c71123d7ddde1c4793589d9120
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Apply edits from RPC


  Commit: 3e1760d921a9733c83322ea464275049250ac5ff
      https://github.com/quicwg/base-drafts/commit/3e1760d921a9733c83322ea464275049250ac5ff
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Independence

This changes text proposed by the RPC.

Closes #4864.


  Commit: a1450e731afa646e9e96cdee2798d4e6f5ab7683
      https://github.com/quicwg/base-drafts/commit/a1450e731afa646e9e96cdee2798d4e6f5ab7683
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-invariants.md

  Log Message:
  -----------
  Invariants part of #4865


Compare: https://github.com/quicwg/base-drafts/compare/968f750fa689%5E...a1450e731afa


From nobody Tue Apr 27 16:44:09 2021
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 57A393A25E9 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 16:44:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 28sssPkK0fb6 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 16:44:00 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BCB453A25EB for <quic-issues@ietf.org>; Tue, 27 Apr 2021 16:44:00 -0700 (PDT)
Received: from github.com (hubbernetes-node-03603c7.ac4-iad.github.net [10.52.211.55]) by smtp.github.com (Postfix) with ESMTPA id 8124E520401 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 16:43:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619567038; bh=2PEslM7hLiFbe0fi+jx6M4icEq2TNlxAb2jkPIc+Vaw=; h=Date:From:To:Subject:From; b=FbxqzEJsAcCmuocqa5CokukxCP+NUYNi5wmQsEhaKD7k+FGFty99Iv1prP6tisiDm Wiw95bYTdU6K8ftnftXt4SFLimZ4El34RjZFMW6m/ynw5z9y23ig1qB9SbqYtBBHRm OGNa1GVW+7QiiHDHkNxuMe8a0+I0J6BlZLFB5SXE=
Date: Tue, 27 Apr 2021 16:43:58 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/5ab928-7e16a7@github.com>
Subject: [quicwg/base-drafts] 7e16a7: Script updating gh-pages from a1450e73. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/NzR75Pao11VNseYwRYHhxvAnQ6o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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: Tue, 27 Apr 2021 23:44:08 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7e16a76915b274e4d76f4e272ba67011e6d19740
      https://github.com/quicwg/base-drafts/commit/7e16a76915b274e4d76f4e272ba67011e6d19740
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-27 (Tue, 27 Apr 2021)

  Changed paths:
    R ianswett-reference-migration/draft-ietf-quic-http.html
    R ianswett-reference-migration/draft-ietf-quic-http.txt
    R ianswett-reference-migration/draft-ietf-quic-invariants.html
    R ianswett-reference-migration/draft-ietf-quic-invariants.txt
    R ianswett-reference-migration/draft-ietf-quic-qpack.html
    R ianswett-reference-migration/draft-ietf-quic-qpack.txt
    R ianswett-reference-migration/draft-ietf-quic-recovery.html
    R ianswett-reference-migration/draft-ietf-quic-recovery.txt
    R ianswett-reference-migration/draft-ietf-quic-tls.html
    R ianswett-reference-migration/draft-ietf-quic-tls.txt
    R ianswett-reference-migration/draft-ietf-quic-transport.html
    R ianswett-reference-migration/draft-ietf-quic-transport.txt
    R ianswett-reference-migration/index.html
    R ianswett-unarmed-pto/draft-ietf-quic-http.html
    R ianswett-unarmed-pto/draft-ietf-quic-http.txt
    R ianswett-unarmed-pto/draft-ietf-quic-invariants.html
    R ianswett-unarmed-pto/draft-ietf-quic-invariants.txt
    R ianswett-unarmed-pto/draft-ietf-quic-qpack.html
    R ianswett-unarmed-pto/draft-ietf-quic-qpack.txt
    R ianswett-unarmed-pto/draft-ietf-quic-recovery.html
    R ianswett-unarmed-pto/draft-ietf-quic-recovery.txt
    R ianswett-unarmed-pto/draft-ietf-quic-tls.html
    R ianswett-unarmed-pto/draft-ietf-quic-tls.txt
    R ianswett-unarmed-pto/draft-ietf-quic-transport.html
    R ianswett-unarmed-pto/draft-ietf-quic-transport.txt
    R ianswett-unarmed-pto/index.html
    M index.html
    A invariants-rpc/draft-ietf-quic-http.html
    A invariants-rpc/draft-ietf-quic-http.txt
    A invariants-rpc/draft-ietf-quic-invariants.html
    A invariants-rpc/draft-ietf-quic-invariants.txt
    A invariants-rpc/draft-ietf-quic-qpack.html
    A invariants-rpc/draft-ietf-quic-qpack.txt
    A invariants-rpc/draft-ietf-quic-recovery.html
    A invariants-rpc/draft-ietf-quic-recovery.txt
    A invariants-rpc/draft-ietf-quic-tls.html
    A invariants-rpc/draft-ietf-quic-tls.txt
    A invariants-rpc/draft-ietf-quic-transport.html
    A invariants-rpc/draft-ietf-quic-transport.txt
    A invariants-rpc/index.html
    R leading-zeros/draft-ietf-quic-http.html
    R leading-zeros/draft-ietf-quic-http.txt
    R leading-zeros/draft-ietf-quic-invariants.html
    R leading-zeros/draft-ietf-quic-invariants.txt
    R leading-zeros/draft-ietf-quic-qpack.html
    R leading-zeros/draft-ietf-quic-qpack.txt
    R leading-zeros/draft-ietf-quic-recovery.html
    R leading-zeros/draft-ietf-quic-recovery.txt
    R leading-zeros/draft-ietf-quic-tls.html
    R leading-zeros/draft-ietf-quic-tls.txt
    R leading-zeros/draft-ietf-quic-transport.html
    R leading-zeros/draft-ietf-quic-transport.txt
    R leading-zeros/index.html
    R max_streams-wording/draft-ietf-quic-http.html
    R max_streams-wording/draft-ietf-quic-http.txt
    R max_streams-wording/draft-ietf-quic-invariants.html
    R max_streams-wording/draft-ietf-quic-invariants.txt
    R max_streams-wording/draft-ietf-quic-qpack.html
    R max_streams-wording/draft-ietf-quic-qpack.txt
    R max_streams-wording/draft-ietf-quic-recovery.html
    R max_streams-wording/draft-ietf-quic-recovery.txt
    R max_streams-wording/draft-ietf-quic-tls.html
    R max_streams-wording/draft-ietf-quic-tls.txt
    R max_streams-wording/draft-ietf-quic-transport.html
    R max_streams-wording/draft-ietf-quic-transport.txt
    R max_streams-wording/index.html
    R stream-state-ref/draft-ietf-quic-http.html
    R stream-state-ref/draft-ietf-quic-http.txt
    R stream-state-ref/draft-ietf-quic-invariants.html
    R stream-state-ref/draft-ietf-quic-invariants.txt
    R stream-state-ref/draft-ietf-quic-qpack.html
    R stream-state-ref/draft-ietf-quic-qpack.txt
    R stream-state-ref/draft-ietf-quic-recovery.html
    R stream-state-ref/draft-ietf-quic-recovery.txt
    R stream-state-ref/draft-ietf-quic-tls.html
    R stream-state-ref/draft-ietf-quic-tls.txt
    R stream-state-ref/draft-ietf-quic-transport.html
    R stream-state-ref/draft-ietf-quic-transport.txt
    R stream-state-ref/index.html

  Log Message:
  -----------
  Script updating gh-pages from a1450e73. [ci skip]



From nobody Tue Apr 27 17:04:01 2021
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 A1E533A2434 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 17:04:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.119
X-Spam-Level: 
X-Spam-Status: No, score=-8.119 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_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 HU18fAyiZf1L for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 17:03:56 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D28A93A2694 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 17:03:55 -0700 (PDT)
Received: from github.com (hubbernetes-node-12f7721.ac4-iad.github.net [10.52.207.47]) by smtp.github.com (Postfix) with ESMTPA id D6B3B6008F8 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 17:03:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619568234; bh=U54ncHBHoroS5DQElAOKAPKhwRgyJJXCeEl6d0Cmb3I=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=lNjk/qDiLedDoBXG64SMg5za1K9mHvWxEUQJLUt0OwYCyrINEbRURY/DDR3uYO70R o7/gTEpP3o7eEp84oUZImho6Z2rCimUp5Hs64qwtieUb0xhk42bb925HWUnPOlzEh2 NkRP53/L/01jt6/2P7BfjTwiG4ulo/ksqhFPi2ss=
Date: Tue, 27 Apr 2021 17:03:54 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4POSFU3QGF3CQ6YGV6SSDWVEVBNHHDHULYKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4868@github.com>
Subject: [quicwg/base-drafts] All the text changes for AUTH48 in invariants (#4868)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6088a66ad3dcb_5fc5a8186354"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/ezwe8mukVSxNj0Q7UrGZ0Q2vc5o>
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, 28 Apr 2021 00:04:01 -0000

----==_mimepart_6088a66ad3dcb_5fc5a8186354
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Includes the invariants piece of #4863 and #4865 and a fix for #4864.

There are also a bunch of changes that aren&#39;t visible in the text diffs.  I haven&#39;t done anything about the following:

* References were updated by the RPC, but not here.  There&#39;s a bunch of xi:include stuff to wade through there.
* The RPC has removed a trailing end-of-line from \&lt;artwork\&gt; element content, which we can&#39;t do (maybe something kramdown-rfc2629 can deal with).
* kramdown-rfc2629 produces definition lists with \&lt;t\&gt; elements in the definition body: \&lt;dd\&gt;\&lt;t\&gt;.  The RPC removed these.  We might be able to do some post-processing.  (They added the default attribute `spacing=&quot;normal&quot;`, but that can be ignored.)
* \&lt;bcp14\&gt; elements were added; see #4862.



You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4868

-- Commit Summary --

  * Apply edits from RPC
  * Independence
  * Invariants part of #4865

-- File Changes --

    M draft-ietf-quic-invariants.md (69)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4868.patch
https://github.com/quicwg/base-drafts/pull/4868.diff

-- 
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/4868

----==_mimepart_6088a66ad3dcb_5fc5a8186354
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>Includes the invariants piece of <a class=3D"issue-link js-issue-link"=
 data-error-text=3D"Failed to load title" data-id=3D"868709321" data-perm=
ission-text=3D"Title is private" data-url=3D"https://github.com/quicwg/ba=
se-drafts/issues/4863" data-hovercard-type=3D"issue" data-hovercard-url=3D=
"/quicwg/base-drafts/issues/4863/hovercard" href=3D"https://github.com/qu=
icwg/base-drafts/issues/4863">#4863</a> and <a class=3D"issue-link js-iss=
ue-link" data-error-text=3D"Failed to load title" data-id=3D"868713300" d=
ata-permission-text=3D"Title is private" data-url=3D"https://github.com/q=
uicwg/base-drafts/issues/4865" data-hovercard-type=3D"issue" data-hoverca=
rd-url=3D"/quicwg/base-drafts/issues/4865/hovercard" href=3D"https://gith=
ub.com/quicwg/base-drafts/issues/4865">#4865</a> and a fix for <a class=3D=
"issue-link js-issue-link" data-error-text=3D"Failed to load title" data-=
id=3D"868711335" data-permission-text=3D"Title is private" data-url=3D"ht=
tps://github.com/quicwg/base-drafts/issues/4864" data-hovercard-type=3D"i=
ssue" data-hovercard-url=3D"/quicwg/base-drafts/issues/4864/hovercard" hr=
ef=3D"https://github.com/quicwg/base-drafts/issues/4864">#4864</a>.</p>
<p>There are also a bunch of changes that aren't visible in the text diff=
s.  I haven't done anything about the following:</p>
<ul>
<li>References were updated by the RPC, but not here.  There's a bunch of=
 xi:include stuff to wade through there.</li>
<li>The RPC has removed a trailing end-of-line from &lt;artwork&gt; eleme=
nt content, which we can't do (maybe something kramdown-rfc2629 can deal =
with).</li>
<li>kramdown-rfc2629 produces definition lists with &lt;t&gt; elements in=
 the definition body: &lt;dd&gt;&lt;t&gt;.  The RPC removed these.  We mi=
ght be able to do some post-processing.  (They added the default attribut=
e <code>spacing=3D"normal"</code>, but that can be ignored.)</li>
<li>&lt;bcp14&gt; elements were added; see <a class=3D"issue-link js-issu=
e-link" data-error-text=3D"Failed to load title" data-id=3D"868708580" da=
ta-permission-text=3D"Title is private" data-url=3D"https://github.com/qu=
icwg/base-drafts/issues/4862" data-hovercard-type=3D"issue" data-hovercar=
d-url=3D"/quicwg/base-drafts/issues/4862/hovercard" href=3D"https://githu=
b.com/quicwg/base-drafts/issues/4862">#4862</a>.</li>
</ul>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href=3D'https://github.com/quicwg/base-drafts/pull/4868=
'>https://github.com/quicwg/base-drafts/pull/4868</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Apply edits from RPC</li>
  <li>Independence</li>
  <li>Invariants part of #4865</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href=3D"https://github.com/quicwg/base-drafts/pull/4868/files#diff=
-7d82856cf95e32bfca4c87174fe06211c9d46c160ec9934b3d4c32cab4f83ea8">draft-=
ietf-quic-invariants.md</a>
    (69)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/4868.patch'>h=
ttps://github.com/quicwg/base-drafts/pull/4868.patch</a></li>
  <li><a href=3D'https://github.com/quicwg/base-drafts/pull/4868.diff'>ht=
tps://github.com/quicwg/base-drafts/pull/4868.diff</a></li>
</ul>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/4868">view it on GitHub</a>, or <a href=3D"https://gi=
thub.com/notifications/unsubscribe-auth/AFTOJK4XBSG4SVKBAHNPAVTTK5GGVANCN=
FSM43V7JUWA">unsubscribe</a>.<img src=3D"https://github.com/notifications=
/beacon/AFTOJK3LH57UGI2RIBJPWA3TK5GGVA5CNFSM43V7JUWKYY3PNVWWK3TUL52HS4DFU=
VEXG43VMWVGG33NNVSW45C7NFSM4M6RPBKA.gif" height=3D"1" width=3D"1" alt=3D"=
" /></p>
<script type=3D"application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/quicwg/base-drafts/pull/4868",
"url": "https://github.com/quicwg/base-drafts/pull/4868",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_6088a66ad3dcb_5fc5a8186354--


From nobody Tue Apr 27 18:25:12 2021
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 5F48A3A0C51 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 18:25:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.272
X-Spam-Level: 
X-Spam-Status: No, score=0.272 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_16=1.092, 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, URIBL_BLOCKED=0.001, WIKI_IMG=2.299] autolearn=no 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 VyQ2-PbCNHWY for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 18:25:07 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1AB2C3A0DD7 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 18:24:52 -0700 (PDT)
Received: from github.com (hubbernetes-node-a019c39.ac4-iad.github.net [10.52.202.72]) by smtp.github.com (Postfix) with ESMTPA id 0C595600409 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 18:24:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619573092; bh=lSpEN2EAgc8ZkccR98FiWI9veOemzPYVopeeyFC6YHI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TOxvV7mzxLr6kk3wGK+Id1gFUCz4Z2AFWojth93kkY1IOfsbPM1A70araGx/c3oPV bkoY3fRVArApukOYJPv6oXb917UdoyJeJtU6c3O9lH9FBm3A/HJ5f15W3oJTPyYp+S a8AH09a3kHn2dFNb+bv3AoaXHyzOEDLXqfQ9qFlM=
Date: Tue, 27 Apr 2021 18:24:52 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZRS2BSJZHBDWYAAA56SSNGJEVBNHHDHR5FAU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4867/828070259@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4867@github.com>
References: <quicwg/base-drafts/issues/4867@github.com>
Subject: Re: [quicwg/base-drafts] keywords (#4867)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6088b964938b_56c5a81733d3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/Ag8Eqi86mlYFQOaBEGczdFdEoec>
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, 28 Apr 2021 01:25:11 -0000

----==_mimepart_6088b964938b_56c5a81733d3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

What next?  Are [Drop Bears](https://en.wikipedia.org/wiki/Drop_bear#/media/File:Dropbear.jpg) not real?

-- 
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/4867#issuecomment-828070259
----==_mimepart_6088b964938b_56c5a81733d3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>What next?  Are <a href="https://en.wikipedia.org/wiki/Drop_bear#/media/File:Dropbear.jpg" rel="nofollow">Drop Bears</a> not real?</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/issues/4867#issuecomment-828070259">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6UGG472WVAR2WQUE3TK5PWJANCNFSM43UXXXLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYF6VOAWLTSMHW4RLTTK5PWJA5CNFSM43UXXXLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFNVS4Y.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/issues/4867#issuecomment-828070259",
"url": "https://github.com/quicwg/base-drafts/issues/4867#issuecomment-828070259",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6088b964938b_56c5a81733d3--


From nobody Tue Apr 27 19:02:09 2021
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 8FBAB3A0E59 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 19:02:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 Jaq_xRcWqlO6 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 19:02:06 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 66CCC3A0E58 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 19:02:06 -0700 (PDT)
Received: from github.com (hubbernetes-node-c6248ee.ac4-iad.github.net [10.52.202.78]) by smtp.github.com (Postfix) with ESMTPA id 66FA9520D40 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 19:02:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619575325; bh=zswmWEd0DUetb6TM4JZdfSHPUu12/fMlPKqAlul3zw0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ETNgfghN0JFV1e2csd/F2fJdiEfBo8XJCUjXNFbDo++cQJyLmBPV8lXB8/mCKlN32 /q1mW9DX+GicYfxmj3luM+StSISNagHNYjOCnIoJ9hZ4MLvv0Fps60PvduIIFZUVI8 KZpV0NENiWjQoGuAJpRQO6k/SfWypg0/ZqvaQYhg=
Date: Tue, 27 Apr 2021 19:02:05 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7AVOULP2QJYHYIUFF6SSRR3EVBNHHDHULYKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4868/review/646533773@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4868@github.com>
References: <quicwg/base-drafts/pull/4868@github.com>
Subject: Re: [quicwg/base-drafts] All the text changes for AUTH48 in invariants (#4868)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6088c21d63fb2_220ec5a8795b5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/u_WB6Fwb4nm445K5cjbYt53pRSU>
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, 28 Apr 2021 02:02:08 -0000

----==_mimepart_6088c21d63fb2_220ec5a8795b5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett approved this pull request.





-- 
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/4868#pullrequestreview-646533773
----==_mimepart_6088c21d63fb2_220ec5a8795b5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@ianswett</b> approved this pull request.</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/4868#pullrequestreview-646533773">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYU53JZP5VYZSPCZDLTK5UB3ANCNFSM43V7JUWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7MVKXHTXWXZ4S5UHTTK5UB3A5CNFSM43V7JUWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2EVFDI.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/4868#pullrequestreview-646533773",
"url": "https://github.com/quicwg/base-drafts/pull/4868#pullrequestreview-646533773",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6088c21d63fb2_220ec5a8795b5--


From nobody Tue Apr 27 23:01:40 2021
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 CE8663A1AA8 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:01:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Rmc4PsmqYC3C for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:01:30 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A50D53A1AA6 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:01:30 -0700 (PDT)
Received: from github.com (hubbernetes-node-8dd155d.ash1-iad.github.net [10.56.109.57]) by smtp.github.com (Postfix) with ESMTPA id 96782840566 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:01:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619589689; bh=ptU5FT9Xqi/ukmxt0Z0uIbYUxPnQlgePg83Xco1yQE0=; h=Date:From:To:Subject:From; b=rFSDVOnGmjhQL8HsCHdsi40Dikg/9jVX0WzEe36Y+eHixYt4lJUBO3WU6UMLRNf6P ea4zzz7WDad29NDd0DebytB1uTQZfO7flE6AcQKFwxsYVXIrv0Zx78yPcX2cdqjt1p 1/4LENXrvfym6xyyQw0CBL20ixXODwNpAseTiwMg=
Date: Tue, 27 Apr 2021 23:01:29 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/del-changelogs/000000-4a736f@github.com>
Subject: [quicwg/base-drafts] 0a755e: Remove change logs
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zo8ZgfTIMc1Xv1PDfklKKFSv4vk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 06:01:38 -0000

  Branch: refs/heads/del-changelogs
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0a755ec3c92c08f343f41b68520cc9fdfe888051
      https://github.com/quicwg/base-drafts/commit/0a755ec3c92c08f343f41b68520cc9fdfe888051
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Remove change logs


  Commit: 4a736f88981f38997ce716d71c871f02c83595ec
      https://github.com/quicwg/base-drafts/commit/4a736f88981f38997ce716d71c871f02c83595ec
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Remove RFC editor notes


Compare: https://github.com/quicwg/base-drafts/compare/0a755ec3c92c%5E...4a736f88981f


From nobody Tue Apr 27 23:02:30 2021
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 4C88D3A1AAC for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:02:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 ARYLeslZoyIK for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:02:28 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 00DAF3A1AA9 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:02:27 -0700 (PDT)
Received: from github.com (hubbernetes-node-f3437b1.ash1-iad.github.net [10.56.108.66]) by smtp.github.com (Postfix) with ESMTPA id 1E7CA84031F for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:02:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619589747; bh=Q+5bHC09UgnDRC57Kg9/yIfrLTed5wchVHfh66hNtMU=; h=Date:From:To:Subject:From; b=0LuD9iyWR+ZN8H9jrjvgLYgwGuR5hhtBXbBTAOy6Db24ZnY/UEeg4fGKAQwx3EAiC zkSa+VsSokonDIIhD9G9U33wQroIlV2pFAm1Helx144AfWoCgsWPM5FZxA7bxn9rgO 0KQ2qgbhB5deZ38e9cmjz9kBw9MqLA2rfkaUdnZI=
Date: Tue, 27 Apr 2021 23:02:27 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/7e16a7-8c66f6@github.com>
Subject: [quicwg/base-drafts] 8c66f6: Script updating gh-pages from 4a736f88. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BYUQ1LPnngwfmJp8i1DDDtlHA4k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 06:02:29 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8c66f650373ff57bae38e87b17e4199d78bc6a89
      https://github.com/quicwg/base-drafts/commit/8c66f650373ff57bae38e87b17e4199d78bc6a89
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    A del-changelogs/draft-ietf-quic-http.html
    A del-changelogs/draft-ietf-quic-http.txt
    A del-changelogs/draft-ietf-quic-invariants.html
    A del-changelogs/draft-ietf-quic-invariants.txt
    A del-changelogs/draft-ietf-quic-qpack.html
    A del-changelogs/draft-ietf-quic-qpack.txt
    A del-changelogs/draft-ietf-quic-recovery.html
    A del-changelogs/draft-ietf-quic-recovery.txt
    A del-changelogs/draft-ietf-quic-tls.html
    A del-changelogs/draft-ietf-quic-tls.txt
    A del-changelogs/draft-ietf-quic-transport.html
    A del-changelogs/draft-ietf-quic-transport.txt
    A del-changelogs/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from 4a736f88. [ci skip]



From nobody Tue Apr 27 23:02:50 2021
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 4C1273A1AAD for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:02:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.098
X-Spam-Level: 
X-Spam-Status: No, score=-3.098 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_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 Rlj4_OSm8WqP for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:02:43 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E12A63A1AA9 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:02:42 -0700 (PDT)
Received: from github.com (hubbernetes-node-ce783b2.va3-iad.github.net [10.48.114.40]) by smtp.github.com (Postfix) with ESMTPA id 0EBB05C0AD5 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:02:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619589761; bh=cWXdIq6NzJ2NhIDIoA3EejW9FdUcABuNlfc53FqYe2s=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=f9J5YTUed3dQKGLGwU9CGhWbX9g1T2t0ufWFt4iClEVHAJbT9+OZ/i7OLEyKV7qnK 3WxP5S8d760T9lE3JqL9tAIKXXbMlkS8tyxvRvZflYj1Fr3B3flJkIbMuUqov/k78v z21EabXM7XcsCG6sLeYgW9NdcrCPBaaHgvPFpL6E=
Date: Tue, 27 Apr 2021 23:02:41 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6MDDYKYMZH57ZJYGV6STNYDEVBNHHDHU7THU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4869@github.com>
Subject: [quicwg/base-drafts] Remove all RFC Editor notes (#4869)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6088fa81c2e5_25f6c5a81447fe"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/LKcQVM1ku6zOHzF-aWRm-GZc1EM>
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, 28 Apr 2021 06:02:49 -0000

----==_mimepart_6088fa81c2e5_25f6c5a81447fe
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This includes changelogs, notes in front matter, and stuff about draft versions.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4869

-- Commit Summary --

  * Remove change logs
  * Remove RFC editor notes

-- File Changes --

    M draft-ietf-quic-http.md (295)
    M draft-ietf-quic-invariants.md (11)
    M draft-ietf-quic-qpack.md (123)
    M draft-ietf-quic-recovery.md (260)
    M draft-ietf-quic-tls.md (213)
    M draft-ietf-quic-transport.md (661)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4869.patch
https://github.com/quicwg/base-drafts/pull/4869.diff

-- 
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/4869

----==_mimepart_6088fa81c2e5_25f6c5a81447fe
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This includes changelogs, notes in front matter, and stuff about draft versions.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4869'>https://github.com/quicwg/base-drafts/pull/4869</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Remove change logs</li>
  <li>Remove RFC editor notes</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4869/files#diff-c7364e57fd3b825f8342d91eabf4fa844f1c26127970ccb1af9a1a16a6598165">draft-ietf-quic-http.md</a>
    (295)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4869/files#diff-7d82856cf95e32bfca4c87174fe06211c9d46c160ec9934b3d4c32cab4f83ea8">draft-ietf-quic-invariants.md</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4869/files#diff-4acd82381fb9e24a5b7699d69e05b8bf9fac8629e4dda1aafcf393751cd3700e">draft-ietf-quic-qpack.md</a>
    (123)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4869/files#diff-8db507a75415c056be0ab17481d3ebcef3b14eb7b155088f5e3fac48fd87c5cb">draft-ietf-quic-recovery.md</a>
    (260)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4869/files#diff-258c0e56cd25b2cce385b9288501d13cca7bbfb03b05a2e569ac1d0cd295f650">draft-ietf-quic-tls.md</a>
    (213)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4869/files#diff-42873df666a8ef4f18a716aaeefb1815db2d7a1935cc8d47532191f2648439cf">draft-ietf-quic-transport.md</a>
    (661)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4869.patch'>https://github.com/quicwg/base-drafts/pull/4869.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4869.diff'>https://github.com/quicwg/base-drafts/pull/4869.diff</a></li>
</ul>

<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/4869">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZTZ5GSIG2ITQ6M4WLTK6QIDANCNFSM43WLV2KA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK25DZDECOH63IDMILLTK6QIDA5CNFSM43WLV2KKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6T6M6Q.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/4869",
"url": "https://github.com/quicwg/base-drafts/pull/4869",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_6088fa81c2e5_25f6c5a81447fe--


From nobody Tue Apr 27 23:10:31 2021
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 015DA3A1AF5 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:10:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.12
X-Spam-Level: 
X-Spam-Status: No, score=-7.12 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 5kUCrbT4H988 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:10:24 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB0AC3A1AFE for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:10:23 -0700 (PDT)
Received: from github.com (hubbernetes-node-ceff565.ac4-iad.github.net [10.52.211.88]) by smtp.github.com (Postfix) with ESMTPA id D25766004FA for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:10:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619590222; bh=2H3w0y0qUiOOEHKwh1k3NoZWuIgQczKbekvaVARi2DA=; h=Date:From:To:Subject:From; b=Sgop40nLUm59F/ZjoP8VKtadX+lVxuzzKDWA90HdQ7/NeAruX90dxFC44SoaA0MwE yJTJfzbsxztNqo73Z6C1BOg1RcuXftXFuOrsrXQsTIBP6K/0F09akxfrhIf122q+rz 5VYQC0JPHIPJ2NI43ITmZesrDP8Z/kgYc0csZ9Wo=
Date: Tue, 27 Apr 2021 23:10:22 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ack-ping/9c6715-c804b8@github.com>
Subject: [quicwg/base-drafts] c804b8: split those infinitives
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fQ54IZp2iSUX60xQRYALOUmstpE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 06:10:29 -0000

  Branch: refs/heads/ack-ping
  Home:   https://github.com/quicwg/base-drafts
  Commit: c804b89a83bb5301feeb95f6909a2b5906d1c006
      https://github.com/quicwg/base-drafts/commit/c804b89a83bb5301feeb95f6909a2b5906d1c006
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  split those infinitives

Co-authored-by: Mike Bishop <mbishop@evequefou.be>



From nobody Tue Apr 27 23:10:35 2021
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 6BB303A1B11 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:10:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.573
X-Spam-Level: 
X-Spam-Status: No, score=-1.573 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, 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 UXx7dlnH-kXu for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:10:31 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D87B23A1AF5 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:10:30 -0700 (PDT)
Received: from github.com (hubbernetes-node-26efbe9.ac4-iad.github.net [10.52.202.82]) by smtp.github.com (Postfix) with ESMTPA id F0F876004FA for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:10:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619590229; bh=3le2ma8Dmp3ysCR9ICzKFYlepneL6GRvanmAbJ1+epw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xggK8JZeBFLIqv2ScyYF/c++17fSOtdmAEdSLlemuXyyLO23Wf6AerkKHiBPfRX/U heZuIVixfMasDbwKfeQ9yz4l/RD1tMGg/MnquABP/QoUo8hzLkwwIZVd9eZFBqrHdu tX1PGnn+gChCQbanWFzt0km1oBLgNBz3nJOzqF80=
Date: Tue, 27 Apr 2021 23:10:29 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4859/push/6999871703@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4859@github.com>
References: <quicwg/base-drafts/pull/4859@github.com>
Subject: Re: [quicwg/base-drafts] Move text on infinite ACK loops (#4859)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6088fc55ee5ec_25bec5a811642"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aTm9rzhC5O6-SoatD4kLAPEpz18>
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, 28 Apr 2021 06:10:32 -0000

----==_mimepart_6088fc55ee5ec_25bec5a811642
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

c804b89a83bb5301feeb95f6909a2b5906d1c006  split those infinitives


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4859/files/9c6715fe041ed73b4dfb90af8c807363c9d68318..c804b89a83bb5301feeb95f6909a2b5906d1c006

----==_mimepart_6088fc55ee5ec_25bec5a811642
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c804b89a83bb5301feeb95f6909a2b5906d1c006">c804b89</a>  split those infinitives</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4859/files/9c6715fe041ed73b4dfb90af8c807363c9d68318..c804b89a83bb5301feeb95f6909a2b5906d1c006">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6MGBO7B6WNQM64LVDTK6RFLANCNFSM42DEL4EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2YW3CKFKKX6ECOD4LTK6RFLA5CNFSM42DEL4EKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYYDINJXGQ2TANCQOVZWQIZWHE4TSOBXGE3TAMY.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/4859/files/9c6715fe041ed73b4dfb90af8c807363c9d68318..c804b89a83bb5301feeb95f6909a2b5906d1c006",
"url": "https://github.com/quicwg/base-drafts/pull/4859/files/9c6715fe041ed73b4dfb90af8c807363c9d68318..c804b89a83bb5301feeb95f6909a2b5906d1c006",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_6088fc55ee5ec_25bec5a811642--


From nobody Tue Apr 27 23:11:18 2021
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 2D2733A1B03 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:11:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_DNSWL_BLOCKED=0.001, 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 siyxz2oel3J4 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:11:13 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 422853A1B04 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:11:13 -0700 (PDT)
Received: from github.com (hubbernetes-node-ec53738.ac4-iad.github.net [10.52.201.76]) by smtp.github.com (Postfix) with ESMTPA id 474E26000A5 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:11:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619590272; bh=cuLiGLQFy0HQvSxsUiKoK3yfUK7WGEUzjO3WbXN7zvA=; h=Date:From:To:Subject:From; b=AYG8ShSWQybQDT9ldIuiLE8qC+AxPRrlFHKl/hMnlEAoJ/+rwWId9lWRV6MZQPtDr mMimTaqir7qmFARzgotVKInt/1JkzElyxrXqKQtF7Ur3A/OaO/Z+l3d/8Xjg0ZcHDB Wy1dlpgfSpLbx3bkrsbwam+fhw99kjXkDO1apjAw=
Date: Tue, 27 Apr 2021 23:11:12 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/8c66f6-21947e@github.com>
Subject: [quicwg/base-drafts] 21947e: Script updating gh-pages from c804b89a. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/80GYd6gQzA5uk4djH_MOEFgXgiU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 06:11:17 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 21947ee5b6d75f346d8116332cfd0f9b51ee683e
      https://github.com/quicwg/base-drafts/commit/21947ee5b6d75f346d8116332cfd0f9b51ee683e
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M ack-ping/draft-ietf-quic-http.html
    M ack-ping/draft-ietf-quic-http.txt
    M ack-ping/draft-ietf-quic-invariants.html
    M ack-ping/draft-ietf-quic-invariants.txt
    M ack-ping/draft-ietf-quic-qpack.html
    M ack-ping/draft-ietf-quic-qpack.txt
    M ack-ping/draft-ietf-quic-recovery.html
    M ack-ping/draft-ietf-quic-recovery.txt
    M ack-ping/draft-ietf-quic-tls.html
    M ack-ping/draft-ietf-quic-tls.txt
    M ack-ping/draft-ietf-quic-transport.html
    M ack-ping/draft-ietf-quic-transport.txt
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from c804b89a. [ci skip]



From nobody Tue Apr 27 23:38:19 2021
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 AC8153A1BFE for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:38:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.401
X-Spam-Level: 
X-Spam-Status: No, score=-4.401 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 CnWXMrNBWR9q for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:38:11 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3E9CD3A1BFA for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:38:11 -0700 (PDT)
Received: from github.com (hubbernetes-node-6d0365b.ash1-iad.github.net [10.56.112.66]) by smtp.github.com (Postfix) with ESMTPA id 0B77E900EFD for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:38:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619591890; bh=sSCzGwnVNvgdqi5b3sQpz4KypUBupg5xtLhzshmJt5U=; h=Date:From:To:Subject:From; b=j27i2nW9RbyMoXRA1uTH4hYiKVKNt+/pqMJwVmJnOD2+t1nNmtf5GqtH0MU1I5eo/ oKFIRc4qW/gAEb7KmW5DjSUw6AeNxScouAiHR48H2S1Fk+63R5wHbmIu7J/Xzr4IRd NNhotBAQ9ZcgHpv9Gqr/UJgLnAwG8J/114fjq/1g=
Date: Tue, 27 Apr 2021 23:38:10 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/over-9000/000000-b16380@github.com>
Subject: [quicwg/base-drafts] c34224: Final metadata
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/TO8YkbW4kNLZMQAKbg8DYTvQ1cw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 06:38:18 -0000

  Branch: refs/heads/over-9000
  Home:   https://github.com/quicwg/base-drafts
  Commit: c34224d71785734958795920884a98cdcd9a29be
      https://github.com/quicwg/base-drafts/commit/c34224d71785734958795920884a98cdcd9a29be
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Final metadata


  Commit: b16380f33218285d12707f82e8424647f1894a08
      https://github.com/quicwg/base-drafts/commit/b16380f33218285d12707f82e8424647f1894a08
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    R draft-ietf-quic-invariants.md
    R draft-ietf-quic-recovery.md
    R draft-ietf-quic-tls.md
    R draft-ietf-quic-transport.md
    A rfc8999.md
    A rfc9000.md
    A rfc9001.md
    A rfc9002.md

  Log Message:
  -----------
  Rename drafts


Compare: https://github.com/quicwg/base-drafts/compare/c34224d71785%5E...b16380f33218


From nobody Tue Apr 27 23:39:22 2021
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 060893A1C12 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:39:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 r77hmbby9mAX for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:39:17 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 338553A1C0D for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:39:17 -0700 (PDT)
Received: from github.com (hubbernetes-node-4e7095c.ash1-iad.github.net [10.56.118.50]) by smtp.github.com (Postfix) with ESMTPA id 479E15E0947 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:39:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619591956; bh=9tNCFbnrjivf1JVgOXbggHrUZkTmJGjjsv4YEcv5/kQ=; h=Date:From:To:Subject:From; b=uVMA+1r5KipviRAMeB0xNEyv3/ATJ7pHr/PdsveMUU/OsIWiElyhTE4EqIbR3/hIc JrHQ8TKIdADHcYYjgxo8Bjz8rBovWOmAm8jytHFUDDXjqz2d7iwQNZAUnmDgiW9dR4 j4ExOyzWl5Kv3UIafdmXF2R5K1k3A3WkLTUy+HDc=
Date: Tue, 27 Apr 2021 23:39:16 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/21947e-1112c9@github.com>
Subject: [quicwg/base-drafts] 1112c9: Script updating gh-pages from b16380f3. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ViiUjygN1SvG1vBYxQgCjQanOE4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 06:39:20 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1112c9fcc7c2e4c0e2663c2f096f72c6e7f33e61
      https://github.com/quicwg/base-drafts/commit/1112c9fcc7c2e4c0e2663c2f096f72c6e7f33e61
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M index.html
    A over-9000/draft-ietf-quic-http.html
    A over-9000/draft-ietf-quic-http.txt
    A over-9000/draft-ietf-quic-qpack.html
    A over-9000/draft-ietf-quic-qpack.txt
    A over-9000/index.html
    A over-9000/rfc8999.html
    A over-9000/rfc8999.txt
    A over-9000/rfc9000.html
    A over-9000/rfc9000.txt
    A over-9000/rfc9001.html
    A over-9000/rfc9001.txt
    A over-9000/rfc9002.html
    A over-9000/rfc9002.txt

  Log Message:
  -----------
  Script updating gh-pages from b16380f3. [ci skip]



From nobody Tue Apr 27 23:39:33 2021
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 209E93A1C15 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:39:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.098
X-Spam-Level: 
X-Spam-Status: No, score=-3.098 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_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 cOTZxfrMeDDN for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:39:24 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C46603A1C12 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:39:24 -0700 (PDT)
Received: from github.com (hubbernetes-node-b7636b8.va3-iad.github.net [10.48.124.73]) by smtp.github.com (Postfix) with ESMTPA id 637B2E08EB for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:39:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619591963; bh=gcooOemK1d3KW5SWDWBRl9cTNcuDMlPM9Bvpw4e1PFA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=bobv0sIwSqLBfct4JXWG2ydw2NXW3+00g+vQs1SKusTPGKdToHMLoA7heHPAbMBqZ aSuDs1NohG+PJuVHZ3GAa9KzE6pdXlsb2QcByWNgBGrdBy+QKZRJGeodPtySvMFRSl +XBI9SzlVh6EsbZn9vh3T75qsajKEPcSyHqUdxP4=
Date: Tue, 27 Apr 2021 23:39:23 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3RLTHSAHFWAKWJ54V6STSBXEVBNHHDHVCUGE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870@github.com>
Subject: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089031b60c0b_3d30c5a8663f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/s2FnQ3TvFBbaXy6VYsZo1CDiOco>
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, 28 Apr 2021 06:39:31 -0000

----==_mimepart_6089031b60c0b_3d30c5a8663f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

For those drafts that are in AUTH48.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4870

-- Commit Summary --

  * Final metadata
  * Rename drafts

-- File Changes --

    M draft-ietf-quic-http.md (2)
    M draft-ietf-quic-qpack.md (2)
    R rfc8999.md (10)
    R rfc9000.md (12)
    R rfc9001.md (10)
    R rfc9002.md (10)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4870.patch
https://github.com/quicwg/base-drafts/pull/4870.diff

-- 
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/4870

----==_mimepart_6089031b60c0b_3d30c5a8663f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>For those drafts that are in AUTH48.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4870'>https://github.com/quicwg/base-drafts/pull/4870</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Final metadata</li>
  <li>Rename drafts</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4870/files#diff-c7364e57fd3b825f8342d91eabf4fa844f1c26127970ccb1af9a1a16a6598165">draft-ietf-quic-http.md</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4870/files#diff-4acd82381fb9e24a5b7699d69e05b8bf9fac8629e4dda1aafcf393751cd3700e">draft-ietf-quic-qpack.md</a>
    (2)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4870/files#diff-6bbf136fde2f2078128d88d38ef4bdccbde3208d305c153d17cc666f80aff54a">rfc8999.md</a>
    (10)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4870/files#diff-c6a759583c9891a17d17c2f5320f59202c10e3ffe1061ba8734e6c291b8ba6ad">rfc9000.md</a>
    (12)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4870/files#diff-85b5d18a47d51263aa1e081fcb9a3854982a1f9b9e7075e02a730339f02ca863">rfc9001.md</a>
    (10)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4870/files#diff-0982bc43f602e392a5d14db91bfeb0ba7ca3f6889151a598f43defeb554938b5">rfc9002.md</a>
    (10)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4870.patch'>https://github.com/quicwg/base-drafts/pull/4870.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4870.diff'>https://github.com/quicwg/base-drafts/pull/4870.diff</a></li>
</ul>

<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/4870">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4JGP77PNWXQN77QRTTK6URXANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2SAYRN7RPV5UVB43TTK6URXA5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6UKQYQ.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/4870",
"url": "https://github.com/quicwg/base-drafts/pull/4870",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_6089031b60c0b_3d30c5a8663f--


From nobody Tue Apr 27 23:56:58 2021
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 5F63D3A1CCC for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:56:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 j90wKyTQQRy0 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:56:51 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5656E3A1CC9 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:56:51 -0700 (PDT)
Received: from github.com (hubbernetes-node-a9e8980.va3-iad.github.net [10.48.109.17]) by smtp.github.com (Postfix) with ESMTPA id 5A1615C08FD for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:56:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619593010; bh=8t/FHv3jpHVkmkhIJAE0Kz8hG6JelT2ctN2lzSy6UH4=; h=Date:From:To:Subject:From; b=UKzuTku5fEFOjhNE63MFnZsGb6P9LtgVlM8DbydRdVsXYTT6kobKju+vafjUwiYFJ TeBkqM3xM/juV3bUhAYOyNf6SwSCBkSYaRnTx+kI5dlOC3AMtHZVklWuM0oaicM3Lw wGpNTJ87btZK+HFiGkVSj1gBD0F+R2RRnxB8DQto=
Date: Tue, 27 Apr 2021 23:56:50 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/tidy-xml/000000-0b3b32@github.com>
Subject: [quicwg/base-drafts] 0b3b32: Tidy the XML
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/y5OXOJEsmPfCepWwUK6lMKWHcBM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 06:56:56 -0000

  Branch: refs/heads/tidy-xml
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0b3b3227ece1e6463fd4ff7f84bfa80677b9d1fb
      https://github.com/quicwg/base-drafts/commit/0b3b3227ece1e6463fd4ff7f84bfa80677b9d1fb
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M Makefile
    A xml2rfc-tidy.py

  Log Message:
  -----------
  Tidy the XML

The purpose of this tool is to ensure that we can produce an XML file
that won't diverge too much from what the RPC produces.

The main thing this does is add \<bcp14\> elements as necessary.  But it
also tweaks indentation and removes XML garbage.  More can be added as
we discover the need.



From nobody Tue Apr 27 23:57:38 2021
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 CDDC33A1CD4 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:57:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.482
X-Spam-Level: 
X-Spam-Status: No, score=-6.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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 lSvE9cXeg3-E for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:57:32 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 207393A1CD2 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:57:32 -0700 (PDT)
Received: from github.com (hubbernetes-node-0e02a6f.ash1-iad.github.net [10.56.121.57]) by smtp.github.com (Postfix) with ESMTPA id 4731F5E0E5C for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:57:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619593051; bh=ny8zT3Nm7si3gLyvorPj8tdubMukL3L8vBaMiLc99dk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=uijx/SRqfCsmgRbr9OdwhYGE6S3jlfu1rozyK7nPjix8Ii/k/mzVF3CVBpAaMQ+xo 7fSg9SiJvVmD/sn6cosimix+kGMa+LlWY9tOfcGn4YbHMoj7Mw22Gv6KgufwRSshfp fmYa1Gzm7RF41LlXbKOqPL0sMprzv2sdOfzQN8FE=
Date: Tue, 27 Apr 2021 23:57:31 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4HXCR3APQGLLAHYEF6STUFXEVBNHHDHVEKHA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4871@github.com>
Subject: [quicwg/base-drafts] Tidy the XML (#4871)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089075b43f97_22cfc5a837231e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/9fSpExBromgeAFghvLyxlTUH-y4>
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, 28 Apr 2021 06:57:37 -0000

----==_mimepart_6089075b43f97_22cfc5a837231e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The purpose of this tool is to ensure that we can produce an XML file
that won&#39;t diverge too much from what the RPC produces.

The main thing this does is add \&lt;bcp14\&gt; elements as necessary.  But it
also tweaks indentation and removes XML garbage.  More can be added as
we discover the need.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4871

-- Commit Summary --

  * Tidy the XML

-- File Changes --

    M Makefile (11)
    A xml2rfc-tidy.py (132)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4871.patch
https://github.com/quicwg/base-drafts/pull/4871.diff

-- 
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/4871

----==_mimepart_6089075b43f97_22cfc5a837231e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>The purpose of this tool is to ensure that we can produce an XML file<br>
that won't diverge too much from what the RPC produces.</p>
<p>The main thing this does is add &lt;bcp14&gt; elements as necessary.  But it<br>
also tweaks indentation and removes XML garbage.  More can be added as<br>
we discover the need.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4871'>https://github.com/quicwg/base-drafts/pull/4871</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Tidy the XML</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4871/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52">Makefile</a>
    (11)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4871/files#diff-e4efb64f8791122f1938b9033abab2d73312d5c7067e8517706b7041c77e4e49">xml2rfc-tidy.py</a>
    (132)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4871.patch'>https://github.com/quicwg/base-drafts/pull/4871.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4871.diff'>https://github.com/quicwg/base-drafts/pull/4871.diff</a></li>
</ul>

<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/4871">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3IPNYI7ATB7LOW2QLTK6WVXANCNFSM43WOBBNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5WAXPY46LRG2TNILDTK6WVXA5CNFSM43WOBBNKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6URI4A.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/4871",
"url": "https://github.com/quicwg/base-drafts/pull/4871",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_6089075b43f97_22cfc5a837231e--


From nobody Tue Apr 27 23:57:56 2021
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 F0F713A1CD5 for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:57:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 B9ODPq8xL8-i for <quic-issues@ietfa.amsl.com>; Tue, 27 Apr 2021 23:57:52 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CBA1F3A1CD4 for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:57:52 -0700 (PDT)
Received: from github.com (hubbernetes-node-b7636b8.va3-iad.github.net [10.48.124.73]) by smtp.github.com (Postfix) with ESMTPA id D2461E0A7A for <quic-issues@ietf.org>; Tue, 27 Apr 2021 23:57:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619593071; bh=XmKDATeW9ErcQ4zkAI4HEH/cZr6cihEFQK4gCqucRPM=; h=Date:From:To:Subject:From; b=hX2TKneqsngVXzGWeBccHZWOk/Q1XYtcGZ1nEEn/Wl+SaCKa0fuIg1IacXcI4yNbD A16fNHdtNTxJxaP+IdgVewLy38rpmtfVPiT/CiaTHteOYrb3jUZegmB5M8LNN2RKKj 25fzsYco3d+MrW2S2vzplUBCrWpk0vpGQ6aL8Fdg=
Date: Tue, 27 Apr 2021 23:57:51 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/1112c9-7de23d@github.com>
Subject: [quicwg/base-drafts] 7de23d: Script updating gh-pages from 0b3b3227. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/V31MQGDvGjhuItygsGHtMPKZfgs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 06:57:54 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7de23d13eedbb5dd3570d597367c69ca3498dbe6
      https://github.com/quicwg/base-drafts/commit/7de23d13eedbb5dd3570d597367c69ca3498dbe6
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M index.html
    A tidy-xml/draft-ietf-quic-http.html
    A tidy-xml/draft-ietf-quic-http.txt
    A tidy-xml/draft-ietf-quic-invariants.html
    A tidy-xml/draft-ietf-quic-invariants.txt
    A tidy-xml/draft-ietf-quic-qpack.html
    A tidy-xml/draft-ietf-quic-qpack.txt
    A tidy-xml/draft-ietf-quic-recovery.html
    A tidy-xml/draft-ietf-quic-recovery.txt
    A tidy-xml/draft-ietf-quic-tls.html
    A tidy-xml/draft-ietf-quic-tls.txt
    A tidy-xml/draft-ietf-quic-transport.html
    A tidy-xml/draft-ietf-quic-transport.txt
    A tidy-xml/index.html

  Log Message:
  -----------
  Script updating gh-pages from 0b3b3227. [ci skip]



From nobody Wed Apr 28 00:06:12 2021
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 6ACD13A1D35 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:06:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 o7EW-FgjiRnb for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:06:10 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 33F503A1D33 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:06:09 -0700 (PDT)
Received: from github.com (hubbernetes-node-6b94fa8.va3-iad.github.net [10.48.200.49]) by smtp.github.com (Postfix) with ESMTPA id 4A082E0EB6 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:06:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619593569; bh=BZiX0bE0xkUtGH0ZZrJtSnF8rk4e86Gh0JYeqQMKe5M=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=kFbWlXo0qrOlQwdSaoYmLe3caK3hqwCois6v8KSTs5GSK/HLCo0Q8Ers6MyQ6ssQ2 EkNTTciBvKXAj5zZjXudvFOWiKbS0gzRIWRy2f+C18OQFfj9iEd0V+QeXjvL/IyTdp 26EuPQyAZ1ZHCgK1nnaMswrLjyolgXMYBNFZkr18=
Date: Wed, 28 Apr 2021 00:06:09 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4SU4G5FFATWWNKVF56STVGDEVBNHHDHVFFMQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4872@github.com>
Subject: [quicwg/base-drafts] Headers on left side of tables (#4872)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089096147601_4148c5a816015b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/F510MgecGQHZd8X1Uch2m0U2N5Q>
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, 28 Apr 2021 07:06:11 -0000

----==_mimepart_6089096147601_4148c5a816015b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The RPC have proposed that we change the left-hand column in some tables to use \<th> elements instead of \<td>.  I don't know how to convince kramdown-rfc2629 to do this.

Decide if we want to do this and - if we do - work out how to produce the right XML.

-- 
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/4872
----==_mimepart_6089096147601_4148c5a816015b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>The RPC have proposed that we change the left-hand column in some tables to use &lt;th&gt; elements instead of &lt;td&gt;.  I don't know how to convince kramdown-rfc2629 to do this.</p>
<p>Decide if we want to do this and - if we do - work out how to produce the right XML.</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/issues/4872">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5HH354P3RH7XCZLMLTK6XWDANCNFSM43WONUEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK73T7CIZSGIKEDLDWDTK6XWDA5CNFSM43WONUE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6UUVSA.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/issues/4872",
"url": "https://github.com/quicwg/base-drafts/issues/4872",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089096147601_4148c5a816015b--


From nobody Wed Apr 28 00:11:18 2021
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 D22933A1D69 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:11:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 VTXi2EEtNCZZ for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:11:11 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9259A3A1D67 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:11:11 -0700 (PDT)
Received: from github.com (hubbernetes-node-3906a55.ac4-iad.github.net [10.52.202.57]) by smtp.github.com (Postfix) with ESMTPA id 95EE45607EF for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:11:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619593870; bh=VgWXnTHDQ+TAnq0ADpm/EkFXNTMl0C9L/bNOg5COLgQ=; h=Date:From:To:Subject:From; b=axZq8WaEzI+pFtFlwBFHeY04YODhwCJFdEWE3qMcfMWmWFYuzu/hR+fKw23p8uyKG rk6vlWREmAL4m2M5j0t/EtnZK+a1fqAzQvjnMJ6DjS4tHUsf70J4dxodJEnkLye00V D576UIr8OvLzslLynzM6CSLlubC5fyIGLniFAPCo=
Date: Wed, 28 Apr 2021 00:11:10 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/boilerplate/000000-e99a60@github.com>
Subject: [quicwg/base-drafts] e99a60: Manually insert BCP 14 boilerplate
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ikODKQn5zYorjbQkD81ZZpR6yFY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 07:11:18 -0000

  Branch: refs/heads/boilerplate
  Home:   https://github.com/quicwg/base-drafts
  Commit: e99a602c06b05a329aea6f55e33cf86777ded998
      https://github.com/quicwg/base-drafts/commit/e99a602c06b05a329aea6f55e33cf86777ded998
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Manually insert BCP 14 boilerplate

kramdown-rfc2629 inserts a non-breaking space when expanding
`{::boilerplate bcp14}`, which xml2rfc subsequently mangles to produce
invalid XML.  Rather than deal with that, insert the boilerplate with
regular spaces instead.



From nobody Wed Apr 28 00:12:20 2021
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 8A0223A1D6F for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:12:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 wla_JXtpVHpW for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:12:16 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 362003A1D6C for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:12:16 -0700 (PDT)
Received: from github.com (hubbernetes-node-b2c2952.va3-iad.github.net [10.48.205.42]) by smtp.github.com (Postfix) with ESMTPA id 482115C06C7 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:12:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619593935; bh=ERAgrwyQdRWoTHdmcodi3lHQugVDqNEhxZES4eO/RLg=; h=Date:From:To:Subject:From; b=fs13WSyPqiLoapbkc7+0o/deHQEjujG1LsHJW0GaKFQp6MUFSYqbGMhLftBKu3OOp d4fV+Z8NvakvaIkQRpp8go1kv/k8liyDjtU34KjeLe956kf6awyqM+KuKbWcB6uR76 x3j7I0oYtANppwQ4l3NusNwmmLJ/U9epQH1+wBgY=
Date: Wed, 28 Apr 2021 00:12:15 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/7de23d-077591@github.com>
Subject: [quicwg/base-drafts] 077591: Script updating gh-pages from e99a602c. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iZWK3jS6iHgoPdCkdf7KLZjK5ZY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 07:12:18 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 077591ac4de3a093a52b121a15ee809af678ef89
      https://github.com/quicwg/base-drafts/commit/077591ac4de3a093a52b121a15ee809af678ef89
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    A boilerplate/draft-ietf-quic-http.html
    A boilerplate/draft-ietf-quic-http.txt
    A boilerplate/draft-ietf-quic-invariants.html
    A boilerplate/draft-ietf-quic-invariants.txt
    A boilerplate/draft-ietf-quic-qpack.html
    A boilerplate/draft-ietf-quic-qpack.txt
    A boilerplate/draft-ietf-quic-recovery.html
    A boilerplate/draft-ietf-quic-recovery.txt
    A boilerplate/draft-ietf-quic-tls.html
    A boilerplate/draft-ietf-quic-tls.txt
    A boilerplate/draft-ietf-quic-transport.html
    A boilerplate/draft-ietf-quic-transport.txt
    A boilerplate/index.html
    M index.html

  Log Message:
  -----------
  Script updating gh-pages from e99a602c. [ci skip]



From nobody Wed Apr 28 00:12:26 2021
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 6C34C3A1D72 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:12:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.099
X-Spam-Level: 
X-Spam-Status: No, score=-3.099 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_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 FDtC-AbRUpP6 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:12:19 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A82F93A1D6F for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:12:18 -0700 (PDT)
Received: from github.com (hubbernetes-node-65eddc2.ac4-iad.github.net [10.52.208.27]) by smtp.github.com (Postfix) with ESMTPA id AE0FA520073 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:12:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619593937; bh=tHBUtZt5AjOq5U7u+yoGawJxBkFE/2vEnfeIO6AFAUg=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=hIrP9rOMVeJubSSgonOy79s2L+ZaKRLPQD9zU7YQEZnXr10ASXyh7qw5DPjnU5KWt Z1swE57wpai41/rGxfI51tOirDHw5+pv4fc3pWHiUL7iBG1W+MFiNVZGKSwpOlmUT2 qVmXsePJbGDknupgSlkWIAkvk6KEquGUeLIX41gI=
Date: Wed, 28 Apr 2021 00:12:17 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4K3LJ5N4PLBWW3SU56STV5DEVBNHHDHVFYSU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4873@github.com>
Subject: [quicwg/base-drafts] Manually insert BCP 14 boilerplate (#4873)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60890ad1ab5ce_3a85c5a82819a5"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/9lXJkOKd25t0aSH6DAts69BSmPM>
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, 28 Apr 2021 07:12:25 -0000

----==_mimepart_60890ad1ab5ce_3a85c5a82819a5
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

kramdown-rfc2629 inserts a non-breaking space when expanding
`{::boilerplate bcp14}`, which xml2rfc subsequently mangles to produce
invalid XML.  Rather than deal with that, insert the boilerplate with
regular spaces instead.

Note that this is necessary to make #4871 work properly, as that tool drops the non-breaking whitespace character between &quot;BCP&quot; and &quot;14&quot;.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4873

-- Commit Summary --

  * Manually insert BCP 14 boilerplate

-- File Changes --

    M draft-ietf-quic-http.md (5)
    M draft-ietf-quic-invariants.md (5)
    M draft-ietf-quic-qpack.md (5)
    M draft-ietf-quic-recovery.md (5)
    M draft-ietf-quic-tls.md (5)
    M draft-ietf-quic-transport.md (5)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4873.patch
https://github.com/quicwg/base-drafts/pull/4873.diff

-- 
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/4873

----==_mimepart_60890ad1ab5ce_3a85c5a82819a5
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>kramdown-rfc2629 inserts a non-breaking space when expanding<br>
<code>{::boilerplate bcp14}</code>, which xml2rfc subsequently mangles to produce<br>
invalid XML.  Rather than deal with that, insert the boilerplate with<br>
regular spaces instead.</p>
<p>Note that this is necessary to make <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="869567032" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4871" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/4871/hovercard" href="https://github.com/quicwg/base-drafts/pull/4871">#4871</a> work properly, as that tool drops the non-breaking whitespace character between "BCP" and "14".</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4873'>https://github.com/quicwg/base-drafts/pull/4873</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Manually insert BCP 14 boilerplate</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4873/files#diff-c7364e57fd3b825f8342d91eabf4fa844f1c26127970ccb1af9a1a16a6598165">draft-ietf-quic-http.md</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4873/files#diff-7d82856cf95e32bfca4c87174fe06211c9d46c160ec9934b3d4c32cab4f83ea8">draft-ietf-quic-invariants.md</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4873/files#diff-4acd82381fb9e24a5b7699d69e05b8bf9fac8629e4dda1aafcf393751cd3700e">draft-ietf-quic-qpack.md</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4873/files#diff-8db507a75415c056be0ab17481d3ebcef3b14eb7b155088f5e3fac48fd87c5cb">draft-ietf-quic-recovery.md</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4873/files#diff-258c0e56cd25b2cce385b9288501d13cca7bbfb03b05a2e569ac1d0cd295f650">draft-ietf-quic-tls.md</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4873/files#diff-42873df666a8ef4f18a716aaeefb1815db2d7a1935cc8d47532191f2648439cf">draft-ietf-quic-transport.md</a>
    (5)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4873.patch'>https://github.com/quicwg/base-drafts/pull/4873.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4873.diff'>https://github.com/quicwg/base-drafts/pull/4873.diff</a></li>
</ul>

<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/4873">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5UE46U2IDFHQ7RC4DTK6YNDANCNFSM43WOXGFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK74JA5VMQDU67SVTQLTK6YNDA5CNFSM43WOXGF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6UXCKQ.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/4873",
"url": "https://github.com/quicwg/base-drafts/pull/4873",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_60890ad1ab5ce_3a85c5a82819a5--


From nobody Wed Apr 28 00:44:54 2021
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 BA7743A1E88 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:44:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 7-DE2pvsYafW for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:44:51 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 87AEE3A1E87 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:44:51 -0700 (PDT)
Received: from github.com (hubbernetes-node-2dd2420.va3-iad.github.net [10.48.209.47]) by smtp.github.com (Postfix) with ESMTPA id 86E7F340A8D for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:44:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619595890; bh=jdv1sM8J6YJ9GrCR+pkj+GvrehHUS1TTHXu1YKG1ciE=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=PuYFIHyvk6iQC/PNfonBMHOnlh6M0La5Q6r+4Lb2f5hEbfw+i5hUGrVN8nDZG1F1s fR8/QYyWOM+3f8Rzf7UQwhf4RuWwjTP21+yMh9hS7YYQA1Cnau3E2W1mZK6lpWrsL5 IJxLS9YZQ6mxd96FtnAE0hIvx4+JZr+FBRdce55I=
Date: Wed, 28 Apr 2021 00:44:50 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK42SBXCE4YSBUDIV4N6STZXFEVBNHHDHVJKEE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4874@github.com>
Subject: [quicwg/base-drafts] Wrapping of 2^-57 (#4874)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089127284932_2507c5a8525326"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/STcU5qIzBToxeJv1S9J5bOmTp3w>
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, 28 Apr 2021 07:44:53 -0000

----==_mimepart_6089127284932_2507c5a8525326
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The edits to -tls in one place result in a line break between "2^-" and "57", which is decidedly suboptimal.  Work out what to do about that.

-- 
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/4874
----==_mimepart_6089127284932_2507c5a8525326
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>The edits to -tls in one place result in a line break between "2^-" and "57", which is decidedly suboptimal.  Work out what to do about that.</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/issues/4874">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK36C2LU7VYHVGWV2U3TK64HFANCNFSM43WQK2LA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY5DFPRZ43FVFBADUTTK64HFA5CNFSM43WQK2LKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6VFIQQ.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/issues/4874",
"url": "https://github.com/quicwg/base-drafts/issues/4874",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089127284932_2507c5a8525326--


From nobody Wed Apr 28 00:47:10 2021
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 28B973A1E9B for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:47:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 eR5wFSaHKLpV for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:47:01 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CAB903A1E9A for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:47:01 -0700 (PDT)
Received: from github.com (hubbernetes-node-acda1d4.ash1-iad.github.net [10.56.112.70]) by smtp.github.com (Postfix) with ESMTPA id E4F1F8404A5 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:47:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619596020; bh=yxqA+/9k47teG0jGPppPE9zZ2df22ESCPGi61gCw524=; h=Date:From:To:Subject:From; b=lDhn4B6DlFSWnQWOiB9bwlsyu/XfAlC6ZjKhDcnl3aU6cmW9yRPw6OEWJtDE1jo7u IfvsTUFuIlcPLxNZvW8IPq/uoVpGAGX5K3/3pPnAec/0SJByx7iWBhWyEmDzGAhGBo tA/tyLsQ7y/3to4LEtEbktCAS8mL9ZMfmZ1VUCTc=
Date: Wed, 28 Apr 2021 00:47:00 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-tls/000000-9dc983@github.com>
Subject: [quicwg/base-drafts] 917ff7: First set of RPC edits for TLS
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Y3Si6AO3O8dCzjro1odsJECVMSo>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 07:47:08 -0000

  Branch: refs/heads/rpc-tls
  Home:   https://github.com/quicwg/base-drafts
  Commit: 917ff79298bcfb9c06d0a100d7d7edf9642aadd0
      https://github.com/quicwg/base-drafts/commit/917ff79298bcfb9c06d0a100d7d7edf9642aadd0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  First set of RPC edits for TLS


  Commit: 9dc9834ac1867c4d1c746747ac6e40be7954bbbd
      https://github.com/quicwg/base-drafts/commit/9dc9834ac1867c4d1c746747ac6e40be7954bbbd
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  RPC text changes for -tls

This isn't 100% faithful.  I've made some extremely minor edits along
with this (s/may/can in one place).

This doesn't fix references, but it should do.


Compare: https://github.com/quicwg/base-drafts/compare/917ff79298bc%5E...9dc9834ac186


From nobody Wed Apr 28 00:48:16 2021
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 C0C763A1EA3 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:48:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.121
X-Spam-Level: 
X-Spam-Status: No, score=-2.121 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, 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 Q6bIJ-_C3tBT for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:48:12 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 34F603A1EA9 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:48:12 -0700 (PDT)
Received: from github.com (hubbernetes-node-ec53738.ac4-iad.github.net [10.52.201.76]) by smtp.github.com (Postfix) with ESMTPA id 5CED2600349 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:48:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619596091; bh=vJZ78bwTAxQzfGBgSTiEc8vo3cNIhaAjc2qawjA6vMs=; h=Date:From:To:Subject:From; b=QsBYRtgwBXl/oONlI1VT+LJ9syIFHr3FZgNuP1AZC+du/q790Zbkm7mJJIAVIRIYh thrc7+S3om73mqUS8IWVlCdZdxasW/f+B7MZNByAjRXEGE/VdA97yrAoLbfYzUq6z3 mWCvPCUgS8S6A5F1v9Ku5TIJKaM3/yXx5TnGhwbc=
Date: Wed, 28 Apr 2021 00:48:11 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/077591-50d91f@github.com>
Subject: [quicwg/base-drafts] 50d91f: Script updating gh-pages from 9dc9834a. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bzdE5tdisTmg2Ir0gtWsIa8ltts>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 07:48:15 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 50d91f25eee723cc7be9e9664e025233c35c7df2
      https://github.com/quicwg/base-drafts/commit/50d91f25eee723cc7be9e9664e025233c35c7df2
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M index.html
    A rpc-tls/draft-ietf-quic-http.html
    A rpc-tls/draft-ietf-quic-http.txt
    A rpc-tls/draft-ietf-quic-invariants.html
    A rpc-tls/draft-ietf-quic-invariants.txt
    A rpc-tls/draft-ietf-quic-qpack.html
    A rpc-tls/draft-ietf-quic-qpack.txt
    A rpc-tls/draft-ietf-quic-recovery.html
    A rpc-tls/draft-ietf-quic-recovery.txt
    A rpc-tls/draft-ietf-quic-tls.html
    A rpc-tls/draft-ietf-quic-tls.txt
    A rpc-tls/draft-ietf-quic-transport.html
    A rpc-tls/draft-ietf-quic-transport.txt
    A rpc-tls/index.html

  Log Message:
  -----------
  Script updating gh-pages from 9dc9834a. [ci skip]



From nobody Wed Apr 28 00:49:07 2021
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 BF1EC3A1EAF for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:49:05 -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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 NfrF8RU5ZWHP for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 00:49:01 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 082D43A1EAD for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:49:00 -0700 (PDT)
Received: from github.com (hubbernetes-node-2d5c9c8.va3-iad.github.net [10.48.112.30]) by smtp.github.com (Postfix) with ESMTPA id 36AE5E008F for <quic-issues@ietf.org>; Wed, 28 Apr 2021 00:49:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619596140; bh=0sltRQbPDsCZiHcXGEPG60sG9Kh83tLNOoVKDBtyGUU=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=M4mKFa7aV79ITontHiptOHKlpgxhWwc82sBOky9XlZj1HWT4nxfpmAHJOhC6+7M+r g46BTPKxEzeQnex9PBIzJEGzsAyMncIxTdZTiftIgzsPU0NIwiKITQLfMILJU0XcyB zz3wAv3jCkAmNElqJi2HLRa7OuaixoDj6O6Mfboc=
Date: Wed, 28 Apr 2021 00:49:00 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4W2RLHZ65AQNCKRIF6ST2GZEVBNHHDHVJZZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875@github.com>
Subject: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089136c284fb_533bc5a818225c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/_ToMQtlQ6fZJBFj_Kfur7U9_YEc>
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, 28 Apr 2021 07:49:06 -0000

----==_mimepart_6089136c284fb_533bc5a818225c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This isn&#39;t 100% faithful.  I&#39;ve made some extremely minor edits along with this (s/may/can in one place).

Most of this is just transcribing the addition or removal of punctuation (commas and hyphens for the most part).  The RPC caught one bad section reference.

This doesn&#39;t fix references, but it should suffice for now; we need to do a pass on references separately.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4875

-- Commit Summary --

  * First set of RPC edits for TLS
  * RPC text changes for -tls

-- File Changes --

    M draft-ietf-quic-tls.md (284)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4875.patch
https://github.com/quicwg/base-drafts/pull/4875.diff

-- 
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/4875

----==_mimepart_6089136c284fb_533bc5a818225c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This isn't 100% faithful.  I've made some extremely minor edits along with this (s/may/can in one place).</p>
<p>Most of this is just transcribing the addition or removal of punctuation (commas and hyphens for the most part).  The RPC caught one bad section reference.</p>
<p>This doesn't fix references, but it should suffice for now; we need to do a pass on references separately.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4875'>https://github.com/quicwg/base-drafts/pull/4875</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>First set of RPC edits for TLS</li>
  <li>RPC text changes for -tls</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4875/files#diff-258c0e56cd25b2cce385b9288501d13cca7bbfb03b05a2e569ac1d0cd295f650">draft-ietf-quic-tls.md</a>
    (284)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4875.patch'>https://github.com/quicwg/base-drafts/pull/4875.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4875.diff'>https://github.com/quicwg/base-drafts/pull/4875.diff</a></li>
</ul>

<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/4875">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5JWXMNT4XGQAKZMG3TK64WZANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3CMEWZ6V45RPXCTYDTK64WZA5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M6VHHEQ.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/4875",
"url": "https://github.com/quicwg/base-drafts/pull/4875",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_6089136c284fb_533bc5a818225c--


From nobody Wed Apr 28 07:10:38 2021
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 4503E3A0BEF for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:10:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 u6kIoCctYdbU for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:10:33 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E4CCB3A0BEE for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:10:32 -0700 (PDT)
Received: from github.com (hubbernetes-node-9e54e6b.ac4-iad.github.net [10.52.205.63]) by smtp.github.com (Postfix) with ESMTPA id 08AF15608ED for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:10:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619619032; bh=fGSG1VLJ3zCdBfU7uKToa+IwAEsOBIZYCpGdD6q40wA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=u2/oNLk9hqKP6JZcpwLw3XqwtsFfRggJU/+BuuCwBhx41z+ra35sFTrY+c2MToWDw xY9Xd6BtrkDjql8WlkpSBWu+TfdIdDh6wM5TYEK6SVe4TzmnZAEZ9snPLn5zGeLmn5 gtn6gw03JwWenEW3EdoHOf7bLsn64oncarRxk/Q0=
Date: Wed, 28 Apr 2021 07:10:32 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZKRNBVQ5MUULSDPYF6SVG5REVBNHHDHVCUGE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870/review/647114393@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4870@github.com>
References: <quicwg/base-drafts/pull/4870@github.com>
Subject: Re: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60896cd85830_53c5a8157171"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/-Y-5gCD4U9zX11VgsukcoDbCgdA>
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, 28 Apr 2021 14:10:36 -0000

----==_mimepart_60896cd85830_53c5a8157171
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks approved this pull request.

9000! Very cool!



-- 
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/4870#pullrequestreview-647114393
----==_mimepart_60896cd85830_53c5a8157171
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@nibanks</b> approved this pull request.</p>

<p>9000! Very cool!</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/4870#pullrequestreview-647114393">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZMMYJM6E7GZIB3NFLTLAJNRANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7J3NKI6BM6B2PSMZ3TLAJNRA5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2JC5GI.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/4870#pullrequestreview-647114393",
"url": "https://github.com/quicwg/base-drafts/pull/4870#pullrequestreview-647114393",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_60896cd85830_53c5a8157171--


From nobody Wed Apr 28 07:11:53 2021
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 891573A0BF9 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:11:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.042
X-Spam-Level: 
X-Spam-Status: No, score=-6.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 g4k4kJi7Q19c for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:11:49 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CC5F83A0BF8 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:11:49 -0700 (PDT)
Received: from github.com (hubbernetes-node-c37a4de.va3-iad.github.net [10.48.110.37]) by smtp.github.com (Postfix) with ESMTPA id B2C695C08EC for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:11:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619619108; bh=djxb0iI0MhhjrkaGDJgIYjgqKc9NPorQJWioLEvbfsw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Dz5/GG45aORhQkZrmbeYYxGc57pKVeZp/XwOadtsyK99COhjdxf8Nuff/ggdVYD/B FGfZVxoXYwccZxcmv1vGzmq2cTXSWZQTnDhBpyouLNrpHRHgWlRR7gUGUDrx7EYUfo fdxw31k4XHSg+ast4lTaKb4+WMgoJ+v4hY1Q8W9Q=
Date: Wed, 28 Apr 2021 07:11:48 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7X6GOA6SFMD3FYHXN6SVHCJEVBNHHDHVFYSU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4873/review/647116136@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4873@github.com>
References: <quicwg/base-drafts/pull/4873@github.com>
Subject: Re: [quicwg/base-drafts] Manually insert BCP 14 boilerplate (#4873)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_60896d24afd71_4dc5a817883b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/oh0Vhv7Mi2cYnqYl8RRbpyT92xM>
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, 28 Apr 2021 14:11:53 -0000

----==_mimepart_60896d24afd71_4dc5a817883b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks approved this pull request.





-- 
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/4873#pullrequestreview-647116136
----==_mimepart_60896d24afd71_4dc5a817883b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@nibanks</b> approved this pull request.</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/4873#pullrequestreview-647116136">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7K7NW3OOAB645NLG3TLAJSJANCNFSM43WOXGFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7Z3KF6COV3YWBYQQLTLAJSJA5CNFSM43WOXGF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2JDK2A.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/4873#pullrequestreview-647116136",
"url": "https://github.com/quicwg/base-drafts/pull/4873#pullrequestreview-647116136",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_60896d24afd71_4dc5a817883b--


From nobody Wed Apr 28 07:31:27 2021
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 553A83A0CCB for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:31:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.501
X-Spam-Level: 
X-Spam-Status: No, score=-1.501 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, RCVD_IN_DNSWL_BLOCKED=0.001, 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 kocWQf6LMuMO for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:31:23 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 97E9E3A0CD2 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:31:23 -0700 (PDT)
Received: from github.com (hubbernetes-node-b354b5c.ac4-iad.github.net [10.52.210.33]) by smtp.github.com (Postfix) with ESMTPA id C1CB160057F for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:31:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619620282; bh=HPisEwCkHHFfr1FBI5las84xFKjylq+Wx5Zlg1wjVQI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=DVQlmtwVSloKOZtWug6jyihInyFXRPxy0I59lgyug8/sL+O2OGMVRgdi+gEWTFlW/ eKvUCf/S+IGOsb5xdJZQbuDr6YAFqj7WEz8nZnMYVj/XxsLqwarditNPcZc0SDz0QL wCAMxZEeFrILKILRryUKrjZ9wYM1bq64TUpuHNwo=
Date: Wed, 28 Apr 2021 07:31:22 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3WEJJLAJUIOPGISJN6SVJLVEVBNHHDHVJZZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/review/647123353@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608971babec10_59c5a81587fc"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/iCUgBWBEmnGdpcdMPdVxjPVNpG4>
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, 28 Apr 2021 14:31:25 -0000

----==_mimepart_608971babec10_59c5a81587fc
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks approved this pull request.

Minor comment, but generally LGTM.

> -Application Data may appear only in the Early Data and Application Data
-levels. Handshake and Alert messages may appear in any level.
+Application Data can only appear in the early data and Application Data
+levels. Handshake and alert messages may appear in any level.

1. Why is `Application Data` capitalized, but not `Early Data`? I don't personally care either way, but it seems inconsistent.
2. On the `may appear` to `can only appear` change, I personally preferred the old text. A QUIC implementation could theoretically (and incorrectly) send a `STREAM` frame in an Initial or Handshake packet, but it's not allowed. So I like `may` because it indicates it's not allowed. `can` makes it sound like it's not even possible.

Just my two cents.

-- 
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/4875#pullrequestreview-647123353
----==_mimepart_608971babec10_59c5a81587fc
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@nibanks</b> approved this pull request.</p>

<p>Minor comment, but generally LGTM.</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/4875#discussion_r622224680">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; -Application Data may appear only in the Early Data and Application Data
-levels. Handshake and Alert messages may appear in any level.
+Application Data can only appear in the early data and Application Data
+levels. Handshake and alert messages may appear in any level.
</pre>
<ol>
<li>Why is <code>Application Data</code> capitalized, but not <code>Early Data</code>? I don't personally care either way, but it seems inconsistent.</li>
<li>On the <code>may appear</code> to <code>can only appear</code> change, I personally preferred the old text. A QUIC implementation could theoretically (and incorrectly) send a <code>STREAM</code> frame in an Initial or Handshake packet, but it's not allowed. So I like <code>may</code> because it indicates it's not allowed. <code>can</code> makes it sound like it's not even possible.</li>
</ol>
<p>Just my two cents.</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/4875#pullrequestreview-647123353">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4I3QTSJXSQMZZATWLTLAL3VANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZPVIPF5UJYGZQCQJ3TLAL3VA5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2JFDGI.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/4875#pullrequestreview-647123353",
"url": "https://github.com/quicwg/base-drafts/pull/4875#pullrequestreview-647123353",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608971babec10_59c5a81587fc--


From nobody Wed Apr 28 07:53:18 2021
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 4D2063A0DFF for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:53:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 BQMTC2ZwJc-3 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:53:13 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 90F423A0E00 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:53:13 -0700 (PDT)
Received: from github.com (hubbernetes-node-540f1c4.ac4-iad.github.net [10.52.205.47]) by smtp.github.com (Postfix) with ESMTPA id AD0BA52216D for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:53:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619621592; bh=k66RXlxn9dyvMOaj0PQd71gPPMgvm+LLEeUu/IrdqT8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cmWIoUMD4MCEvB/a+sKu7blmDa1EDivkOZkerXI6antLUMZcAS4TxeNbpWwYBzg4O rxu3iDQck2/4zeqgEOBwl5nZb25GSPfL+OL+MGhCDdNk3rWg2UPzO4bAjlcqa/hyh0 kVgO6SMXjfF5AGjmrwDak/YcxBYOmfm4CbkCm7WM=
Date: Wed, 28 Apr 2021 07:53:12 -0700
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK27CTTJKPLZYRMQPDV6SVL5REVBNHHDHULYKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4868/review/647169466@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4868@github.com>
References: <quicwg/base-drafts/pull/4868@github.com>
Subject: Re: [quicwg/base-drafts] All the text changes for AUTH48 in invariants (#4868)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608976d8a9714_184c5a827239"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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/1aSIwa6H94wLtpF4PEWuyC64iak>
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, 28 Apr 2021 14:53:17 -0000

----==_mimepart_608976d8a9714_184c5a827239
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@seanturner approved this pull request.





-- 
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/4868#pullrequestreview-647169466
----==_mimepart_608976d8a9714_184c5a827239
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@seanturner</b> approved this pull request.</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/4868#pullrequestreview-647169466">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2CXBFBVVNHLCMQCFTTLAONRANCNFSM43V7JUWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4OQ2VOU5VAVR7MVLTTLAONRA5CNFSM43V7JUWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2JQLOQ.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/4868#pullrequestreview-647169466",
"url": "https://github.com/quicwg/base-drafts/pull/4868#pullrequestreview-647169466",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608976d8a9714_184c5a827239--


From nobody Wed Apr 28 07:54:30 2021
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 0EF883A0E21 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:54:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 NDEHF2QbFatu for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:54:27 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EE3B63A0E19 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:54:25 -0700 (PDT)
Received: from github.com (hubbernetes-node-1f9e167.va3-iad.github.net [10.48.111.32]) by smtp.github.com (Postfix) with ESMTPA id 2A36A340C31 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:54:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619621665; bh=c2ZZinb87/AnDX0J7Ig3LT+fna4hJyDiDJ0meyfV29Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=oLqodhKuxpBjFLwam0gtSf5jKWkVT1uwB0Qu6SEB25dNlAFBQJS/X5kWFxawYQAjr hZ4/jP0pNmceL2NNQySv5LBp3L7Lmr7UNL7hVDGC1mqqZ6OgDQWj5Z3bUVKRozrqFc xwZMydjcjqnbywGTFZCk/uUWzZ0/VcXHvQi+1CuE=
Date: Wed, 28 Apr 2021 07:54:25 -0700
From: ianswett <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK44ZMW3ZMJUU2LGWH56SVMCDEVBNHHDHVCUGE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870/review/647170986@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4870@github.com>
References: <quicwg/base-drafts/pull/4870@github.com>
Subject: Re: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089772127617_62c5a82345a6"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: ianswett
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/EVlpvMb4vxqwwDD0BqhXdPjgqmk>
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, 28 Apr 2021 14:54:28 -0000

----==_mimepart_6089772127617_62c5a82345a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@ianswett approved this pull request.





-- 
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/4870#pullrequestreview-647170986
----==_mimepart_6089772127617_62c5a82345a6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@ianswett</b> approved this pull request.</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/4870#pullrequestreview-647170986">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6LMHHX7AL4R4UIZCLTLAOSDANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4XXWHD2LIG6ZI2BKTTLAOSDA5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2JQXKQ.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/4870#pullrequestreview-647170986",
"url": "https://github.com/quicwg/base-drafts/pull/4870#pullrequestreview-647170986",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089772127617_62c5a82345a6--


From nobody Wed Apr 28 07:58:08 2021
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 9AB033A0E2E for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:58:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 SRTAslnNgJgd for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 07:58:06 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 65C3B3A0E2D for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:58:06 -0700 (PDT)
Received: from github.com (hubbernetes-node-3fe83a7.va3-iad.github.net [10.48.204.56]) by smtp.github.com (Postfix) with ESMTPA id 78C29E0DC7 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 07:58:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619621885; bh=He8sshS17tmZXizmRb9eFU/r+KqnimGoPKn7XHArkjQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=dxe9NB7UoN6oKz0Ip8a8HztTHleno9dRVBW5KmdK4uC4aRndeyXEHwkq/HbTMCVqL 8p8pCxTBZOPrLmWIoY/uSoX8x12TguRMRrH8xzaf9rNmDzgYhG2QJYBnbc4w68RufF Zl+g8PmMz4oFIWbcFv1GU/LKpceMV3kJ6V6qBgkU=
Date: Wed, 28 Apr 2021 07:58:05 -0700
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4XYAI3JQ67K4YWGG56SVMP3EVBNHHDHVCUGE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870/review/647175566@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4870@github.com>
References: <quicwg/base-drafts/pull/4870@github.com>
Subject: Re: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608977fd7595d_50c5a8243061"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
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/eqBMKg11z-D9SCV9BlKfKMFtMNo>
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, 28 Apr 2021 14:58:08 -0000

----==_mimepart_608977fd7595d_50c5a8243061
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@marten-seemann approved this pull request.





-- 
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/4870#pullrequestreview-647175566
----==_mimepart_608977fd7595d_50c5a8243061
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@marten-seemann</b> approved this pull request.</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/4870#pullrequestreview-647175566">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZL77HGRWKCDXU42ZTTLAO73ANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6HSXHVBLSLTDMW4A3TLAO73A5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2JR3DQ.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/4870#pullrequestreview-647175566",
"url": "https://github.com/quicwg/base-drafts/pull/4870#pullrequestreview-647175566",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608977fd7595d_50c5a8243061--


From nobody Wed Apr 28 12:03:49 2021
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 B53243A1B86 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:03:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.009
X-Spam-Level: 
X-Spam-Status: No, score=-2.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, 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 MZUI-vvcZfIr for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:03:09 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 522213A1B82 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:03:09 -0700 (PDT)
Received: from github.com (hubbernetes-node-4cfb774.va3-iad.github.net [10.48.207.77]) by smtp.github.com (Postfix) with ESMTPA id 6FDB3340749 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:03:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619636588; bh=w61x2mCU5comp5F4nw6dDoVy3nMBQyYYBvMo760I4YY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=L1s7FG5rbGnJ0/IL2Skz089pnTtuElp/UV6q1mOVNINXA8plv8aXl2+NaEOXl2nJJ QzGRuosaSaDHU7V/YIOqwu0qbsimpfrrzXHUPJ10ETsTVnFSkMMoWelBmV9gWbs9pj y+jG4+4d2t6gEz9iik6Q5Qs/SG274YuBLjv20eG4=
Date: Wed, 28 Apr 2021 12:03:08 -0700
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5Y4FI4RJMQVENBTGF6SWJGZEVBNHHDHR33U4@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4864/828705603@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4864@github.com>
References: <quicwg/base-drafts/issues/4864@github.com>
Subject: Re: [quicwg/base-drafts] Invariants are not functionality (#4864)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089b16c6cf64_49c5a811428"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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/Ns481aI9qvPV7dvfteTKKaNh0WM>
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, 28 Apr 2021 19:03:12 -0000

----==_mimepart_6089b16c6cf64_49c5a811428
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

+1=0D
=0D
> On Apr 27, 2021, at 10:23, Nick Banks ***@***.***> wrote:=0D
> =0D
> =0D
> I don't have a strong opinion between either, but would tend to prefer =
the shorter text.=0D
> =0D
> =E2=80=94=0D
> You are receiving this because you are subscribed to this thread.=0D
> Reply to this email directly, view it on GitHub, or unsubscribe.=0D
> =0D
=0D
=0D
=0D
-- =0D
You are receiving this because you are subscribed to this thread.=0D
Reply to this email directly or view it on GitHub:=0D
https://github.com/quicwg/base-drafts/issues/4864#issuecomment-828705603=

----==_mimepart_6089b16c6cf64_49c5a811428
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p></p>=0D
+1<br>=0D
<br>=0D
&gt; On Apr 27, 2021, at 10:23, Nick Banks ***@***.***&gt; wrote:<br>=0D
&gt; <br>=0D
&gt; <br>=0D
&gt; I don&#39;t have a strong opinion between either, but would tend to =
prefer the shorter text.<br>=0D
&gt; <br>=0D
&gt; =E2=80=94<br>=0D
&gt; You are receiving this because you are subscribed to this thread.<br=
>=0D
&gt; Reply to this email directly, view it on GitHub, or unsubscribe.<br>=
=0D
&gt; <br>=0D
<br>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/issues/4864#issuecomment-828705603">view it on GitHub</a>,=
 or <a href=3D"https://github.com/notifications/unsubscribe-auth/AFTOJK4W=
P57N7OGDGCT4IRDTLBLWZANCNFSM43UXBW3Q">unsubscribe</a>.<img src=3D"https:/=
/github.com/notifications/beacon/AFTOJK7IHEO6OWTM2DXW6PDTLBLWZA5CNFSM43UX=
BW32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFSQWQY.g=
if" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/issues/4864#issuecomment=
-828705603",=0D
"url": "https://github.com/quicwg/base-drafts/issues/4864#issuecomment-82=
8705603",=0D
"name": "View Issue"=0D
},=0D
"description": "View this Issue on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_6089b16c6cf64_49c5a811428--


From nobody Wed Apr 28 12:04:52 2021
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 1E3A03A1BAA for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:04:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 zMuznShvceTO for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:04:48 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA6813A1BA9 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:04:48 -0700 (PDT)
Received: from github.com (hubbernetes-node-1f9e167.va3-iad.github.net [10.48.111.32]) by smtp.github.com (Postfix) with ESMTPA id 0C3A9E0092 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:04:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619636688; bh=Gae9GLdgk1PBaXEKo3HdmIrWrVQdkEqOCg8vWqKmWVY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VpbwkGVgZJRoE7LpMTldaPH/1+A0d4uI3Zo8OGr0St0de6BQrsTh8KYPhe2Z9Y7QS sCf3uLQH2kstASQ5fOxrMaOXKAL7FRIzrWP5vOqFI/fB1RnJyNKZuVk01Hpsd0eAEv 8Bp+Fw/mjVV4q+UHeiA18rwJchoxSEN/gTlNGv34=
Date: Wed, 28 Apr 2021 12:04:48 -0700
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4R25YJDGI2WTIARP56SWJNBEVBNHHDHVFYSU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4873/review/647420738@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4873@github.com>
References: <quicwg/base-drafts/pull/4873@github.com>
Subject: Re: [quicwg/base-drafts] Manually insert BCP 14 boilerplate (#4873)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089b1d097bb_5dc5a8558ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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/_FoFGeK-mYeBCEiVr6-d8Z2c3Dg>
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, 28 Apr 2021 19:04:50 -0000

----==_mimepart_6089b1d097bb_5dc5a8558ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@seanturner approved this pull request.





-- 
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/4873#pullrequestreview-647420738
----==_mimepart_6089b1d097bb_5dc5a8558ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@seanturner</b> approved this pull request.</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/4873#pullrequestreview-647420738">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYK3BC6DWI4QW7SJJDTLBL5BANCNFSM43WOXGFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYOBZMU4CEXY3K6NZLTLBL5BA5CNFSM43WOXGF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2LNWQQ.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/4873#pullrequestreview-647420738",
"url": "https://github.com/quicwg/base-drafts/pull/4873#pullrequestreview-647420738",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089b1d097bb_5dc5a8558ec--


From nobody Wed Apr 28 12:10:04 2021
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 507013A1BD7 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:10:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.554
X-Spam-Level: 
X-Spam-Status: No, score=-1.554 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 zTtsMchqyPuz for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:09:58 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 807C63A1BD4 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:09:58 -0700 (PDT)
Received: from github.com (hubbernetes-node-e22eea4.va3-iad.github.net [10.48.209.83]) by smtp.github.com (Postfix) with ESMTPA id 85FB45C0D22 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:09:57 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619636997; bh=4VnvjUPJndA363FulH9ORQB79t9be07jXzl7xc053I4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=lh759GewVVdKg7NhM2bBfYh25Z8XUXSnFYm7KWA9uSEC3ZEm1sACItFNKIcrWU2pi donT852hLbTYTbHzqtMZ0akA53Az8zRONqjIuKiL8BFKFfIcjroCIU5S4mL4YPX+1F eLmDzqNMIvDYHJDex0G3x3Oy6yGNDT56U0HVfxdY=
Date: Wed, 28 Apr 2021 12:09:57 -0700
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZJAXD6Q3GGBRKWDJN6SWKALEVBNHHDHVCUGE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870/review/647424928@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4870@github.com>
References: <quicwg/base-drafts/pull/4870@github.com>
Subject: Re: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089b30582910_4cc5a887110"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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/YOMGB4dZhbKGbUZDlGcGbuvH4kM>
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, 28 Apr 2021 19:10:03 -0000

----==_mimepart_6089b30582910_4cc5a887110
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@seanturner commented on this pull request.



> @@ -1,9 +1,11 @@
 ---
 title: "Version-Independent Properties of QUIC"
 abbrev: QUIC Invariants
-docname: draft-ietf-quic-invariants-latest
-date: {DATE}
+number: 8999
+docName: draft-ietf-quic-invariants-13
+date: 2021-05

Should this be {DATE} or should {DATE} in draft-ietf-quic-http.md be 2021-05?

-- 
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/4870#pullrequestreview-647424928
----==_mimepart_6089b30582910_4cc5a887110
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@seanturner</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/4870#discussion_r622463513">rfc8999.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1,9 +1,11 @@
 ---
 title: &quot;Version-Independent Properties of QUIC&quot;
 abbrev: QUIC Invariants
-docname: draft-ietf-quic-invariants-latest
-date: {DATE}
+number: 8999
+docName: draft-ietf-quic-invariants-13
+date: 2021-05
</pre>
<p>Should this be {DATE} or should {DATE} in draft-ietf-quic-http.md be 2021-05?</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/4870#pullrequestreview-647424928">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYLHZ4ELCO5KI52Q2LTLBMQLANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK574BKFCEEA5JNMHTLTLBMQLA5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2LOXIA.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/4870#pullrequestreview-647424928",
"url": "https://github.com/quicwg/base-drafts/pull/4870#pullrequestreview-647424928",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089b30582910_4cc5a887110--


From nobody Wed Apr 28 12:42:27 2021
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 432BF3A1D99 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:42:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.555
X-Spam-Level: 
X-Spam-Status: No, score=-1.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, 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 gnQF0LONy0tp for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:42:24 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F3DCD3A1D98 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:42:23 -0700 (PDT)
Received: from github.com (hubbernetes-node-a5132e6.va3-iad.github.net [10.48.111.61]) by smtp.github.com (Postfix) with ESMTPA id 14456340748 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:42:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619638943; bh=1buqSnILIC2qnbdosnSusC3Abm/P1TAy1AeK+tt6/lU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=fAY89m+FYZ1dXw+Gel0jyMw3gKgfnwMSTmfi3UHYVMtqGtKUBnFFyjDvAbZq0xBMp bOsf2SKKOqv37zaNvX7/oEKBmlbQCIouEgTJg0yOm64rxv0t9Mb57UU08xtN/G+Vbr DVBpaO4Mf5Xqryy/NgkmhJ3WnBui6b8+F//Swar4=
Date: Wed, 28 Apr 2021 12:42:22 -0700
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2K56HTQF747MQTM5V6SWNZ5EVBNHHDHVJZZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/review/647449908@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089ba9ecc3a0_59c5a8922c3"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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/BMVKw17yXEfALtHrXRXuqcXkj9o>
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, 28 Apr 2021 19:42:25 -0000

----==_mimepart_6089ba9ecc3a0_59c5a8922c3
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@seanturner commented on this pull request.



> @@ -2187,7 +2192,7 @@ c300000001088394c8f03e5157080000449e00000002
 
 Protecting the payload produces output that is sampled for header protection.
 Because the header uses a 4-byte packet number encoding, the first 16 bytes of
-the protected payload is sampled, then applied to the header:
+the protected payload is sampled and then applied to the header:

not sure, but is an "as follows" needed at the end of the 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/4875#pullrequestreview-647449908
----==_mimepart_6089ba9ecc3a0_59c5a8922c3
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@seanturner</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/4875#discussion_r622484179">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2187,7 +2192,7 @@ c300000001088394c8f03e5157080000449e00000002
 
 Protecting the payload produces output that is sampled for header protection.
 Because the header uses a 4-byte packet number encoding, the first 16 bytes of
-the protected payload is sampled, then applied to the header:
+the protected payload is sampled and then applied to the header:
</pre>
<p>not sure, but is an "as follows" needed at the end of the sentence?</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/4875#pullrequestreview-647449908">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZX56YXORGTAB6R54LTLBQJ5ANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK36NGC27JZ55QSO4G3TLBQJ5A5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2LU2NA.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/4875#pullrequestreview-647449908",
"url": "https://github.com/quicwg/base-drafts/pull/4875#pullrequestreview-647449908",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089ba9ecc3a0_59c5a8922c3--


From nobody Wed Apr 28 12:48:24 2021
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 12F8B3A1DCE for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:48:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.009
X-Spam-Level: 
X-Spam-Status: No, score=-2.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, 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 3gnBs1K3hw9u for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 12:48:21 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B54653A1DCC for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:48:21 -0700 (PDT)
Received: from github.com (hubbernetes-node-f2595ab.va3-iad.github.net [10.48.206.60]) by smtp.github.com (Postfix) with ESMTPA id 6ABFEE0E7D for <quic-issues@ietf.org>; Wed, 28 Apr 2021 12:48:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619639300; bh=7a08uCbD0lWCUKJNmc2G9gC2sizXTDImuu9vVLZL6Ts=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=nM3cl8+Qpg6MNeEYA/lBsRd8h5SxB2RdcxRwNJx0nnwcE+5MGXRGCE3oZrTxxZnan UPdNeE/vDK+9CwmDZ+CTMo5xYVMJrbQ0gOq9Pw9/8ZRSSRgH+RkA48yyEZJ3NiSDwc AbZlFPGHs7rJ62mLWszj7Wo85bL46smiGQ90WS1k=
Date: Wed, 28 Apr 2021 12:48:20 -0700
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3TFZIARYATAIPZPV56SWOQJEVBNHHDHVJZZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/c828731601@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089bc0467bf7_4cc5a8369d1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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/tn0fDXWEzDYKfjHeg5r4aC3CwPw>
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, 28 Apr 2021 19:48:23 -0000

----==_mimepart_6089bc0467bf7_4cc5a8369d1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Not sure this is the place to bring it up, but the quic_transport_parameters in s8.2 is a one code block that is not either proceed by an ".. follows" or referenced. Should we add a reference to it?

-- 
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/4875#issuecomment-828731601
----==_mimepart_6089bc0467bf7_4cc5a8369d1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Not sure this is the place to bring it up, but the quic_transport_parameters in s8.2 is a one code block that is not either proceed by an ".. follows" or referenced. Should we add a reference to it?</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/4875#issuecomment-828731601">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYPF6VER2CQREDL72TTLBRAJANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5K3XIGNHLYMFQZHSTTLBRAJA5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFSXBUI.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/4875#issuecomment-828731601",
"url": "https://github.com/quicwg/base-drafts/pull/4875#issuecomment-828731601",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089bc0467bf7_4cc5a8369d1--


From nobody Wed Apr 28 13:11:52 2021
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 74DE33A1E84 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 13:11:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 i2sWra9kCWuc for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 13:11:50 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 609EB3A1E7D for <quic-issues@ietf.org>; Wed, 28 Apr 2021 13:11:50 -0700 (PDT)
Received: from github.com (hubbernetes-node-1ec0325.ash1-iad.github.net [10.56.112.80]) by smtp.github.com (Postfix) with ESMTPA id B88875E0918 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 13:11:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619640708; bh=XQNeV/OGTKW2XqbTDERsDZxQX+9IXO8JfWVYVeFBS9Y=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NC3Fu3AQuTgZIvEP9um/of7QbS/uIJ7udejzxq+tRpvJ1BXwpSFuTlIn37fp9W8t1 8O6CtzRL34z3cWhNokVG+1DhSQ3bIfIgcELVkIlx0mafKXstj9WCr27ch1kMcPBvhy 6dOSwIuS/ExXBPq5cWLLI0uwysoZZrz+3ojII0O0=
Date: Wed, 28 Apr 2021 13:11:48 -0700
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4QESYZRAR2GVG2OPN6SWRIJEVBNHHDHU7THU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4869/review/647509288@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4869@github.com>
References: <quicwg/base-drafts/pull/4869@github.com>
Subject: Re: [quicwg/base-drafts] Remove all RFC Editor notes (#4869)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089c184b57e3_57c5a82156ab"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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/zGuyI2y8AKyj8oyvgzpbchGQmHs>
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, 28 Apr 2021 20:11:51 -0000

----==_mimepart_6089c184b57e3_57c5a82156ab
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@seanturner approved this pull request.





-- 
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/4869#pullrequestreview-647509288
----==_mimepart_6089c184b57e3_57c5a82156ab
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@seanturner</b> approved this pull request.</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/4869#pullrequestreview-647509288">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK67RAEQYWBFQ5OWQXTTLBTYJANCNFSM43WLV2KA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6M6KQGINYGRBP2LHTTLBTYJA5CNFSM43WLV2KKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2MDKKA.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/4869#pullrequestreview-647509288",
"url": "https://github.com/quicwg/base-drafts/pull/4869#pullrequestreview-647509288",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089c184b57e3_57c5a82156ab--


From nobody Wed Apr 28 13:40:56 2021
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 26A423A1F7C for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 13:40:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 1XRd42YJ6hgx for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 13:40:54 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 011593A1F7B for <quic-issues@ietf.org>; Wed, 28 Apr 2021 13:40:53 -0700 (PDT)
Received: from github.com (hubbernetes-node-1ec0325.ash1-iad.github.net [10.56.112.80]) by smtp.github.com (Postfix) with ESMTPA id 082F35E0103 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 13:40:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619642453; bh=EBszsKpF/rLhTDSUxRnaLJpFtRXkKygHNOP1aA1jTdY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YHM7mE6wPk00LaLigDRMhulcdkG7bEnFx3zsrfc3SQPBm0Vs5BSe1MgaYJQNFkErR ik1u3158PVxCIY4NkQg12Ro03NngqWKwUziNpsYaxuSECucKMcSE9g/AodW3ukysIy NyvsDTQkTFS3/A8tiOiArm1ueGUeAmQTaMnOCtXA=
Date: Wed, 28 Apr 2021 13:40:53 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7MLWAIFOAFL4C72XF6SWUVJEVBNHHDHVFYSU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4873/review/647596569@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4873@github.com>
References: <quicwg/base-drafts/pull/4873@github.com>
Subject: Re: [quicwg/base-drafts] Manually insert BCP 14 boilerplate (#4873)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089c85512b6_7a9c5a82817b2"; 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/v3GVmNPKIAwkRT_4TFTze4y8WpM>
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, 28 Apr 2021 20:40:55 -0000

----==_mimepart_6089c85512b6_7a9c5a82817b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop approved this pull request.

This seems fine, but I assume you've separately filed the appropriate bugs to fix the regular tools?



-- 
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/4873#pullrequestreview-647596569
----==_mimepart_6089c85512b6_7a9c5a82817b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@MikeBishop</b> approved this pull request.</p>

<p>This seems fine, but I assume you've separately filed the appropriate bugs to fix the regular tools?</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/4873#pullrequestreview-647596569">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYCU7434WWALXF7PHDTLBXFLANCNFSM43WOXGFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3EP25OPYJEXEJRXLTTLBXFLA5CNFSM43WOXGF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2MYUGI.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/4873#pullrequestreview-647596569",
"url": "https://github.com/quicwg/base-drafts/pull/4873#pullrequestreview-647596569",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089c85512b6_7a9c5a82817b2--


From nobody Wed Apr 28 13:46:29 2021
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 361FF3A1FAF for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 13:46:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 6XSAMtpURKWl for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 13:46:25 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 793263A1FAE for <quic-issues@ietf.org>; Wed, 28 Apr 2021 13:46:25 -0700 (PDT)
Received: from github.com (hubbernetes-node-5aebad7.ash1-iad.github.net [10.56.121.75]) by smtp.github.com (Postfix) with ESMTPA id 72137840900 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 13:46:24 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619642784; bh=hNTZJPNxX1HThqaI1VxFBXY/3oXmVVO1+w3I/A3M6Nc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2b+nejsDT/n8zKwBQp0/Evdj2knzs1Fw7HFZvn62MuTOS+bHnRWZBghMgpRhX9AnV beHn/kg3u5kUlYqiAxnHL00+wht9IebzhQ4zVEl0e4WSaUgW81pYk+eMRn+ZSofd1T ag2iyD1Q7glqvqFDVLs/gW1XQAcy3D2VgzN+cBUM=
Date: Wed, 28 Apr 2021 13:46:24 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYJLHQAJLB2FFM76V56SWVKBEVBNHHDHULYKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4868/review/647609374@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4868@github.com>
References: <quicwg/base-drafts/pull/4868@github.com>
Subject: Re: [quicwg/base-drafts] All the text changes for AUTH48 in invariants (#4868)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089c9a06e746_61c5a84239c"; 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/67f3VW8JAKe-pf5hjCgS6a5cieQ>
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, 28 Apr 2021 20:46:27 -0000

----==_mimepart_6089c9a06e746_61c5a84239c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop approved this pull request.

These are all either improvements or neutral.



-- 
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/4868#pullrequestreview-647609374
----==_mimepart_6089c9a06e746_61c5a84239c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@MikeBishop</b> approved this pull request.</p>

<p>These are all either improvements or neutral.</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/4868#pullrequestreview-647609374">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5QGNODA3YMYPWCUELTLBX2BANCNFSM43V7JUWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3YDXSJILIFDKAVWCDTLBX2BA5CNFSM43V7JUWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2M3YHQ.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/4868#pullrequestreview-647609374",
"url": "https://github.com/quicwg/base-drafts/pull/4868#pullrequestreview-647609374",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089c9a06e746_61c5a84239c--


From nobody Wed Apr 28 13:52:14 2021
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 7E3B83A2011 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 13:52:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.554
X-Spam-Level: 
X-Spam-Status: No, score=-1.554 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 ob8FZ56gY2nP for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 13:52:05 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CD8333A1FDC for <quic-issues@ietf.org>; Wed, 28 Apr 2021 13:52:01 -0700 (PDT)
Received: from github.com (hubbernetes-node-41fe3ef.ash1-iad.github.net [10.56.21.27]) by smtp.github.com (Postfix) with ESMTPA id 57DB1840AE6 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 13:51:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619643119; bh=Ufw2wh7TyXdkZkcW0ROkIA6a1R276UnULBWbaDr2BQc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=XyvyUma0RyBwAGHLLVPY3Q3KpibuxarEXGJ2dBIhGN+PH9aQZuGMqyo4ywe3WXSon jfAjPK+WmqgbNiX/XlVEHOuQJuWBxT9YAP8VhvjnffvC8Yj2toIpdKMx8X36M30ed5 3nNLoQkaMX5UvyQvc9rTkGvAWQQ1lzgLb1WDCtSQ=
Date: Wed, 28 Apr 2021 13:51:59 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK743ILJSD4AIPMMIN56SWV67EVBNHHDHVCUGE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870/review/647622537@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4870@github.com>
References: <quicwg/base-drafts/pull/4870@github.com>
Subject: Re: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089caef5535b_17ccc5a8106278"; 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/_LBx3WfQZes_WJJ9pBHpz5_SKjQ>
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, 28 Apr 2021 20:52:13 -0000

----==_mimepart_6089caef5535b_17ccc5a8106278
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop commented on this pull request.



> @@ -1,9 +1,11 @@
 ---
 title: "Version-Independent Properties of QUIC"
 abbrev: QUIC Invariants
-docname: draft-ietf-quic-invariants-latest
-date: {DATE}
+number: 8999
+docName: draft-ietf-quic-invariants-13
+date: 2021-05

{DATE} will auto-populate whenever the doc builds, though.  It'll be a fixed value after this, but HTTP doesn't have them yet.

-- 
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/4870#discussion_r622532564
----==_mimepart_6089caef5535b_17ccc5a8106278
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/4870#discussion_r622532564">rfc8999.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1,9 +1,11 @@
 ---
 title: &quot;Version-Independent Properties of QUIC&quot;
 abbrev: QUIC Invariants
-docname: draft-ietf-quic-invariants-latest
-date: {DATE}
+number: 8999
+docName: draft-ietf-quic-invariants-13
+date: 2021-05
</pre>
<p>{DATE} will auto-populate whenever the doc builds, though.  It'll be a fixed value after this, but HTTP doesn't have them yet.</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/4870#discussion_r622532564">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5BDBHN2HVXOM5AQBLTLBYO7ANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3EQSACSOUQ2OX47ILTLBYO7A5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2M67CI.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/4870#discussion_r622532564",
"url": "https://github.com/quicwg/base-drafts/pull/4870#discussion_r622532564",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089caef5535b_17ccc5a8106278--


From nobody Wed Apr 28 15:17:04 2021
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 770203A22A3 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:17:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.401
X-Spam-Level: 
X-Spam-Status: No, score=-4.401 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 w1Zi1NlvTbQa for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:16:57 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4C2AD3A229F for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:16:57 -0700 (PDT)
Received: from github.com (hubbernetes-node-f28db1d.ash1-iad.github.net [10.56.122.24]) by smtp.github.com (Postfix) with ESMTPA id 50B4B901186 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:16:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619648216; bh=gUENBSQ0o2krKZYXtHVYmJGXRMtl3lqN2Ix18GB4ASE=; h=Date:From:To:Subject:From; b=R0zPIgT+E4TRnRNkBh+j5Pp1AqgUMkOkYZiKjjw3thz4/OfQ6mhxZfy0nRmLCQLCt YGsRLY54L5zuvIm417Td/OUJBPru4AHZlSjj3OvyJ6x8Dnbc1moS+Jgcbl+1CnC8xw PhBYf5yG3JiQ4jCzvTDF4f1ciIC8nBSqqta2Naac=
Date: Wed, 28 Apr 2021 15:16:56 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/over-9000/b16380-04349b@github.com>
Subject: [quicwg/base-drafts] 04349b: Add DOIs to the references
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/bqDDcMOBYhwQsvoqXPtk3YWPtek>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 22:17:03 -0000

  Branch: refs/heads/over-9000
  Home:   https://github.com/quicwg/base-drafts
  Commit: 04349bbadb00cbd848ada38f73e53655a5e2b1b4
      https://github.com/quicwg/base-drafts/commit/04349bbadb00cbd848ada38f73e53655a5e2b1b4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-qpack.md
    M rfc8999.md
    M rfc9000.md
    M rfc9001.md
    M rfc9002.md

  Log Message:
  -----------
  Add DOIs to the references



From nobody Wed Apr 28 15:17:08 2021
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 C7E2A3A22A9 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:17:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.554
X-Spam-Level: 
X-Spam-Status: No, score=-1.554 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 YVprn1bORZn9 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:17:03 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7576A3A22A1 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:17:03 -0700 (PDT)
Received: from github.com (hubbernetes-node-29923b5.ash1-iad.github.net [10.56.102.62]) by smtp.github.com (Postfix) with ESMTPA id 6206A900EDB for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:17:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619648222; bh=q6+SWEOkIOL4KfNilJ8+OTtOh7YX03el1G3kH0nSKKw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Nhogt5rNpKAp1Mxuv2tMK+z+aFZGFWPJxYKa0+P0rxHsm/Bu2MbK7ABF3CumCz2FE pv774n7RvSRsj2wNDVJoq60YRQoYKfZCtz4A1aPJGWzNCi9Sy2u9ijAzT3167k+r5x LSL0NLjC1yMer1tXMQ/fjxPNWe8TiSpOPg3Yz8oE=
Date: Wed, 28 Apr 2021 15:17:02 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870/push/7006157506@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4870@github.com>
References: <quicwg/base-drafts/pull/4870@github.com>
Subject: Re: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089dede5de00_62c5a82497c9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0Lcwl-TzQVi0bcltNbax1cUtVUU>
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, 28 Apr 2021 22:17:06 -0000

----==_mimepart_6089dede5de00_62c5a82497c9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

04349bbadb00cbd848ada38f73e53655a5e2b1b4  Add DOIs to the references


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4870/files/b16380f33218285d12707f82e8424647f1894a08..04349bbadb00cbd848ada38f73e53655a5e2b1b4

----==_mimepart_6089dede5de00_62c5a82497c9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/04349bbadb00cbd848ada38f73e53655a5e2b1b4">04349bb</a>  Add DOIs to the references</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4870/files/b16380f33218285d12707f82e8424647f1894a08..04349bbadb00cbd848ada38f73e53655a5e2b1b4">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4CWZWNCWM3FRJDNNLTLCCN5ANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK72UKCLI6FQFARYUHDTLCCN5A5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDIOBZGUZTON2QOVZWQIZXGAYDMMJVG42TANQ.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/4870/files/b16380f33218285d12707f82e8424647f1894a08..04349bbadb00cbd848ada38f73e53655a5e2b1b4",
"url": "https://github.com/quicwg/base-drafts/pull/4870/files/b16380f33218285d12707f82e8424647f1894a08..04349bbadb00cbd848ada38f73e53655a5e2b1b4",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_6089dede5de00_62c5a82497c9--


From nobody Wed Apr 28 15:18:17 2021
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 DDAD93A22AB for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:18:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 PNrKrKt-zXKU for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:18:14 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 84E013A22AA for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:18:14 -0700 (PDT)
Received: from github.com (hubbernetes-node-758e204.va3-iad.github.net [10.48.209.79]) by smtp.github.com (Postfix) with ESMTPA id 6365A3406F3 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:18:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619648293; bh=e568qGFSYD/FxnA5hVJR/w9uxS7ilBkqU+3lrTdseZU=; h=Date:From:To:Subject:From; b=lPkQ8LFqYbP0EhbNXOCI9HgFhK0Fg5ysRlLkBE/lqNPRAP2GT4h846BvqSjKf8Koj zYvb26vAdLfgJK2dUx2jsbZ/C1v5wed/bYX+tUaoqu+ZQF+YxnrVSqdtqt7RucmNxx ORsbcu0gNWZb2andVN19Ve338AVySLEk3yK1c2uI=
Date: Wed, 28 Apr 2021 15:18:13 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/50d91f-be0e6d@github.com>
Subject: [quicwg/base-drafts] be0e6d: Script updating gh-pages from 04349bba. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2O0jKfG-zyJJlDLNAJKOaEN7iiA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 22:18:17 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: be0e6ddb17b3c870154a3cc3a1de8ef3431d71e3
      https://github.com/quicwg/base-drafts/commit/be0e6ddb17b3c870154a3cc3a1de8ef3431d71e3
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M index.html
    M over-9000/draft-ietf-quic-http.html
    M over-9000/draft-ietf-quic-http.txt
    M over-9000/draft-ietf-quic-qpack.html
    M over-9000/draft-ietf-quic-qpack.txt
    M over-9000/index.html
    M over-9000/rfc8999.html
    M over-9000/rfc8999.txt
    M over-9000/rfc9000.html
    M over-9000/rfc9000.txt
    M over-9000/rfc9001.html
    M over-9000/rfc9001.txt
    M over-9000/rfc9002.html
    M over-9000/rfc9002.txt

  Log Message:
  -----------
  Script updating gh-pages from 04349bba. [ci skip]



From nobody Wed Apr 28 15:30:58 2021
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 F03A33A2327 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:30:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 NcfEC5ZyvAZ4 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:30:51 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9429E3A2325 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:30:51 -0700 (PDT)
Received: from github.com (hubbernetes-node-28bcfc5.va3-iad.github.net [10.48.114.21]) by smtp.github.com (Postfix) with ESMTPA id A04CB5C0504 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:30:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619649050; bh=gYKACm8ZaIN5gQDvklxFeIzPz2wlAkc3BULj1g1G3Yo=; h=Date:From:To:Subject:From; b=0ZNGwqdT+mNYLHpneI8p0fT3hxAmopoRve9ARuB7FeC6/3wjGUnb5QLrtIIjiHOfF X4xWf9vNYNcwQIZoUJa8tweBl95Aw33hXaqH5opuIxBTTp+4Yax0w9Uh1u7cPsINCk sPaPhKOndKCdDJiVgYeLZ2TyBe5sVf1j2CMb7xyw=
Date: Wed, 28 Apr 2021 15:30:50 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/same-notation/000000-626fee@github.com>
Subject: [quicwg/base-drafts] 626fee: Synchronize notation descriptions
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/W8TK7Jxzx3i8FpeRSH3QmVjQqXM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 22:30:57 -0000

  Branch: refs/heads/same-notation
  Home:   https://github.com/quicwg/base-drafts
  Commit: 626fee0639cfd182096b073926954dcfdcf1e3ab
      https://github.com/quicwg/base-drafts/commit/626fee0639cfd182096b073926954dcfdcf1e3ab
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Synchronize notation descriptions

I based this on the edits that were done last to the two documents.

This should resolve comments from the RPC on the inconsistency between
these documents.



From nobody Wed Apr 28 15:32:05 2021
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 E944A3A232C for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:32:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 dmz3IR_e70Nm for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:32:02 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B12343A232B for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:32:02 -0700 (PDT)
Received: from github.com (hubbernetes-node-5478a13.ac4-iad.github.net [10.52.207.50]) by smtp.github.com (Postfix) with ESMTPA id B74FA5208FD for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:32:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619649121; bh=9apRLsy71jopE+QIeAay2Fo9khch4tboRoo9h5Y+n60=; h=Date:From:To:Subject:From; b=HuoVLBGiJk2i1e8sIPk4VVZ1+i9/uZJaQKFb3y6DJ2ppslDXBmn23YIkFxf+/kpQ1 OH5zF1PvqpD3gt/RaaP1GRV22aOKd9aQv1/c40/g9o6O55lf5Wz6vWb8MU0bksSibT aUTXZmw1Iv7CxcOIozQWippFzrNnrhrCCEj849kI=
Date: Wed, 28 Apr 2021 15:32:01 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/be0e6d-7dd01f@github.com>
Subject: [quicwg/base-drafts] 7dd01f: Script updating gh-pages from 626fee06. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/tmwP3XpevfTMGU86wG-RPLc9vww>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 22:32:04 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7dd01f01cf032f74bcd7a9f9ff343d3438fee287
      https://github.com/quicwg/base-drafts/commit/7dd01f01cf032f74bcd7a9f9ff343d3438fee287
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M index.html
    A same-notation/draft-ietf-quic-http.html
    A same-notation/draft-ietf-quic-http.txt
    A same-notation/draft-ietf-quic-invariants.html
    A same-notation/draft-ietf-quic-invariants.txt
    A same-notation/draft-ietf-quic-qpack.html
    A same-notation/draft-ietf-quic-qpack.txt
    A same-notation/draft-ietf-quic-recovery.html
    A same-notation/draft-ietf-quic-recovery.txt
    A same-notation/draft-ietf-quic-tls.html
    A same-notation/draft-ietf-quic-tls.txt
    A same-notation/draft-ietf-quic-transport.html
    A same-notation/draft-ietf-quic-transport.txt
    A same-notation/index.html

  Log Message:
  -----------
  Script updating gh-pages from 626fee06. [ci skip]



From nobody Wed Apr 28 15:33:42 2021
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 E5B9D3A21FC for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:33:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 FCBgWgtQxfRb for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:33:35 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 903153A2335 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:33:35 -0700 (PDT)
Received: from github.com (hubbernetes-node-e363d51.va3-iad.github.net [10.48.114.32]) by smtp.github.com (Postfix) with ESMTPA id 9D22EE08B1 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:33:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619649214; bh=9yNi3N1Z11y60GqdvwwmS7R92TA5rj0XczqQ//INAGk=; h=Date:From:To:Subject:From; b=HwVAhYEWBc+g7mVakSTvZevrlwfc1NbPQqBRQCRAIgxw/0NE+PePWThm+kC2sjKdq gt0ajnBHZB4IGkeVdsmx/+humRcbmpi7rvmt3gVVuyUAJbpZsMaPw7nTVBnUSqHLyE K7yaOHpjpxpgDZt6ktoAWTBS15pzDZrtOTh/MzyQ=
Date: Wed, 28 Apr 2021 15:33:34 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/same-notation/626fee-1788e0@github.com>
Subject: [quicwg/base-drafts] 1788e0: Apply edits from RPC too
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6IiuJULH40TN7N2RJSp9YspvzTY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 22:33:41 -0000

  Branch: refs/heads/same-notation
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1788e0fd5c8c7e18f5dae50e5234eb6737bf9c37
      https://github.com/quicwg/base-drafts/commit/1788e0fd5c8c7e18f5dae50e5234eb6737bf9c37
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Apply edits from RPC too



From nobody Wed Apr 28 15:34:46 2021
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 9A8953A233F for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:34:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 X08iIq97189w for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:34:41 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2F0243A233C for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:34:41 -0700 (PDT)
Received: from github.com (hubbernetes-node-85b791b.ac4-iad.github.net [10.52.201.23]) by smtp.github.com (Postfix) with ESMTPA id 3E646520D12 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:34:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619649280; bh=Hk9G+nJ3tyyeonesLIkPs39c3G41OLMviMvhaOrlWoI=; h=Date:From:To:Subject:From; b=Fx8CZKaFFrCmVY+S/T1eqHitZhwkjl6Hl46L5k1UK1i7VfoHkEzrUOWrqJ2NP3bQI dUEygSstCBWe+3u7gZ+bsZKY5XcJD78cqxqGhpppZefCZOzh6S4Kewp49LavJ0rDyR R5xursuviulWgYST+Hlq0VOJAnTabNMUGDAdTCzc=
Date: Wed, 28 Apr 2021 15:34:40 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/7dd01f-b92036@github.com>
Subject: [quicwg/base-drafts] b92036: Script updating gh-pages from 1788e0fd. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WLTGPShO0O4ug2VrFReLaorDov4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 22:34:46 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: b92036e12fc4f77ab793db0b6c0f00a333c5ba30
      https://github.com/quicwg/base-drafts/commit/b92036e12fc4f77ab793db0b6c0f00a333c5ba30
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M index.html
    M same-notation/draft-ietf-quic-http.html
    M same-notation/draft-ietf-quic-invariants.html
    M same-notation/draft-ietf-quic-invariants.txt
    M same-notation/draft-ietf-quic-qpack.html
    M same-notation/draft-ietf-quic-recovery.html
    M same-notation/draft-ietf-quic-tls.html
    M same-notation/draft-ietf-quic-transport.html
    M same-notation/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 1788e0fd. [ci skip]



From nobody Wed Apr 28 15:35:35 2021
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 479113A2344 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:35:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.695
X-Spam-Level: 
X-Spam-Status: No, score=-1.695 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_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 b0kz9Jwi2hjq for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 15:35:28 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02C583A2343 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:35:27 -0700 (PDT)
Received: from github.com (hubbernetes-node-1639d1d.ash1-iad.github.net [10.56.118.56]) by smtp.github.com (Postfix) with ESMTPA id 037F35E0700 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 15:35:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619649327; bh=fd++wY5CcNGVk4CxXoHk4DoypDJvDrFBbHOkidtdWgY=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=AHLqN/JWgfUq7hqCos8B3EoUMfwmRHlbMh4WKiDfqpSl1jt5FUrHtLUF2PDLJ30U2 oce7b9yKP17PWe9qOgwRV6XlNIwpkfb07RoBiGhtaxyntwD2i+leC9ZsVNDo0Uk85m U2Xm2x05mNFhCL8X7ASr37hmxnoYn9vBYu0S9FRI=
Date: Wed, 28 Apr 2021 15:35:27 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYIIZIPIVV7ZTH7Y4V6SXCC5EVBNHHDHYQTAI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4876@github.com>
Subject: [quicwg/base-drafts] Make the notation sections consistent (#4876)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089e32f729_53fc5a86467f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/5qB5nIi1L_lUbODXnkPCbRpZsnM>
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, 28 Apr 2021 22:35:33 -0000

----==_mimepart_6089e32f729_53fc5a86467f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

These were not the same, even for the same items, so I fixed that.

Checked with:
```
diff -u &lt;(sed -e &#39;/x (A)/,/This document/p;d&#39; draft-ietf-quic-invariants.md) &lt;(sed -e &#39;/x (A)/,/This document/p;d&#39; draft-ietf-quic-transport.md)
```

Which shows the three items that are only present in -transport (-invariants doesn&#39;t use these).
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4876

-- Commit Summary --

  * Synchronize notation descriptions
  * Apply edits from RPC too

-- File Changes --

    M draft-ietf-quic-invariants.md (9)
    M draft-ietf-quic-transport.md (16)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4876.patch
https://github.com/quicwg/base-drafts/pull/4876.diff

-- 
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/4876

----==_mimepart_6089e32f729_53fc5a86467f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>These were not the same, even for the same items, so I fixed that.</p>
<p>Checked with:</p>
<pre><code>diff -u &lt;(sed -e '/x (A)/,/This document/p;d' draft-ietf-quic-invariants.md) &lt;(sed -e '/x (A)/,/This document/p;d' draft-ietf-quic-transport.md)
</code></pre>
<p>Which shows the three items that are only present in -transport (-invariants doesn't use these).</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4876'>https://github.com/quicwg/base-drafts/pull/4876</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Synchronize notation descriptions</li>
  <li>Apply edits from RPC too</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4876/files#diff-7d82856cf95e32bfca4c87174fe06211c9d46c160ec9934b3d4c32cab4f83ea8">draft-ietf-quic-invariants.md</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4876/files#diff-42873df666a8ef4f18a716aaeefb1815db2d7a1935cc8d47532191f2648439cf">draft-ietf-quic-transport.md</a>
    (16)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4876.patch'>https://github.com/quicwg/base-drafts/pull/4876.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4876.diff'>https://github.com/quicwg/base-drafts/pull/4876.diff</a></li>
</ul>

<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/4876">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6MAGOYD5RKGQHKCLDTLCES7ANCNFSM43X62LHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZE2LGHZKL4IA2N42DTLCES7A5CNFSM43X62LHKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M7CCMBA.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/4876",
"url": "https://github.com/quicwg/base-drafts/pull/4876",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_6089e32f729_53fc5a86467f--


From nobody Wed Apr 28 16:17:54 2021
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 7C4BE3A2493 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:17:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 zJBEX1OES3Lt for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:17:47 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 63DD03A2492 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:17:47 -0700 (PDT)
Received: from github.com (hubbernetes-node-5c3fee4.ac4-iad.github.net [10.52.206.45]) by smtp.github.com (Postfix) with ESMTPA id 61806600480 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:17:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619651866; bh=G3GrQtsn34/YrzpoQa1nDbUB6K5iZjnMHzqNa4EgZAY=; h=Date:From:To:Subject:From; b=2IdmcduP9qgVOHpZMOhoSseAPsDPJAtW19BSuUnIXYSxFN+diPGhZawPjCTxN6ECi 5b5xYv6gNVbwOHK7JyqmrWbfIdSV94Ee5mmpBbXwtkMjPEL+JibosHnBT+OeInSfOS prml+C2g9yMXLVLyMRc807Id6uCfShfCkNpY5W4E=
Date: Wed, 28 Apr 2021 16:17:46 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-tls/9dc983-127e10@github.com>
Subject: [quicwg/base-drafts] 48e7ff: Use lowercase for Application Data
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/hkoqK3kQhabtKmdnaH1ygVKb5d4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 23:17:53 -0000

  Branch: refs/heads/rpc-tls
  Home:   https://github.com/quicwg/base-drafts
  Commit: 48e7ff8e80d15e0f6431cb9c71eabf25508cc069
      https://github.com/quicwg/base-drafts/commit/48e7ff8e80d15e0f6431cb9c71eabf25508cc069
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Use lowercase for Application Data


  Commit: 401dc24c5bfbc9048333ccf5b8cef96a935e1f87
      https://github.com/quicwg/base-drafts/commit/401dc24c5bfbc9048333ccf5b8cef96a935e1f87
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Use inclusive language


  Commit: 127e1049848b9f54b6f3c84beb18882b3ff94d1c
      https://github.com/quicwg/base-drafts/commit/127e1049848b9f54b6f3c84beb18882b3ff94d1c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  as follows


Compare: https://github.com/quicwg/base-drafts/compare/9dc9834ac186...127e1049848b


From nobody Wed Apr 28 16:17:57 2021
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 934E13A2497 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:17:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.555
X-Spam-Level: 
X-Spam-Status: No, score=-1.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, 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 lV7CMD5p8YlF for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:17:53 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B1D5C3A2492 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:17:53 -0700 (PDT)
Received: from github.com (hubbernetes-node-24ee9dc.va3-iad.github.net [10.48.124.36]) by smtp.github.com (Postfix) with ESMTPA id 9388A3405D7 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:17:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619651872; bh=NEIgF5NfSKtsdNjO/kKhGkMYKRALjcj9HFxRJpKVg0w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ZR/+nnaRvxoo6a8vC+9wIJyo6sBOv8Rt7w5b1jfas5+EQN0rKaiRSHrfda5eU33PK mvaGOekG9sEo7kpZ1LiYCAfpITFQVmjt1muGNXn+AlqaqBUqiU3kZB6YjbBRkmXuza pdO5W5hvFXGRNzmaMGp4qro5Fka2RANnOgzfLVKQ=
Date: Wed, 28 Apr 2021 16:17:52 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/push/7006402336@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089ed2090e1b_58c5a81840ca"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7UzP3v5rYAaU4Z1PSQlIxISG1b8>
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, 28 Apr 2021 23:17:57 -0000

----==_mimepart_6089ed2090e1b_58c5a81840ca
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 3 commits.

48e7ff8e80d15e0f6431cb9c71eabf25508cc069  Use lowercase for Application Data
401dc24c5bfbc9048333ccf5b8cef96a935e1f87  Use inclusive language
127e1049848b9f54b6f3c84beb18882b3ff94d1c  as follows


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4875/files/9dc9834ac1867c4d1c746747ac6e40be7954bbbd..127e1049848b9f54b6f3c84beb18882b3ff94d1c

----==_mimepart_6089ed2090e1b_58c5a81840ca
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 3 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/48e7ff8e80d15e0f6431cb9c71eabf25508cc069">48e7ff8</a>  Use lowercase for Application Data</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/401dc24c5bfbc9048333ccf5b8cef96a935e1f87">401dc24</a>  Use inclusive language</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/127e1049848b9f54b6f3c84beb18882b3ff94d1c">127e104</a>  as follows</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4875/files/9dc9834ac1867c4d1c746747ac6e40be7954bbbd..127e1049848b9f54b6f3c84beb18882b3ff94d1c">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5Z7PNWFCG2G4WAYXTTLCJSBANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7XYLRA3QFFENDLEDDTLCJSBA5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDIOJUGM4TGMCQOVZWQIZXGAYDMNBQGIZTGNQ.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/4875/files/9dc9834ac1867c4d1c746747ac6e40be7954bbbd..127e1049848b9f54b6f3c84beb18882b3ff94d1c",
"url": "https://github.com/quicwg/base-drafts/pull/4875/files/9dc9834ac1867c4d1c746747ac6e40be7954bbbd..127e1049848b9f54b6f3c84beb18882b3ff94d1c",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_6089ed2090e1b_58c5a81840ca--


From nobody Wed Apr 28 16:18:29 2021
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 7C4EC3A249D for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:18:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.483
X-Spam-Level: 
X-Spam-Status: No, score=-1.483 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, RCVD_IN_MSPIKE_H2=-0.001, 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 xUuyWj6CEBqt for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:18:23 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D553D3A249C for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:18:23 -0700 (PDT)
Received: from github.com (hubbernetes-node-df986b3.ash1-iad.github.net [10.56.120.45]) by smtp.github.com (Postfix) with ESMTPA id DB643840204 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:18:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619651902; bh=URUo6YgJ5ygjih4FiHzj3uds+8Ck5/Wo1hb90JhWJGQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=QbFqsTGdU3iQdV6RXKcSjxRmnUWNbnoFnA/h+BHmCdDgYBxUJR4C0/t5oSkCkIT8H 4gSjlnnqiCJTrV0dXc9u8ENfpCVtNkyxTCOMPin9pBqewnMQJE44e9saJQZtuK277A +pgAR++LXkK+itY2jLfYhMqe5HqAhkAR7zSP1tx4=
Date: Wed, 28 Apr 2021 16:18:22 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5ZCXESGY6HDQMMDH56SXHD5EVBNHHDHVJZZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/review/647712186@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089ed3ed852d_50c5a814984b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/BeS4ekowX3-UPrFPM83FDFvGAdM>
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, 28 Apr 2021 23:18:28 -0000

----==_mimepart_6089ed3ed852d_50c5a814984b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson commented on this pull request.



> -Application Data may appear only in the Early Data and Application Data
-levels. Handshake and Alert messages may appear in any level.
+Application Data can only appear in the early data and Application Data
+levels. Handshake and alert messages may appear in any level.

I agree.  I've changed to use lowercase in a few more places (basically everywhere that is not a diagram).

> @@ -2187,7 +2192,7 @@ c300000001088394c8f03e5157080000449e00000002
 
 Protecting the payload produces output that is sampled for header protection.
 Because the header uses a 4-byte packet number encoding, the first 16 bytes of
-the protected payload is sampled, then applied to the header:
+the protected payload is sampled and then applied to the header:

Sure.  There are a few others adjacent, but I think that it should be clear.

-- 
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/4875#discussion_r622628383
----==_mimepart_6089ed3ed852d_50c5a814984b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/4875#discussion_r622628383">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; -Application Data may appear only in the Early Data and Application Data
-levels. Handshake and Alert messages may appear in any level.
+Application Data can only appear in the early data and Application Data
+levels. Handshake and alert messages may appear in any level.
</pre>
<p>I agree.  I've changed to use lowercase in a few more places (basically everywhere that is not a diagram).</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/4875#discussion_r622629630">draft-ietf-quic-tls.md</a>:</p>
<pre style='color:#555'>&gt; @@ -2187,7 +2192,7 @@ c300000001088394c8f03e5157080000449e00000002
 
 Protecting the payload produces output that is sampled for header protection.
 Because the header uses a 4-byte packet number encoding, the first 16 bytes of
-the protected payload is sampled, then applied to the header:
+the protected payload is sampled and then applied to the header:
</pre>
<p>Sure.  There are a few others adjacent, but I think that it should be clear.</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/4875#discussion_r622628383">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5QSBNI5AKX6QURWELTLCJT5ANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3JRGQ3543XMQ3ACMTTLCJT5A5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2NU3OQ.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/4875#discussion_r622628383",
"url": "https://github.com/quicwg/base-drafts/pull/4875#discussion_r622628383",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089ed3ed852d_50c5a814984b--


From nobody Wed Apr 28 16:19:02 2021
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 9CABA3A24A4 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:19:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.102
X-Spam-Level: 
X-Spam-Status: No, score=-2.102 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, RCVD_IN_MSPIKE_H2=-0.001, 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 qhYGGzwaJyu8 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:18:59 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 615473A24A3 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:18:59 -0700 (PDT)
Received: from github.com (hubbernetes-node-96c55a6.ash1-iad.github.net [10.56.120.71]) by smtp.github.com (Postfix) with ESMTPA id 86DE38401FC for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:18:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619651938; bh=w+oaCeGrcwkGTpR5Eq1yebK72O0DQV20yRYpBuyaRYY=; h=Date:From:To:Subject:From; b=AjBIxRVY9NpjS8JlCZbAfuGl+7cYvi76U+nD+XoybqmS+/jLblD+Qvj8uG9q/6SrQ 2MLpPjmsxOlMB8Cx1pESgRbK45Lde+D4nFipEdOiXhgtjFmB+f+oh/tIu28G5V73r2 k/37pklABs2xywlwsoseehEUTb4JgW4EXD2FHthM=
Date: Wed, 28 Apr 2021 16:18:58 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/b92036-06ac25@github.com>
Subject: [quicwg/base-drafts] 06ac25: Script updating gh-pages from 127e1049. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/iiOepzw1Frh_nToC-O_k7KHLDlI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 28 Apr 2021 23:19:01 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 06ac25d7976d8904c3ccf222ef83e0cfb2471656
      https://github.com/quicwg/base-drafts/commit/06ac25d7976d8904c3ccf222ef83e0cfb2471656
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M rpc-tls/draft-ietf-quic-http.html
    M rpc-tls/draft-ietf-quic-invariants.html
    M rpc-tls/draft-ietf-quic-qpack.html
    M rpc-tls/draft-ietf-quic-recovery.html
    M rpc-tls/draft-ietf-quic-tls.html
    M rpc-tls/draft-ietf-quic-tls.txt
    M rpc-tls/draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from 127e1049. [ci skip]



From nobody Wed Apr 28 16:23:32 2021
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 C30AD3A24C7 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:23:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 jBXuDqVvmltm for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:23:29 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B2ED33A24C4 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:23:29 -0700 (PDT)
Received: from github.com (hubbernetes-node-ec22940.ash1-iad.github.net [10.56.121.27]) by smtp.github.com (Postfix) with ESMTPA id DE1A0840400 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:23:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619652208; bh=pGL53euXZy+sPjgaSx+33z//4gG8qGW/GW7YdiN22As=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zbDGscqaqxfgdkVLD0EonTECOOtF/1NcfMLDkrUcXT9zNFOrNgsvExP7Wg8/s9BcG ljVrKaNB+Q5LMrOtxT3UltoE1CgS/0JosY8tD77w3S4q2MlD2nWGiLuV4cofLSwWvS lPULSrnYPpN4TrN0vtjiejjCAj/nHDQ2sbX5ZxIk=
Date: Wed, 28 Apr 2021 16:23:28 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7Q5NLWGWR2B7KU3IN6SXHXBEVBNHHDHVJZZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/review/647715583@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089ee70db095_64c5a81060bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/6a3wHK1bzeo6ML2lS1pPwWF3tKM>
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, 28 Apr 2021 23:23:31 -0000

----==_mimepart_6089ee70db095_64c5a81060bf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks approved this pull request.





-- 
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/4875#pullrequestreview-647715583
----==_mimepart_6089ee70db095_64c5a81060bf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@nibanks</b> approved this pull request.</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/4875#pullrequestreview-647715583">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK45XHDMN3RT6FBTMYLTLCKHBANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6LZP4P5O4TM2XRSQTTLCKHBA5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2NVV7Y.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/4875#pullrequestreview-647715583",
"url": "https://github.com/quicwg/base-drafts/pull/4875#pullrequestreview-647715583",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089ee70db095_64c5a81060bf--


From nobody Wed Apr 28 16:39:43 2021
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 A765A3A253F for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:39:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 z0pmtN2vrhcJ for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 16:39:38 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 536013A253E for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:39:38 -0700 (PDT)
Received: from github.com (hubbernetes-node-ed3c65b.ash1-iad.github.net [10.56.120.49]) by smtp.github.com (Postfix) with ESMTPA id 8A8C15E032F for <quic-issues@ietf.org>; Wed, 28 Apr 2021 16:39:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619653177; bh=5NBrq5Qo4Ta3fkThBsgqcGyQdhP8JAH3TOK012sMz/k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SQT/Ku94ljD3qBXKsuAA4aJniqy5sL2GgDJMHRNVNKnC72AhXddhpsCKckOBKVP+N SksC6bul0szrwkJZmk3Q+KU/nWRXxwu2RFFhjuC2qWkZfPfYFvrGvuBycXeVHmT78x sQav1PKbhXFH8dZARR0ZdHda0ZnyrxMs1vnaX6AY=
Date: Wed, 28 Apr 2021 16:39:37 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZLSJRIR23EJR6KYR56SXJTTEVBNHHDHVFYSU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4873/c828848518@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4873@github.com>
References: <quicwg/base-drafts/pull/4873@github.com>
Subject: Re: [quicwg/base-drafts] Manually insert BCP 14 boilerplate (#4873)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_6089f239876ad_c9cc5a8960e7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/gzKgU2m7CD7KzhJ4oZ1XvE9io5w>
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, 28 Apr 2021 23:39:43 -0000

----==_mimepart_6089f239876ad_c9cc5a8960e7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/548 (I need to follow up regarding the use of non-breaking whitespace generally).

-- 
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/4873#issuecomment-828848518
----==_mimepart_6089f239876ad_c9cc5a8960e7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><a href="https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/548" rel="nofollow">https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/548</a> (I need to follow up regarding the use of non-breaking whitespace generally).</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/4873#issuecomment-828848518">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY4OZV3VW3IUMMIKTTTLCMDTANCNFSM43WOXGFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3N6HJMH7QYGJHQB3DTLCMDTA5CNFSM43WOXGF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFTTTBQ.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/4873#issuecomment-828848518",
"url": "https://github.com/quicwg/base-drafts/pull/4873#issuecomment-828848518",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6089f239876ad_c9cc5a8960e7--


From nobody Wed Apr 28 18:22:18 2021
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 5F3E03A287C for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 18:22:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 yLfI-cDoP4NQ for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 18:22:05 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3EE783A2877 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 18:22:05 -0700 (PDT)
Received: from github.com (hubbernetes-node-03603c7.ac4-iad.github.net [10.52.211.55]) by smtp.github.com (Postfix) with ESMTPA id 48F0C5207E1 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 18:22:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619659324; bh=a84j/gFvOGKBNsuCvfT0rX7Yh+KH+DHWy4eJJURMVe4=; h=Date:From:To:Subject:From; b=b+sRcXssVc1XsK2te47SU2tZbWEf8NrMHHcm8zPBvjdWcefL+thwwYErAomNdElX9 XKF7vaM9TfZBWg0/y5Dhsowg56Oo8K1EHW9V5quxBK9igSdgN+sU9LDd+ftXDzLSnu 6xxLxX0MDwIVt4Wt+4UhpZ25KWylI/jqTyOna1yI=
Date: Wed, 28 Apr 2021 18:22:04 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-tls/127e10-0db7cd@github.com>
Subject: [quicwg/base-drafts] 0db7cd: Add sourcecode labels as necessary
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/RvnishhTrB4s2IUaA8DwGGLcS-Q>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 01:22:17 -0000

  Branch: refs/heads/rpc-tls
  Home:   https://github.com/quicwg/base-drafts
  Commit: 0db7cd03ac281c5f30df510425115423fae90943
      https://github.com/quicwg/base-drafts/commit/0db7cd03ac281c5f30df510425115423fae90943
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Add sourcecode labels as necessary



From nobody Wed Apr 28 18:22:22 2021
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 D1A993A2879 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 18:22:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.555
X-Spam-Level: 
X-Spam-Status: No, score=-1.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, 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 U251tCwOsyyl for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 18:22:10 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 697D83A2877 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 18:22:10 -0700 (PDT)
Received: from github.com (hubbernetes-node-ee5648f.ash1-iad.github.net [10.56.121.43]) by smtp.github.com (Postfix) with ESMTPA id 4608D5E048A for <quic-issues@ietf.org>; Wed, 28 Apr 2021 18:22:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619659329; bh=ivJf6N4NKfE1wnTsoUxlrXQhcJ/d693xfhKAFxuqDXg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=rf8F0yBM29r38MgN2c4ipWej5P65OD+XEr+nnMmiMAX7UyaEQLmzFMgrcuywrPpJx GRcnrX73gAPESEP62jQHyD2i8Oy8zeHnWyd2Mh+ieaim0h766bsbnCfA32vIFJ6e4Y ZHMstD8gYTwqg+ou6HdGOjqLLIIrxReWI/IQl5JU=
Date: Wed, 28 Apr 2021 18:22:09 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/push/7006825112@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a0a4143392_55c5a8163297"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/YZYvTmBFDqy2wOcp0cH-DLZ_FSI>
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, 29 Apr 2021 01:22:17 -0000

----==_mimepart_608a0a4143392_55c5a8163297
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

0db7cd03ac281c5f30df510425115423fae90943  Add sourcecode labels as necessary


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4875/files/127e1049848b9f54b6f3c84beb18882b3ff94d1c..0db7cd03ac281c5f30df510425115423fae90943

----==_mimepart_608a0a4143392_55c5a8163297
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0db7cd03ac281c5f30df510425115423fae90943">0db7cd0</a>  Add sourcecode labels as necessary</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4875/files/127e1049848b9f54b6f3c84beb18882b3ff94d1c..0db7cd03ac281c5f30df510425115423fae90943">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2UGQV4H6WVLREXUODTLCYEDANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZHJ7CLSEGLEDZLK7LTLCYEDA5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDIOJUGM4TGMCQOVZWQIZXGAYDMOBSGUYTCMQ.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/4875/files/127e1049848b9f54b6f3c84beb18882b3ff94d1c..0db7cd03ac281c5f30df510425115423fae90943",
"url": "https://github.com/quicwg/base-drafts/pull/4875/files/127e1049848b9f54b6f3c84beb18882b3ff94d1c..0db7cd03ac281c5f30df510425115423fae90943",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608a0a4143392_55c5a8163297--


From nobody Wed Apr 28 18:23:10 2021
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 D66F53A2868 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 18:23:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.102
X-Spam-Level: 
X-Spam-Status: No, score=-2.102 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, RCVD_IN_MSPIKE_H2=-0.001, 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 N2tCWmGAdblh for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 18:23:07 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 929293A2866 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 18:23:07 -0700 (PDT)
Received: from github.com (hubbernetes-node-ed3c65b.ash1-iad.github.net [10.56.120.49]) by smtp.github.com (Postfix) with ESMTPA id C3A455E08EE for <quic-issues@ietf.org>; Wed, 28 Apr 2021 18:23:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619659386; bh=8IejQeKhEW+z1F8Am2lm4XZ71DPVoCXuVHeZGWWp8fI=; h=Date:From:To:Subject:From; b=LE57Sib7MvYK10cFxNaiBKZbz5XN6axH14Oys428Fp7TAuItzJOiS+pZZqAnEC9vH Bms/FtnY71EdoEyRl3yjDDhFDPy8O6EslqsbgR2wtqyT5scRcFW44zZ8HDEta6Kx4E zWU3lDA8rdY/7lZGQrI89pZnh2tD7yJoGqimcnSw=
Date: Wed, 28 Apr 2021 18:23:06 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/06ac25-8c7d1b@github.com>
Subject: [quicwg/base-drafts] 8c7d1b: Script updating gh-pages from 0db7cd03. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/HO6mksar9pAGGOxdGkvasv6i5gY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 01:23:09 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8c7d1be6f8817dd666a1d1a6ffc89f1ce2a65867
      https://github.com/quicwg/base-drafts/commit/8c7d1be6f8817dd666a1d1a6ffc89f1ce2a65867
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M rpc-tls/draft-ietf-quic-http.html
    M rpc-tls/draft-ietf-quic-http.txt
    M rpc-tls/draft-ietf-quic-invariants.html
    M rpc-tls/draft-ietf-quic-invariants.txt
    M rpc-tls/draft-ietf-quic-qpack.html
    M rpc-tls/draft-ietf-quic-qpack.txt
    M rpc-tls/draft-ietf-quic-recovery.html
    M rpc-tls/draft-ietf-quic-recovery.txt
    M rpc-tls/draft-ietf-quic-tls.html
    M rpc-tls/draft-ietf-quic-tls.txt
    M rpc-tls/draft-ietf-quic-transport.html
    M rpc-tls/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 0db7cd03. [ci skip]



From nobody Wed Apr 28 19:21:53 2021
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 223923A2AA7 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:21:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 ifMzULPoC01u for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:21:47 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 075773A2AAF for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:21:45 -0700 (PDT)
Received: from github.com (hubbernetes-node-b713859.ac4-iad.github.net [10.52.208.77]) by smtp.github.com (Postfix) with ESMTPA id 04D47520994 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:21:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619662905; bh=IPabC8NnVcquugNcZ6l7euDOy7qei4ARwoqGLuhTb3s=; h=Date:From:To:Subject:From; b=NNb2C/QcL+fbuxpL9i4CFkxADz+8Yn+ylcLa3S9fvVnr5OuNg3OfyG1MZqUx2ID11 mDt8B15Rvz4d2hMbox8pHbcAYUtvOxk7ZgoN8E8zZui6YZemmP6yFfNvsMmwtQc8Aj W7+ywXaTKE3bHQFuGH9GxJt9HZoAQAM0HBKxOLlI=
Date: Wed, 28 Apr 2021 19:21:45 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-tls/0db7cd-6937fd@github.com>
Subject: [quicwg/base-drafts] ce7997: Use <aside> for notes
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/m4aI3rqt-LP4yMRdSUhoQyc--A4>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 02:21:52 -0000

  Branch: refs/heads/rpc-tls
  Home:   https://github.com/quicwg/base-drafts
  Commit: ce7997126fc187d00cb0c0b34e11bfe476ffd4a9
      https://github.com/quicwg/base-drafts/commit/ce7997126fc187d00cb0c0b34e11bfe476ffd4a9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Use <aside> for notes

And make notes with normative language mainline text.


  Commit: 3784d739213e970d34e1f69d66849a6ec7d13b84
      https://github.com/quicwg/base-drafts/commit/3784d739213e970d34e1f69d66849a6ec7d13b84
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Merge branch 'tls-aside' into rpc-tls


  Commit: 139fdc48e56bbef4f28e90ce4399d10f5d25acc4
      https://github.com/quicwg/base-drafts/commit/139fdc48e56bbef4f28e90ce4399d10f5d25acc4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Reword packet protection sampling allowance text


  Commit: f3a644d2993ef419d9117f231d8c1cb824a35d5f
      https://github.com/quicwg/base-drafts/commit/f3a644d2993ef419d9117f231d8c1cb824a35d5f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  reword key randomization rationale


  Commit: 1890c7301be608dfab406ee96434cd624107be04
      https://github.com/quicwg/base-drafts/commit/1890c7301be608dfab406ee96434cd624107be04
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Add expanded CCM-ANALAYSIS reference


  Commit: 8710f3d867f36700cd9b47be7877205863e5cdb7
      https://github.com/quicwg/base-drafts/commit/8710f3d867f36700cd9b47be7877205863e5cdb7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Add markdown=block to aside elements


  Commit: 6937fd08e476927ae4dea31dc42677b98240c4fc
      https://github.com/quicwg/base-drafts/commit/6937fd08e476927ae4dea31dc42677b98240c4fc
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Full reference for NAN


Compare: https://github.com/quicwg/base-drafts/compare/0db7cd03ac28...6937fd08e476


From nobody Wed Apr 28 19:21:57 2021
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 5E9BF3A2AA8 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:21:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.697
X-Spam-Level: 
X-Spam-Status: No, score=-6.697 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_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 gg9uqgrxQ0sL for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:21:51 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 150443A2AA6 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:21:50 -0700 (PDT)
Received: from github.com (hubbernetes-node-6b36783.ash1-iad.github.net [10.56.112.61]) by smtp.github.com (Postfix) with ESMTPA id 2B1D4840079 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:21:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619662910; bh=9oCrxBiguCsKf7+HXM5gshxL4G2EIUNBRKdw+OoYDDc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=O/HKMAJlV2k0Xz47L27vJfPC7RrLy8mtNldC/P19LWL55fObLR/BMZ8qYVxh1MMZO YqPDAjVzWbu3eNxibiCcAMjASq0YVu8sNMPZeHNNLlBBy3RiKxIyB9YpzaJSADEW0b sX+TrrAAQelAOMZXEp72OeE2Rit9GWrMmKXuemNU=
Date: Wed, 28 Apr 2021 19:21:50 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/push/7007018140@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a183e287c6_58c5a860333"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/9OGmi7EG8VzzhnUyNDA-5hTtaug>
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, 29 Apr 2021 02:21:53 -0000

----==_mimepart_608a183e287c6_58c5a860333
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 7 commits.

ce7997126fc187d00cb0c0b34e11bfe476ffd4a9  Use <aside> for notes
3784d739213e970d34e1f69d66849a6ec7d13b84  Merge branch 'tls-aside' into rpc-tls
139fdc48e56bbef4f28e90ce4399d10f5d25acc4  Reword packet protection sampling allowance text
f3a644d2993ef419d9117f231d8c1cb824a35d5f  reword key randomization rationale
1890c7301be608dfab406ee96434cd624107be04  Add expanded CCM-ANALAYSIS reference
8710f3d867f36700cd9b47be7877205863e5cdb7  Add markdown=block to aside elements
6937fd08e476927ae4dea31dc42677b98240c4fc  Full reference for NAN


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4875/files/0db7cd03ac281c5f30df510425115423fae90943..6937fd08e476927ae4dea31dc42677b98240c4fc

----==_mimepart_608a183e287c6_58c5a860333
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 7 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ce7997126fc187d00cb0c0b34e11bfe476ffd4a9">ce79971</a>  Use &lt;aside&gt; for notes</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/3784d739213e970d34e1f69d66849a6ec7d13b84">3784d73</a>  Merge branch &#39;tls-aside&#39; into rpc-tls</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/139fdc48e56bbef4f28e90ce4399d10f5d25acc4">139fdc4</a>  Reword packet protection sampling allowance text</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f3a644d2993ef419d9117f231d8c1cb824a35d5f">f3a644d</a>  reword key randomization rationale</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1890c7301be608dfab406ee96434cd624107be04">1890c73</a>  Add expanded CCM-ANALAYSIS reference</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8710f3d867f36700cd9b47be7877205863e5cdb7">8710f3d</a>  Add markdown=block to aside elements</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6937fd08e476927ae4dea31dc42677b98240c4fc">6937fd0</a>  Full reference for NAN</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4875/files/0db7cd03ac281c5f30df510425115423fae90943..6937fd08e476927ae4dea31dc42677b98240c4fc">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY3CHT6RPEZ3H7OPLLTLC7D5ANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7TDKENENBYFD4HHBDTLC7D5A5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDIOJUGM4TGMCQOVZWQIZXGAYDOMBRHAYTIMA.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/4875/files/0db7cd03ac281c5f30df510425115423fae90943..6937fd08e476927ae4dea31dc42677b98240c4fc",
"url": "https://github.com/quicwg/base-drafts/pull/4875/files/0db7cd03ac281c5f30df510425115423fae90943..6937fd08e476927ae4dea31dc42677b98240c4fc",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608a183e287c6_58c5a860333--


From nobody Wed Apr 28 19:22:37 2021
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 80EB73A2AAF for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:22:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 Q2DCsNOjI6E8 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:22:33 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DAFDA3A2AAD for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:22:33 -0700 (PDT)
Received: from github.com (hubbernetes-node-032c37e.va3-iad.github.net [10.48.124.23]) by smtp.github.com (Postfix) with ESMTPA id D309AE0A9B for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:22:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619662952; bh=MnxQEulKZUEfHk6/OUzt84+QnZnM82I5OhdMlySe2E0=; h=Date:From:To:Subject:From; b=AK/WiSATvJ5m89s6L++HSxxwJkGW2UFsq9WYwySW26Y2pbzmLuOtQ9kh/rSBUUTvZ WTt6kY+GvaE81tPdGEqFS5mTwW3eX4T6cYoE6uVN08JR/yMNQGNHb0m37B3FYQ06wS DeCCw02YpzNHE4I+sLpfZNao/6qNEURg2e/sJcS8=
Date: Wed, 28 Apr 2021 19:22:32 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/8c7d1b-9583fb@github.com>
Subject: [quicwg/base-drafts] 9583fb: Script updating gh-pages from 6937fd08. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SPVv4C3gsC2dP51CHvUmA-X3kNE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 02:22:36 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 9583fbc20f2c6f713f8a57fb7e6be8818011302b
      https://github.com/quicwg/base-drafts/commit/9583fbc20f2c6f713f8a57fb7e6be8818011302b
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M rpc-tls/draft-ietf-quic-http.html
    M rpc-tls/draft-ietf-quic-invariants.html
    M rpc-tls/draft-ietf-quic-qpack.html
    M rpc-tls/draft-ietf-quic-recovery.html
    M rpc-tls/draft-ietf-quic-tls.html
    M rpc-tls/draft-ietf-quic-tls.txt
    M rpc-tls/draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from 6937fd08. [ci skip]



From nobody Wed Apr 28 19:33:09 2021
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 8D0803A2B01 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:33:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 ci8VjcvEqx2T for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:33:06 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4B45E3A2AFD for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:33:06 -0700 (PDT)
Received: from github.com (hubbernetes-node-58e3af6.ac4-iad.github.net [10.52.125.19]) by smtp.github.com (Postfix) with ESMTPA id 502125605D5 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:33:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619663585; bh=WEPlaC3VuMXgxnbVvWcokbFAJmLmTc+YzK8LVRXCIBo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=x18wyMxhJGfzwNZ75rqi4tuODaL6Lo+IlPOunNmaYJDF31nOYFznl98nqBYojq8Nu uL7oaVr8c8ac6Um0o7lggNXst2VsQPt5jdiJ43ZAwlI5zDaRoJ2NUPYNhVioYoJsia Uy8dOeQTA/SNroQdBaYj2FOwWjoVgSMJS9NAR+9Y=
Date: Wed, 28 Apr 2021 19:33:05 -0700
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4WXTTFPNK2NAFS3VF6SX56DEVBNHHDHVCUGE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870/review/647777147@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4870@github.com>
References: <quicwg/base-drafts/pull/4870@github.com>
Subject: Re: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a1ae14c4c2_56c5a811698f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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/rKrXrknn4o4V2lWd5YtoRzo2zX4>
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, 29 Apr 2021 02:33:08 -0000

----==_mimepart_608a1ae14c4c2_56c5a811698f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@seanturner commented on this pull request.



> @@ -1,9 +1,11 @@
 ---
 title: "Version-Independent Properties of QUIC"
 abbrev: QUIC Invariants
-docname: draft-ietf-quic-invariants-latest
-date: {DATE}
+number: 8999
+docName: draft-ietf-quic-invariants-13
+date: 2021-05

Ah that's 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/pull/4870#discussion_r622693918
----==_mimepart_608a1ae14c4c2_56c5a811698f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@seanturner</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/4870#discussion_r622693918">rfc8999.md</a>:</p>
<pre style='color:#555'>&gt; @@ -1,9 +1,11 @@
 ---
 title: &quot;Version-Independent Properties of QUIC&quot;
 abbrev: QUIC Invariants
-docname: draft-ietf-quic-invariants-latest
-date: {DATE}
+number: 8999
+docName: draft-ietf-quic-invariants-13
+date: 2021-05
</pre>
<p>Ah that's right!</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/4870#discussion_r622693918">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZB6J6FT3LWJ3YCZFTTLDAODANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7YFIHBRFV66GNXOALTLDAODA5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2OEW6Y.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/4870#discussion_r622693918",
"url": "https://github.com/quicwg/base-drafts/pull/4870#discussion_r622693918",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608a1ae14c4c2_56c5a811698f--


From nobody Wed Apr 28 19:33:52 2021
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 CBC9D3A2B05 for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:33:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.061
X-Spam-Level: 
X-Spam-Status: No, score=-6.061 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, 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 wvOdIc-EV6NX for <quic-issues@ietfa.amsl.com>; Wed, 28 Apr 2021 19:33:49 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A5E923A2B04 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:33:49 -0700 (PDT)
Received: from github.com (hubbernetes-node-1aaa647.ac4-iad.github.net [10.52.208.74]) by smtp.github.com (Postfix) with ESMTPA id A774A6004F3 for <quic-issues@ietf.org>; Wed, 28 Apr 2021 19:33:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619663628; bh=6cpHDhrmVF5+ycXiEXiOmYaWX9uzTsdOUYgYNjJUBms=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=f/Jd0TKzk74o1eur0HvWARPrdKCmJ0ct/Q4Rugo+FW0wXCdYbshPIuVyRX6T9jpbJ mmGllK8G8XBH0bIOMZ7UXFOl6D64B/RDABQ4F1kggFytVwgJukvP0Qj9o9/UQIquHU FQwPlpZce1aOAQB+hVZ2vVx3jsEIosS2LkUmGHmU=
Date: Wed, 28 Apr 2021 19:33:48 -0700
From: Sean Turner <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6BBDIRLF42FVQ4G6N6SX6AZEVBNHHDHVCUGE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870/review/647777313@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4870@github.com>
References: <quicwg/base-drafts/pull/4870@github.com>
Subject: Re: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a1b0ca4eb1_e0fc5a850940"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: seanturner
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/SbmNg-Xua3docY3PHl1nqsgv6FY>
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, 29 Apr 2021 02:33:51 -0000

----==_mimepart_608a1b0ca4eb1_e0fc5a850940
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@seanturner approved this pull request.





-- 
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/4870#pullrequestreview-647777313
----==_mimepart_608a1b0ca4eb1_e0fc5a850940
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@seanturner</b> approved this pull request.</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/4870#pullrequestreview-647777313">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYKJMX4W2VZ2L3BIOTTLDAQZANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK42CYBVHUJV5TTL7O3TLDAQZA5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2OEYII.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/4870#pullrequestreview-647777313",
"url": "https://github.com/quicwg/base-drafts/pull/4870#pullrequestreview-647777313",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608a1b0ca4eb1_e0fc5a850940--


From nobody Thu Apr 29 00:37:14 2021
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 B63933A3428 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:37:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.119
X-Spam-Level: 
X-Spam-Status: No, score=-2.119 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 3lQmXInaR0e2 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:37:07 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B26113A3427 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:37:07 -0700 (PDT)
Received: from github.com (hubbernetes-node-59aab5e.ac4-iad.github.net [10.52.208.86]) by smtp.github.com (Postfix) with ESMTPA id 7C8BE600099 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:37:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619681826; bh=/eg4UgYYs/n5MFQCxy+Eb15lJwig0WuBb+Ze+2s230Y=; h=Date:From:To:Subject:From; b=Aw8jMjv6SxeEP/2VCZuKw9eyMTc7NQvC6UWk/G9v4X5UDWYKR3inYjGjRkJbs595c 8/q8GBkswhVt4Qxw0XPs7+rReSKudO183LDY3aC+7vgMN3NpwUVNwwREm1EF4PvZXl Cal7xms4nMwjcvh0S7cxP+DGaDEvdpfN3GTpAjpE=
Date: Thu, 29 Apr 2021 00:37:06 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-tls/6937fd-73ad59@github.com>
Subject: [quicwg/base-drafts] ea0eed: Build the XML for the table manually
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/e5dncrQqiOzop-gdup7iUj8CLRk>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:37:13 -0000

  Branch: refs/heads/rpc-tls
  Home:   https://github.com/quicwg/base-drafts
  Commit: ea0eed4fe66ba9a55cd44f85b9692bba44d8408b
      https://github.com/quicwg/base-drafts/commit/ea0eed4fe66ba9a55cd44f85b9692bba44d8408b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Build the XML for the table manually

This is really annoying to have to do, but I couldn't figure out how to
make kramdown do the right thing.


  Commit: 73ad59a94420db13705cfbca6ca717e29aba1800
      https://github.com/quicwg/base-drafts/commit/73ad59a94420db13705cfbca6ca717e29aba1800
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Missed GCM-MU


Compare: https://github.com/quicwg/base-drafts/compare/6937fd08e476...73ad59a94420


From nobody Thu Apr 29 00:37:20 2021
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 773DE3A342E for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:37:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.554
X-Spam-Level: 
X-Spam-Status: No, score=-1.554 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 3sfXo7eDHzFv for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:37:14 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1F7E23A3427 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:37:13 -0700 (PDT)
Received: from github.com (hubbernetes-node-37a3abe.ash1-iad.github.net [10.56.112.74]) by smtp.github.com (Postfix) with ESMTPA id 0E36A8407FD for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:37:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619681833; bh=oj+yF33OsdxJQ4SDh5Uwi6CkXr3tKa5rZ078dc+vp3k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=IDL+zlPHROtwQiNIbHgsN8/YbfattOHbYIak2TKcAZzclVUqIkjottSHvny6KE/gj LJHrUJCQBN/RRYumXEomq/SZnClLhbMrEKYtN4YTZ1ZNwsj9EBS+nc74YooT4X0kyi jh7hul9byAsj9EV8bXYO5Ae1bs8Bz+u2L8VGsoBU=
Date: Thu, 29 Apr 2021 00:37:13 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/push/7008236710@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a6229b1f7_58c5a812001e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/47l-CrfaUEJIje05NthfI_l04NE>
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, 29 Apr 2021 07:37:16 -0000

----==_mimepart_608a6229b1f7_58c5a812001e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 2 commits.

ea0eed4fe66ba9a55cd44f85b9692bba44d8408b  Build the XML for the table manually
73ad59a94420db13705cfbca6ca717e29aba1800  Missed GCM-MU


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4875/files/6937fd08e476927ae4dea31dc42677b98240c4fc..73ad59a94420db13705cfbca6ca717e29aba1800

----==_mimepart_608a6229b1f7_58c5a812001e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/ea0eed4fe66ba9a55cd44f85b9692bba44d8408b">ea0eed4</a>  Build the XML for the table manually</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/73ad59a94420db13705cfbca6ca717e29aba1800">73ad59a</a>  Missed GCM-MU</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4875/files/6937fd08e476927ae4dea31dc42677b98240c4fc..73ad59a94420db13705cfbca6ca717e29aba1800">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYBVCEMIRJPQHEPD4DTLEECTANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7QB7QK7L3RKEGVYCDTLEECTA5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDIOJUGM4TGMCQOVZWQIZXGAYDQMRTGY3TCMA.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/4875/files/6937fd08e476927ae4dea31dc42677b98240c4fc..73ad59a94420db13705cfbca6ca717e29aba1800",
"url": "https://github.com/quicwg/base-drafts/pull/4875/files/6937fd08e476927ae4dea31dc42677b98240c4fc..73ad59a94420db13705cfbca6ca717e29aba1800",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608a6229b1f7_58c5a812001e--


From nobody Thu Apr 29 00:37:49 2021
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 E0C4F3A342B for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:37:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 mdr7ysTILkoz for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:37:42 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C5EC63A1CDE for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:37:42 -0700 (PDT)
Received: from github.com (hubbernetes-node-578bbec.va3-iad.github.net [10.48.121.54]) by smtp.github.com (Postfix) with ESMTPA id AD7685C0503 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:37:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619681861; bh=s8PDpwtEPBoplUC1HSn1jNNc3qUIx0O5gxAhlviZ8uM=; h=Date:From:To:Subject:From; b=fYgRa/X07H2dYYlY+txxcLyEpoMggvgfffLFxbPpwnzBjK8645p4A75cl896UQ0K+ 5mETA8Wb3TWuZlgmARFeSzOZzHGI9Jyo6r56TIl5HJ9R/sQiPI3P1kUlFn7sdxuPZR H+4/yFFbsylgfPMVuq/lyA9Q6K7NfP00p5/0eUG8=
Date: Thu, 29 Apr 2021 00:37:41 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-1/000000-aff23a@github.com>
Subject: [quicwg/base-drafts] 80c058: First few sections of RPC changes
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/BthwimsUkTyjloEV0YTZEtkVzEI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:37:48 -0000

  Branch: refs/heads/rpc-transport-1
  Home:   https://github.com/quicwg/base-drafts
  Commit: 80c058f977e49188bc4eb7a41fab36d6262b695e
      https://github.com/quicwg/base-drafts/commit/80c058f977e49188bc4eb7a41fab36d6262b695e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  First few sections of RPC changes


  Commit: 85941f827c917783874dfc52699b15d0b75958f3
      https://github.com/quicwg/base-drafts/commit/85941f827c917783874dfc52699b15d0b75958f3
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Ten sections of RPC edits

Note that this requires features from kramdown-rfc2629 that are not
available in the current release.  So it won't build successfully.


  Commit: aff23a516650ae6bd89eae2321777f47c11eb83c
      https://github.com/quicwg/base-drafts/commit/aff23a516650ae6bd89eae2321777f47c11eb83c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Tweaks to reference format


Compare: https://github.com/quicwg/base-drafts/compare/80c058f977e4%5E...aff23a516650


From nobody Thu Apr 29 00:38:14 2021
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 322E93A342C for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:38:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 eQ0gt7hJeCDi for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:38:10 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B946D3A342B for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:38:10 -0700 (PDT)
Received: from github.com (hubbernetes-node-fd8ae53.ash1-iad.github.net [10.56.120.47]) by smtp.github.com (Postfix) with ESMTPA id 9981B8400AC for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:38:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619681889; bh=UxYSEIFESI1psuRp5tl9LjjjdW6VokPlClZeC2izfiM=; h=Date:From:To:Subject:From; b=t2dU23HUYMcSwO//AMutkRaCoj/Ko3seRvN61E8GIjn7CwvFI7wOFU/XBEGRJvp0A SayelhtZLp7uf/j9hlG3cWBw51jazAt4tR4LLbTjAGDdUEJzThSrDNknjtImQsPiAw 1sa37uY6iXzwTw9OiIwieYBJvePoj/67xrL4AECs=
Date: Thu, 29 Apr 2021 00:38:09 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/9583fb-d8ead9@github.com>
Subject: [quicwg/base-drafts] d8ead9: Script updating gh-pages from 73ad59a9. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QjDpPAxUcIsILD8afaxC2bYfi1k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:38:13 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: d8ead9180b34cc52cffb06828d59830871787107
      https://github.com/quicwg/base-drafts/commit/d8ead9180b34cc52cffb06828d59830871787107
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M rpc-tls/draft-ietf-quic-http.html
    M rpc-tls/draft-ietf-quic-invariants.html
    M rpc-tls/draft-ietf-quic-qpack.html
    M rpc-tls/draft-ietf-quic-recovery.html
    M rpc-tls/draft-ietf-quic-tls.html
    M rpc-tls/draft-ietf-quic-tls.txt
    M rpc-tls/draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from 73ad59a9. [ci skip]



From nobody Thu Apr 29 00:43:55 2021
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 706813A3454 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:43:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.119
X-Spam-Level: 
X-Spam-Status: No, score=-8.119 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_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 WmBIN_CiYxzg for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:43:47 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9F1C83A3453 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:43:47 -0700 (PDT)
Received: from github.com (hubbernetes-node-f09f656.ac4-iad.github.net [10.52.125.80]) by smtp.github.com (Postfix) with ESMTPA id AB379600611 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:43:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619682226; bh=z+PqDVMxpZblBcgPguurdGQ1IgSd355oYVSPX0BoOzM=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=oH8gfoItkfWm60gPblKTKViotYQRIHN08/mnlLcVuE9xx11XPxsoN9UBUC6DXjk5f 3ZrxXUxdxuvvAO6SC8IEooZx9Nn/rgbb2IwT9kuplR3Ht2roiY6vyx4J+V6fi7bDZ/ eSRcVqrehUJTrFhH3ytL1LDLSiSxwCgiTNGsHjfs=
Date: Thu, 29 Apr 2021 00:43:46 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2H7SI7YL46AUMNTDV6SZCLFEVBNHHDHZQIGQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877@github.com>
Subject: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a63b2a8633_59c5a8140419"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/v1vrB7mJ_PykkYjX5FQNCPtP3rk>
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, 29 Apr 2021 07:43:53 -0000

----==_mimepart_608a63b2a8633_59c5a8140419
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

This contains the first tranche of text changes from the RPC.  Because some of the changes that were made are not reproducible in kramdown, I&#39;ve some open pull requests on kramdown-rfc2629 to support this.  These are minor, and I hope that they can be resolved soon, but until then this will not compile properly.

https://github.com/cabo/kramdown-rfc2629/pull/113 adds support for the strings &quot;Appendix&quot; and &quot;Appendices&quot; in the expanded section reference format so that we can cite multiple appendices properly.

https://github.com/cabo/kramdown-rfc2629/pull/112 adds support for local section references that don&#39;t start with &quot;Section&quot; or &quot;Appendix&quot; so that we can build references to multiple sections in the form &quot;Sections X and Y&quot; (which is what the above already does for external references).

Changes might be needed in response to changes in how these two things work, so this won&#39;t be good for landing for some time.

Also, this doesn&#39;t include any XML-level changes or stuff where the RPC had questions.  Not sure how to manage that stuff yet.


You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4877

-- Commit Summary --

  * First few sections of RPC changes
  * Ten sections of RPC edits
  * Tweaks to reference format

-- File Changes --

    M draft-ietf-quic-transport.md (532)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4877.patch
https://github.com/quicwg/base-drafts/pull/4877.diff

-- 
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/4877

----==_mimepart_608a63b2a8633_59c5a8140419
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>This contains the first tranche of text changes from the RPC.  Because some of the changes that were made are not reproducible in kramdown, I've some open pull requests on kramdown-rfc2629 to support this.  These are minor, and I hope that they can be resolved soon, but until then this will not compile properly.</p>
<p><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="870675067" data-permission-text="Title is private" data-url="https://github.com/cabo/kramdown-rfc2629/issues/113" data-hovercard-type="pull_request" data-hovercard-url="/cabo/kramdown-rfc2629/pull/113/hovercard" href="https://github.com/cabo/kramdown-rfc2629/pull/113">cabo/kramdown-rfc2629#113</a> adds support for the strings "Appendix" and "Appendices" in the expanded section reference format so that we can cite multiple appendices properly.</p>
<p><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="870643111" data-permission-text="Title is private" data-url="https://github.com/cabo/kramdown-rfc2629/issues/112" data-hovercard-type="pull_request" data-hovercard-url="/cabo/kramdown-rfc2629/pull/112/hovercard" href="https://github.com/cabo/kramdown-rfc2629/pull/112">cabo/kramdown-rfc2629#112</a> adds support for local section references that don't start with "Section" or "Appendix" so that we can build references to multiple sections in the form "Sections X and Y" (which is what the above already does for external references).</p>
<p>Changes might be needed in response to changes in how these two things work, so this won't be good for landing for some time.</p>
<p>Also, this doesn't include any XML-level changes or stuff where the RPC had questions.  Not sure how to manage that stuff yet.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4877'>https://github.com/quicwg/base-drafts/pull/4877</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>First few sections of RPC changes</li>
  <li>Ten sections of RPC edits</li>
  <li>Tweaks to reference format</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4877/files#diff-42873df666a8ef4f18a716aaeefb1815db2d7a1935cc8d47532191f2648439cf">draft-ietf-quic-transport.md</a>
    (532)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4877.patch'>https://github.com/quicwg/base-drafts/pull/4877.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4877.diff'>https://github.com/quicwg/base-drafts/pull/4877.diff</a></li>
</ul>

<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/4877">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2SGXKRUAXCI32KSPDTLEE3FANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK77XSWC4IX7R6YST6DTLEE3FA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M7GBA2A.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/4877",
"url": "https://github.com/quicwg/base-drafts/pull/4877",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608a63b2a8633_59c5a8140419--


From nobody Thu Apr 29 00:56:48 2021
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 D78D43A34D6 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=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 U7l4e01QDB9Z for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:38 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 666523A34CB for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:38 -0700 (PDT)
Received: from github.com (hubbernetes-node-92a6320.va3-iad.github.net [10.48.200.11]) by smtp.github.com (Postfix) with ESMTPA id F2E7E5C04FA for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619682997; bh=y8io6CJdlOMRM7W1ynXc8Mspf9OKguTAXcXQg7nylY8=; h=Date:From:To:Subject:From; b=keks3n8ww+2VH69el9CvHwvbMTu7uo9ES/BtiOMn0siAiwi7NYjApLtBMzcqHtwE5 iveYmMPkLPS5c1fxcUaB3YDZFxXmrVJB7mOAbw5bncvogoYqo4YCc6mQa8yoYFCx5R YI6MftobIxM+trKl6KVpZwVy6wV8EN5B7JaaT7gI=
Date: Thu, 29 Apr 2021 00:56:36 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/ack-ping/c804b8-000000@github.com>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3o-qV-FhKx3MP6KqnbEilBTHFAc>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:56:46 -0000

  Branch: refs/heads/ack-ping
  Home:   https://github.com/quicwg/base-drafts


From nobody Thu Apr 29 00:56:51 2021
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 379E73A34D3 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 x0zbbLM2VC0x for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:38 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1D7943A34D0 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:38 -0700 (PDT)
Received: from github.com (hubbernetes-node-5c7a69b.ac4-iad.github.net [10.52.207.80]) by smtp.github.com (Postfix) with ESMTPA id 2EE2C5600AA for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619682997; bh=Hk3mhC//mERvo1J6v5mcLEzY7S5C0QWZknrvALuBVLE=; h=Date:From:To:Subject:From; b=IraTfUoJ4TmzLu0F95vNUiq9KhR2Y/Vk6gZ/+iAJF794DgpZbkucOVk2kJGFhmd7a jC+Vx/Ypjbl0wyt0aE1dstBRT28O7FZZrF0uGs+XuVVNg1XvkMmO9dTpO8B0ywJDhf AoEvHtNsuEVPIubb6923sVsojIseLyX+pzTBc+Uw=
Date: Thu, 29 Apr 2021 00:56:37 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/f6dc76-9ea770@github.com>
Subject: [quicwg/base-drafts] 46bcb9: Move text on infinite ACK loops
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/KESdnrKbaKWCQPzuf0mENbVarhY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:56:46 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 46bcb95263ed2c2cbf4a33bdfd3e8a8fb757fda6
      https://github.com/quicwg/base-drafts/commit/46bcb95263ed2c2cbf4a33bdfd3e8a8fb757fda6
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Move text on infinite ACK loops

There is a little connective tissue added here to connect to the ACK
tracking thing.

Closes #4833.
Closes #4855.


  Commit: 2bee55cefe7df97e99f3ec26fe34972842a3dc1a
      https://github.com/quicwg/base-drafts/commit/2bee55cefe7df97e99f3ec26fe34972842a3dc1a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  endpoint


  Commit: 8444027f6540676a51e11803e9cf000d78073efd
      https://github.com/quicwg/base-drafts/commit/8444027f6540676a51e11803e9cf000d78073efd
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Connective tissue


  Commit: 9c6715fe041ed73b4dfb90af8c807363c9d68318
      https://github.com/quicwg/base-drafts/commit/9c6715fe041ed73b4dfb90af8c807363c9d68318
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  a good suggestion

Co-authored-by: ianswett <ianswett@users.noreply.github.com>


  Commit: c804b89a83bb5301feeb95f6909a2b5906d1c006
      https://github.com/quicwg/base-drafts/commit/c804b89a83bb5301feeb95f6909a2b5906d1c006
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  split those infinitives

Co-authored-by: Mike Bishop <mbishop@evequefou.be>


  Commit: 9ea770fdc9b8c204ca5c263fcfc67d54f6ab8a34
      https://github.com/quicwg/base-drafts/commit/9ea770fdc9b8c204ca5c263fcfc67d54f6ab8a34
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #4859 from quicwg/ack-ping

Move text on infinite ACK loops


Compare: https://github.com/quicwg/base-drafts/compare/f6dc7681354c...9ea770fdc9b8


From nobody Thu Apr 29 00:56:55 2021
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 E9BA93A34D1 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 wFZloQyaG0YN for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:42 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7FE7D3A34D9 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:42 -0700 (PDT)
Received: from github.com (hubbernetes-node-679a813.ac4-iad.github.net [10.52.207.34]) by smtp.github.com (Postfix) with ESMTPA id AEBFD5205B8 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683001; bh=8B1mfKMEKRvI9mr65k4nOtE44tFyqwDoSOG3o6C5FNY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jsSzB6lbmPA73Y2v8uVqFPD9IiEEOfILv8SVdbdQcPG4G9EN9ddt8/UshjGWZTY/i OeB887moPf3tfZbLRA9CJXYoBYc9FX1936lOcKu7jsuYNVLVyTNUgolj6fQvPmDkWA nMzwdIe/oKqJe3qLjkhZ1iW4w8/fmj3VVURViuaw=
Date: Thu, 29 Apr 2021 00:56:41 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK542MMYZT2TFIW5F456SZD3TEVBNHHDEY7AXM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4859/issue_event/4661016667@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4859@github.com>
References: <quicwg/base-drafts/pull/4859@github.com>
Subject: Re: [quicwg/base-drafts] Move text on infinite ACK loops (#4859)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a66b9abe01_13fc5a84387d"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/vkWE7HoLSlGIz2eRiA2HHB_ofNU>
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, 29 Apr 2021 07:56:46 -0000

----==_mimepart_608a66b9abe01_13fc5a84387d
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #4859 into master.

-- 
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/4859#event-4661016667
----==_mimepart_608a66b9abe01_13fc5a84387d
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="845406395" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4859" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/4859/hovercard" href="https://github.com/quicwg/base-drafts/pull/4859">#4859</a> into master.</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/4859#event-4661016667">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK443DLBOU3W7JWSUSTTLEGLTANCNFSM42DEL4EA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK77ICYWCBWEKUERERTTLEGLTA5CNFSM42DEL4EKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGPAAAAAAIV2F4FW.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/4859#event-4661016667",
"url": "https://github.com/quicwg/base-drafts/pull/4859#event-4661016667",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608a66b9abe01_13fc5a84387d--


From nobody Thu Apr 29 00:56:58 2021
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 79D0F3A34DF for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 WCH7bz_QgkDW for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:43 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 473043A34D0 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:43 -0700 (PDT)
Received: from github.com (hubbernetes-node-c64d0d0.ash1-iad.github.net [10.56.104.48]) by smtp.github.com (Postfix) with ESMTPA id 528A7840473 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683002; bh=MSbPFTXssHz7+dZzmIFNy3tILNv0HIfA8lOMM2lbhKo=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=tx0UzDC+bZw3rLnjhSFKPV3GxYp6112beiEIm44+VRHEc4asGKFOVjhz4Cv+AGkpc 3uihIl6cYFjzJ2UyRf3GKOFBYuRUR6Vv5U1y6yFqYE07vgPoJ/ujfFcnD9yFVakjgh r64DEXFSOgVhithgrxL8x5krQM6Diqh0veT+XgBc=
Date: Thu, 29 Apr 2021 00:56:42 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7PFPU4VG2NORMXE5V6SZD3VEVBNHHDCXLLVY@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/4833/issue_event/4661016685@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4833@github.com>
References: <quicwg/base-drafts/issues/4833@github.com>
Subject: Re: [quicwg/base-drafts] Recovery: Initialization of min_rtt when used with Cubic (#4833)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a66ba4fb57_43dc5a82117ec"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/OWY_Qbz986htXLLJT2GW7xa5Bb8>
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, 29 Apr 2021 07:56:47 -0000

----==_mimepart_608a66ba4fb57_43dc5a82117ec
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #4833 via #4859.

-- 
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/4833#event-4661016685
----==_mimepart_608a66ba4fb57_43dc5a82117ec
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="828205998" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4833" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/4833/hovercard" href="https://github.com/quicwg/base-drafts/issues/4833">#4833</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="845406395" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4859" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/4859/hovercard" href="https://github.com/quicwg/base-drafts/pull/4859">#4859</a>.</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/issues/4833#event-4661016685">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5TL2OMMDBDRSHJMMLTLEGLVANCNFSM4Y6VWSBA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6IA3TB45UUA4ENJDLTLEGLVA5CNFSM4Y6VWSBKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGPAAAAAAIV2F4G2.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/issues/4833#event-4661016685",
"url": "https://github.com/quicwg/base-drafts/issues/4833#event-4661016685",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608a66ba4fb57_43dc5a82117ec--


From nobody Thu Apr 29 00:57:01 2021
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 A63693A34D5 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=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 2sIr6G_kwxxk for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:45 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8A2483A34C8 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:45 -0700 (PDT)
Received: from github.com (hubbernetes-node-10a5824.ac4-iad.github.net [10.52.202.45]) by smtp.github.com (Postfix) with ESMTPA id 8FA315608E8 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683004; bh=indhE4ECSzf2bkZU5ggUkSy0gmK5K7HOynGiiJJIigQ=; h=Date:From:To:Subject:From; b=Gne/CfAJWasbMEIZiw7ALlPI73SpctEKMkFETNwGZX93ZO+p1wzie3agvfDfnzcDk X/yxIjwUsyTPir2Z20R12YIcfUftgfFoOjkcAz89gslU2CayL3M3kLjjz2FKBbAymA 0N8HoABHKn5ErYTETZ2gJUvboI/YFKUJYvv/gps4=
Date: Thu, 29 Apr 2021 00:56:44 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/application-code/6480e4-000000@github.com>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/p0mzPvIcE4KLQ6NWeQr070GJJaE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:56:47 -0000

  Branch: refs/heads/application-code
  Home:   https://github.com/quicwg/base-drafts


From nobody Thu Apr 29 00:57:05 2021
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 DAAD03A34C8 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 wBsc5okXSHyc for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:44 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB6393A34BB for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:44 -0700 (PDT)
Received: from github.com (hubbernetes-node-7dc6fac.va3-iad.github.net [10.48.125.31]) by smtp.github.com (Postfix) with ESMTPA id 62797E0EB4 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683003; bh=NVTohOzr9VGA+4Jj84yZzCUbeb/oI3t3cEB4CYaePiU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=HP89CrCutPe+V6FW/Aqahf3GaYzUNcCI48lKuUUDkubhaLoDJcqBFpOduggDTuUP/ v7+059uyTQhqYpQVDMXB7CiEQAjmoWUnskkS6cNI6LZHot4/QuAHEtu7Pq/QpXhBph mPONHllHkjjRLhleIc2RNQy5YFOeADpBrRRKsygc=
Date: Thu, 29 Apr 2021 00:56:43 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYOO6ULPE6DWJH3SYF6SZD3XEVBNHHDEPEN7I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4855/issue_event/4661016699@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4855@github.com>
References: <quicwg/base-drafts/pull/4855@github.com>
Subject: Re: [quicwg/base-drafts] Merge text on what not to send in response to ACKs (#4855)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a66bb5ee10_43c5a88252c"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/OB5J84fg-IDSQtqlWOf3Y7LqneQ>
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, 29 Apr 2021 07:56:48 -0000

----==_mimepart_608a66bb5ee10_43c5a88252c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #4855 via #4859.

-- 
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/4855#event-4661016699
----==_mimepart_608a66bb5ee10_43c5a88252c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="842829306" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4855" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/4855/hovercard" href="https://github.com/quicwg/base-drafts/pull/4855">#4855</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="845406395" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4859" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/4859/hovercard" href="https://github.com/quicwg/base-drafts/pull/4859">#4859</a>.</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/4855#event-4661016699">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2EVA3EQ335VMIKZIDTLEGLXANCNFSM4Z6NG3NA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5I2IHQ45KV4NLBXBDTLEGLXA5CNFSM4Z6NG3NKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGPAAAAAAIV2F4HW.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/4855#event-4661016699",
"url": "https://github.com/quicwg/base-drafts/pull/4855#event-4661016699",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608a66bb5ee10_43c5a88252c--


From nobody Thu Apr 29 00:57:09 2021
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 2F4D43A34C9 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 kjuNhINotB0P for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:46 -0700 (PDT)
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 5BE2F3A34C6 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:46 -0700 (PDT)
Received: from github.com (hubbernetes-node-48df57d.ash1-iad.github.net [10.56.116.38]) by smtp.github.com (Postfix) with ESMTPA id 6CB61900639 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683004; bh=JhZZFOaRBBFGVvEkGRqL3WAV705ATLsq7ixMHY0qJNM=; h=Date:From:To:Subject:From; b=zvDImP0f/5qmv76N8x38sW5XjOwQIEbnt9X/QHKLXBN9tk5sd0ENGsac70mW6yOvA EjnkHXGEn8e5wGQPwJFfKdHyawTN8/7T5SV0zPWx/qcM43yfbItSLBohJ+UlercbVY pLNMZcr0Bl9VnTOhzPZOvwSSetRn2JnAK0UjhPxU=
Date: Thu, 29 Apr 2021 00:56:44 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/9ea770-818909@github.com>
Subject: [quicwg/base-drafts] 6480e4: Applications define error codes
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/c21TIFF7DkMHhsi3rB1x-5DPKeE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:56:51 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6480e41e16e7dbd3c022b09005f2647a7997c08f
      https://github.com/quicwg/base-drafts/commit/6480e41e16e7dbd3c022b09005f2647a7997c08f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-03-31 (Wed, 31 Mar 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Applications define error codes

This avoids the implication of a single error code space. Even if one is
permissible, that is not necessary.

Closes #4856.


  Commit: 8189091180f9e94e3593b736e5b4d6469bbfa9b0
      https://github.com/quicwg/base-drafts/commit/8189091180f9e94e3593b736e5b4d6469bbfa9b0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #4858 from quicwg/application-code

Applications define error codes


Compare: https://github.com/quicwg/base-drafts/compare/9ea770fdc9b8...8189091180f9


From nobody Thu Apr 29 00:57:12 2021
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 655E73A34CE for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 HqXqtcYgrbqJ for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:51 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 49AEF3A34E5 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:51 -0700 (PDT)
Received: from github.com (hubbernetes-node-a431609.ash1-iad.github.net [10.56.121.35]) by smtp.github.com (Postfix) with ESMTPA id 83F718404A6 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683010; bh=pLFX0aSrpu2cWZz+1gEVpjOGLAMUrNSYSCTjOoZoLjE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LiiedTeUHF5ciVW2fUabpw0t9+Hre8Jx4lE2cZbZBxiSucruGBXiYqAHtqq6voBG9 sBCCAcL/xvyu2v3SJeGSo+v8GzJqtE/tpV3ptnUoTR52lwuqsgOnTcRMMoECKc0VbL Ntke2aSxva0ibD0f+Gk5Vf03PYq2E+i8a3LdmxV8=
Date: Thu, 29 Apr 2021 00:56:50 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2S43OID4XFKSXW5PV6SZD4FEVBNHHDETMZGQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issue/4856/issue_event/4661017351@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4856@github.com>
References: <quicwg/base-drafts/issues/4856@github.com>
Subject: Re: [quicwg/base-drafts] There is not a singular application protocol error code space (#4856)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a66c280f8c_64c5a86731e"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/E5tzd539hh6p_WE3ILOgRAQ32y4>
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, 29 Apr 2021 07:56:55 -0000

----==_mimepart_608a66c280f8c_64c5a86731e
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Closed #4856 via #4858.

-- 
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/4856#event-4661017351
----==_mimepart_608a66c280f8c_64c5a86731e
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Closed <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="843946292" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4856" data-hovercard-type="issue" data-hovercard-url="/quicwg/base-drafts/issues/4856/hovercard" href="https://github.com/quicwg/base-drafts/issues/4856">#4856</a> via <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="845363483" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4858" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/4858/hovercard" href="https://github.com/quicwg/base-drafts/pull/4858">#4858</a>.</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/issues/4856#event-4661017351">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK73PUJB2MABUFDGHXLTLEGMFANCNFSM42A56P7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKY7WKCNV54UMEJ6O43TLEGMFA5CNFSM42A56P72YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGPAAAAAAIV2F5QO.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/issues/4856#event-4661017351",
"url": "https://github.com/quicwg/base-drafts/issues/4856#event-4661017351",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608a66c280f8c_64c5a86731e--


From nobody Thu Apr 29 00:57:15 2021
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 A16C43A34E0 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=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 GDoyN74RPRGw for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:56:52 -0700 (PDT)
Received: from o11.sgmail.github.com (o11.sgmail.github.com [167.89.101.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9BF7E3A34D5 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;  h=from:reply-to:to:cc:in-reply-to:references:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=neygoSvwY0sTktz+rsQaeDHY11uIyBSyjrw5dtOl8T4=; b= sdyK81cT5wJgObcN1TJLMgktZkkxrSAK8DcLwxZIcxwwsL0ZIz9MbXiXsOL2rFDe 6aCTSSN+3qihlg3UEE+VPy6k5sJ49ACyk0ZKHcR4KLr3DC7/GOp1nxksCu3uvhTz Rhq5LYzGucOluv+KC+F11XyAQgJdF6AEEWHaZEsk3ls=
Received: by filter1756p1iad2.sendgrid.net with SMTP id filter1756p1iad2-16501-608A66C2-4 2021-04-29 07:56:50.040131251 +0000 UTC m=+651338.083332014
Received: from smtp.github.com (unknown) by geopod-ismtpd-canary-0 (SG) with ESMTP id ui899qhUSNO6uCeNjAMEfg for <quic-issues@ietf.org>; Thu, 29 Apr 2021 07:56:50.005 +0000 (UTC)
Received: from github.com (hubbernetes-node-10a5824.ac4-iad.github.net [10.52.202.45]) by smtp.github.com (Postfix) with ESMTPA id B10DC560799 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:56:49 -0700 (PDT)
Date: Thu, 29 Apr 2021 07:56:50 +0000 (UTC)
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZAEOV7K5VHM5ACKWN6SZD4DEVBNHHDEYZZDM@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4858/issue_event/4661017337@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4858@github.com>
References: <quicwg/base-drafts/pull/4858@github.com>
Subject: Re: [quicwg/base-drafts] Applications define error codes (#4858)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a66c1adf39_62c5a8865a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak0IAzYTCZ7vlCFqhRHIc2rYNrY3rhzbzW55Yo n6BW9sR8PiQaFJfN6Ibp3G88uTCCh0mTJO6OS/NBs6ZkohCSJH1EIab5nyYRcreDjKLSx2Ko/RJiGC x8/c/jMVNEHHv21SApwRI00Ho9NMWSJxLo1orBQxIPLTl8pcVXXVYCHrJs6kXBzcEUpZ8SoCGVXPDa c=
X-Entity-ID: /f+S0XqulHHajbNb6hGdxg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/DVTVxrltpAFS0KC7r071EElwp6I>
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, 29 Apr 2021 07:56:55 -0000

----==_mimepart_608a66c1adf39_62c5a8865a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #4858 into master.

-- 
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/4858#event-4661017337
----==_mimepart_608a66c1adf39_62c5a8865a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="845363483" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4858" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/4858/hovercard" href="https://github.com/quicwg/base-drafts/pull/4858">#4858</a> into master.</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/4858#event-4661017337">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYSFSSW7SP6JQUOOITTLEGMDANCNFSM42DCWLVA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZOU4DLLVXULQU3SQLTLEGMDA5CNFSM42DCWLVKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGPAAAAAAIV2F5PS.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/4858#event-4661017337",
"url": "https://github.com/quicwg/base-drafts/pull/4858#event-4661017337",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608a66c1adf39_62c5a8865a--


From nobody Thu Apr 29 00:57:40 2021
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 95CC43A34C0 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_SPACE_RATIO=0.001, UNPARSEABLE_RELAY=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 C8H612Giq2w3 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:38 -0700 (PDT)
Received: from xtrwsrhn.outbound-mail.sendgrid.net (xtrwsrhn.outbound-mail.sendgrid.net [167.89.101.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 19F313A34BB for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; h=from:subject:mime-version:content-type:content-transfer-encoding:to; s=s20150108; bh=GLICbMDWRZ/LzsPKOYaIfGeo3++e6lhsFbxGnbYc2lE=; b=eczmxrlaDQy/XGH5ESMaKTIBOvbSKcAv3grO3AMM0mh8rKF7vwIfMv9r0cQJIPWaxS0O OF2nFCcUVWRF2nZVmAb6rdX8Ghm0bgvpRsqZ5a0bqTjK9t3ojxD9ICh3Nqk5Wp0o5MyLtr 0xpSWp8Eke8k8sgRN4gc2bBhxNZWtRW2U=
Received: by filterdrecv-dff5d5889-bp6hc with SMTP id filterdrecv-dff5d5889-bp6hc-1-608A66ED-67 2021-04-29 07:57:33.84888212 +0000 UTC m=+38472.159559983
Received: from smtp.github.com (unknown) by geopod-ismtpd-5-0 (SG) with ESMTP id OrgYneI1QX24WTQQt0y4-A for <quic-issues@ietf.org>; Thu, 29 Apr 2021 07:57:33.725 +0000 (UTC)
Received: from github.com (hubbernetes-node-b972ab6.ac4-iad.github.net [10.52.207.62]) by smtp.github.com (Postfix) with ESMTPA id 646BC5604FF for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:33 -0700 (PDT)
Date: Thu, 29 Apr 2021 07:57:33 +0000 (UTC)
From: Martin Thomson <noreply@github.com>
Message-ID: <quicwg/base-drafts/push/refs/heads/boilerplate/e99a60-000000@github.com>
Subject: [quicwg/base-drafts]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
X-SG-EID: =?us-ascii?Q?E7vFLtWyj+XqYzacSU743+0CptESNIHZiA1YoGaQ1GVOiOmgZ1F3MnJ3GRdCJ4?= =?us-ascii?Q?xh1O8wU1SaypMIIntWWRFK0RPTBkKHySqk1c37r?= =?us-ascii?Q?NPgsTFy=2FuAdyG7AnxZipTamt0uhSBJ+PV9I3=2FQQ?= =?us-ascii?Q?uwRynFsTNL45ntLnEgYYgttSN+DdmESeZqcn9St?= =?us-ascii?Q?p0AXSxn86tJPiF3eO4hmGTmduuRkvtwYKUX12KO?= =?us-ascii?Q?8sw4IkyAY+fZEEzqZSi+aDzZtBOJHEAFZamwaL?=
To: quic-issues@ietf.org
X-Entity-ID: /f+S0XqulHHajbNb6hGdxg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/CKTp1hC7SIblOAJZwY8yvntIQ-Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:57:40 -0000

  Branch: refs/heads/boilerplate
  Home:   https://github.com/quicwg/base-drafts


From nobody Thu Apr 29 00:57:43 2021
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 B295A3A34BB for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 p7akbyrGzeuy for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:38 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9377C3A34BD for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:38 -0700 (PDT)
Received: from github.com (hubbernetes-node-1ec0325.ash1-iad.github.net [10.56.112.80]) by smtp.github.com (Postfix) with ESMTPA id 3978C5E0088 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683057; bh=ph9KAKdt8cQBX4ZiAp5+mt+pyl0rtVLPYWOO/+z376E=; h=Date:From:To:Subject:From; b=IY7U+8XyWXc1p10EE2cSm2LcTRlXjbWshPJNOV0D2to5gm+g8z6wpVeoIjRX3HJF9 YjKz0ZJLJBScWi75Z1ZZjZe3aQ1W2r/LBznGJ4w5a3EGWM46ybGgKAzI/7EphuidRn xYOZA7LXy8QtieDuTdS7y7Jih/MxBF0/eIxgs9DM=
Date: Thu, 29 Apr 2021 00:57:37 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/d8ead9-c661aa@github.com>
Subject: [quicwg/base-drafts] c661aa: Script updating gh-pages from 81890911. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/pJCAFS4-RYAHZsLwqr9SwYp119g>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:57:40 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: c661aa40a264053034b5af4300d85fd29772c671
      https://github.com/quicwg/base-drafts/commit/c661aa40a264053034b5af4300d85fd29772c671
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 81890911. [ci skip]



From nobody Thu Apr 29 00:57:47 2021
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 57B9D3A34BB for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 GBbPICLctINw for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:34 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3AA803A34BA for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:34 -0700 (PDT)
Received: from github.com (hubbernetes-node-7dc6fac.va3-iad.github.net [10.48.125.31]) by smtp.github.com (Postfix) with ESMTPA id 54D905C04FA for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683053; bh=KVy9nSQitxiPEBmh1tzIMf6N1o7fh+xF7FDzedmj6qg=; h=Date:From:To:Subject:From; b=Ru4+auKErOLJalSfRY6gne2FtFkH55T2gGH5y3HuEvd2onHZVeSud0Fnz8JEsa0PB vHObL0Milkh8iMeEE6nI4DZbKkcaYo+gQIP5ThPO13hCGy2CL9Kqd6KdWTg8/bK3C6 7lY74VYA6VFvXUQghoyXWoqCNaQ90U1WEAogDBiU=
Date: Thu, 29 Apr 2021 00:57:33 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/818909-941d0c@github.com>
Subject: [quicwg/base-drafts] e99a60: Manually insert BCP 14 boilerplate
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/a6kn3ZZLiGutwoV4COY8LWXnl1o>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:57:40 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: e99a602c06b05a329aea6f55e33cf86777ded998
      https://github.com/quicwg/base-drafts/commit/e99a602c06b05a329aea6f55e33cf86777ded998
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-28 (Wed, 28 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Manually insert BCP 14 boilerplate

kramdown-rfc2629 inserts a non-breaking space when expanding
`{::boilerplate bcp14}`, which xml2rfc subsequently mangles to produce
invalid XML.  Rather than deal with that, insert the boilerplate with
regular spaces instead.


  Commit: 941d0c71ca652c35a4310b611d1e048c6b25f8b7
      https://github.com/quicwg/base-drafts/commit/941d0c71ca652c35a4310b611d1e048c6b25f8b7
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.md
    M draft-ietf-quic-invariants.md
    M draft-ietf-quic-qpack.md
    M draft-ietf-quic-recovery.md
    M draft-ietf-quic-tls.md
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #4873 from quicwg/boilerplate

Manually insert BCP 14 boilerplate


Compare: https://github.com/quicwg/base-drafts/compare/8189091180f9...941d0c71ca65


From nobody Thu Apr 29 00:57:51 2021
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 03E3B3A34CB for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 gsKrgYg1D3XS for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:40 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BD1DC3A34BE for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:40 -0700 (PDT)
Received: from github.com (hubbernetes-node-e258285.ash1-iad.github.net [10.56.22.68]) by smtp.github.com (Postfix) with ESMTPA id EE6F45E0508 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683060; bh=zzlDr6hGcXw7zka8Z2B+svJj5fkRBYdY0oyAyj/eTBA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=B3wABRpkjNnoPF60exMyXFTDr658P0MLMt4ulUbGGFaU2fPZabUZLKbhjDl7yaNg3 I3rlBBt+NjfqMq9YnNDFfbXMlte+sdYM965qzvcPtXQraFnx/UxYSdN7lx7ly+UOfF 62AP/9rMvLfYnNYmlUMLlVLiYcdpoJUxXpN4bBpU=
Date: Thu, 29 Apr 2021 00:57:39 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYC7TSCZIQGZBHLFXF6SZD7HEVBNHHDHVFYSU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4873/issue_event/4661021829@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4873@github.com>
References: <quicwg/base-drafts/pull/4873@github.com>
Subject: Re: [quicwg/base-drafts] Manually insert BCP 14 boilerplate (#4873)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a66f3ebb50_50c5a82017bf"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/uQvjdai2aKO8m587QgojpePUe_Q>
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, 29 Apr 2021 07:57:43 -0000

----==_mimepart_608a66f3ebb50_50c5a82017bf
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Merged #4873 into master.

-- 
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/4873#event-4661021829
----==_mimepart_608a66f3ebb50_50c5a82017bf
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Merged <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="869578901" data-permission-text="Title is private" data-url="https://github.com/quicwg/base-drafts/issues/4873" data-hovercard-type="pull_request" data-hovercard-url="/quicwg/base-drafts/pull/4873/hovercard" href="https://github.com/quicwg/base-drafts/pull/4873">#4873</a> into master.</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/4873#event-4661021829">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZFJ2TVG73KKNGZ5Q3TLEGPHANCNFSM43WOXGFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK24EF37FV5FIGVAJSLTLEGPHA5CNFSM43WOXGF2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGPAAAAAAIV2GGIK.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/4873#event-4661021829",
"url": "https://github.com/quicwg/base-drafts/pull/4873#event-4661021829",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608a66f3ebb50_50c5a82017bf--


From nobody Thu Apr 29 00:57:54 2021
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 74B083A34BB for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 m8DLp8AXRkal for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:57:43 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 25ACD3A34DA for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:42 -0700 (PDT)
Received: from github.com (hubbernetes-node-de67673.va3-iad.github.net [10.48.206.56]) by smtp.github.com (Postfix) with ESMTPA id A02D7340754 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:57:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683061; bh=G5oFXp+Ykr476ymz6xkR6X0i+VO3HTfHlKOn1dE1zYU=; h=Date:From:To:Subject:From; b=GWjumWsBZrhLzVjXiraa2gJO9PvxPvklMaUecGxC3N0h05pxXs+wER4Gjl6OPCjk4 ZYji+Z9qUiBy80DannCbk99Q9gmG4nvKGRgnzYaDiNvKbjQUJ/Gu2k0y6Z7MJh22Eg ysBVgcwgpU7OYCjcOYHjfHwsNeU8WFL/5W28D3rQ=
Date: Thu, 29 Apr 2021 00:57:41 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/c661aa-ea90fa@github.com>
Subject: [quicwg/base-drafts] ea90fa: Script updating gh-pages from 9ea770fd. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/wbzzLTNuniy2zZ3kCvOPpsvo8T0>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:57:45 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: ea90fa7c8a9943a02fde6c71f60642a989ea3c1b
      https://github.com/quicwg/base-drafts/commit/ea90fa7c8a9943a02fde6c71f60642a989ea3c1b
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 9ea770fd. [ci skip]



From nobody Thu Apr 29 00:58:23 2021
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 0F2CD3A34C4 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:58:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 gtDoRI5y_j4W for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 00:58:20 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D19433A34C3 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:58:20 -0700 (PDT)
Received: from github.com (hubbernetes-node-f70f741.ash1-iad.github.net [10.56.115.69]) by smtp.github.com (Postfix) with ESMTPA id 4DBB2900F49 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 00:58:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683099; bh=YI5i74CL7bknlERc8/jT83rwFv3mp9sILI0r4Q776yc=; h=Date:From:To:Subject:From; b=naVYtAK8b2doH1L+yiPScxJgixkkdsxmffK+CTnRElUB+OG/g7gAEL0NuJA+qHe/U CsME2WLS9i9Q/Mc6vuNuayAFyBt2FzuYEIwvAIiiRzc9hSJftX2b1vxvHXXCM9pPei +KQvfybhjfKyeUVFJy3FuEdAyKwuPCdodce6zGp4=
Date: Thu, 29 Apr 2021 00:58:19 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/ea90fa-f4a722@github.com>
Subject: [quicwg/base-drafts] f4a722: Script updating gh-pages from 941d0c71. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/4s1_hXI2F-4r4EpKXypXGKbtzpY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 29 Apr 2021 07:58:22 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: f4a72215b765a8815e4cdedde4f5a6b0196aa1ce
      https://github.com/quicwg/base-drafts/commit/f4a72215b765a8815e4cdedde4f5a6b0196aa1ce
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M draft-ietf-quic-http.html
    M draft-ietf-quic-http.txt
    M draft-ietf-quic-invariants.html
    M draft-ietf-quic-invariants.txt
    M draft-ietf-quic-qpack.html
    M draft-ietf-quic-qpack.txt
    M draft-ietf-quic-recovery.html
    M draft-ietf-quic-recovery.txt
    M draft-ietf-quic-tls.html
    M draft-ietf-quic-tls.txt
    M draft-ietf-quic-transport.html
    M draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 941d0c71. [ci skip]



From nobody Thu Apr 29 01:00:25 2021
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 EEFCF3A34D7 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 01:00:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 G8IrsSrzNDQz for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 01:00:22 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EAE7B3A355C for <quic-issues@ietf.org>; Thu, 29 Apr 2021 01:00:11 -0700 (PDT)
Received: from github.com (hubbernetes-node-fe0057e.ac4-iad.github.net [10.52.210.17]) by smtp.github.com (Postfix) with ESMTPA id 1A0405607ED for <quic-issues@ietf.org>; Thu, 29 Apr 2021 01:00:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619683211; bh=ouuYaz/40CXvK4nxwBOVVzwWt1gXEQKiSjL+QDdRi+w=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Vvjnz5hgHyfzdMDM3EoSxjNHd/B/y/K4fyghELL62rT18gSvv+jcStmo7iVkyyYIP z/VtQWCLXOArYa7Jj9ELV7cu3Mkmb8Ebi8lrvqQAn0ikomqa/fXtC9iK7wJA80+sUX Yek4iNl1MXMJJzLj3WMWWe8UAU8oyMJbNqaC/FTU=
Date: Thu, 29 Apr 2021 01:00:11 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZEPG24D2HCI4HYIYF6SZEIXEVBNHHDHVEKHA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4871/c829023157@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4871@github.com>
References: <quicwg/base-drafts/pull/4871@github.com>
Subject: Re: [quicwg/base-drafts] Tidy the XML (#4871)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608a678b16213_62c5a841497"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/7EuUgEFUJs0NnHRZWEbaVy23lOM>
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, 29 Apr 2021 08:00:24 -0000

----==_mimepart_608a678b16213_62c5a841497
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop, I'm not exactly proud of this code, but it seems to do the job fairly well based on a reading of the diff it produces.  What do you think?

-- 
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/4871#issuecomment-829023157
----==_mimepart_608a678b16213_62c5a841497
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/MikeBishop/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/MikeBishop">@MikeBishop</a>, I'm not exactly proud of this code, but it seems to do the job fairly well based on a reading of the diff it produces.  What do you think?</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/4871#issuecomment-829023157">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4LFBXVRVVGRNX3XDLTLEGYXANCNFSM43WOBBNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3XFE7RQJFIP4COV53TLEGYXA5CNFSM43WOBBNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGFU6HNI.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/4871#issuecomment-829023157",
"url": "https://github.com/quicwg/base-drafts/pull/4871#issuecomment-829023157",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608a678b16213_62c5a841497--


From nobody Thu Apr 29 05:17:19 2021
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 4985E3A3C8C for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 05:17:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 8HOj9QPVniJf for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 05:17:16 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 04AC33A2625 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 05:17:11 -0700 (PDT)
Received: from github.com (hubbernetes-node-340ee2b.va3-iad.github.net [10.48.206.50]) by smtp.github.com (Postfix) with ESMTPA id 102B43405D4 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 05:17:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619698631; bh=O4FjwgRNriQ7xqI8eJdwNgAkhEsbXEQ/qrgrR1D4NEw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=jmu0Zx+LWzr2BzLuxaVFPURtnSPRgrG61MzqH5wb7vf4JWg+uSfB4jrywQBfHrEW/ egSlFCo0pm83iUQoZCDAF3lofsJ2EqLEu3XweOAkJDhhiZ1dkZJojNO8PjUNTNhc2H YB/mLp2PDeM4nPFnoqnAexmw1z+Kjs2CEp5PAQyI=
Date: Thu, 29 Apr 2021 05:17:11 -0700
From: cabo <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2FMB7EKFIY4QCD2WF6S2CMPEVBNHHDHZQIGQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/review/648131654@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608aa3c7db09_5bc5a8201617"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: cabo
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/ckvJuX7ya1JJgzSPqll4XC6lfrw>
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, 29 Apr 2021 12:17:18 -0000

----==_mimepart_608aa3c7db09_5bc5a8201617
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@cabo commented on this pull request.



> @@ -513,12 +513,12 @@ implementations. An implementation can define a different state machine as long
 as its behavior is consistent with an implementation that implements these
 states.
 
-Note:
-
-: In some cases, a single event or action can cause a transition through
-  multiple states.  For instance, sending STREAM with a FIN bit set can cause
-  two state transitions for a sending stream: from the Ready state to the Send
-  state, and from the Send state to the Data Sent state.
+<aside><t>

Try `<aside markdown="1">`, then you can use normal markdown inside the aside.

-- 
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/4877#pullrequestreview-648131654
----==_mimepart_608aa3c7db09_5bc5a8201617
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@cabo</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/4877#discussion_r622995955">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -513,12 +513,12 @@ implementations. An implementation can define a different state machine as long
 as its behavior is consistent with an implementation that implements these
 states.
 
-Note:
-
-: In some cases, a single event or action can cause a transition through
-  multiple states.  For instance, sending STREAM with a FIN bit set can cause
-  two state transitions for a sending stream: from the Ready state to the Send
-  state, and from the Send state to the Data Sent state.
+&lt;aside&gt;&lt;t&gt;
</pre>
<p>Try <code>&lt;aside markdown="1"&gt;</code>, then you can use normal markdown inside the aside.</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/4877#pullrequestreview-648131654">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4VVJ4MWFXDDKTG3L3TLFE4PANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5Q2HANXSYGUUHDGBDTLFE4PA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2Q3IRQ.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/4877#pullrequestreview-648131654",
"url": "https://github.com/quicwg/base-drafts/pull/4877#pullrequestreview-648131654",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608aa3c7db09_5bc5a8201617--


From nobody Thu Apr 29 12:07:25 2021
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 B1CFE3A15A9 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 12:07:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 LSsvI7mSSGKw for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 12:07:22 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8AE943A15A3 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 12:07:22 -0700 (PDT)
Received: from github.com (hubbernetes-node-0348076.ac4-iad.github.net [10.52.210.35]) by smtp.github.com (Postfix) with ESMTPA id 93E44520427 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 12:07:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619723241; bh=UppIEPZsADP8oQi/JtYsgzcE+fG/0SmZugTe4nuOMis=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=LcIX5fIeluI8jdYCqShQDhYzXef/8Kb51m8/xJWPGCjMgSsX8TlaIbB6T7xL+gVX0 900qad8lfnivy3KZ0S9OiMnYXE6cOIs3X9E2SurSDXOEPomDQ8magDkRHWwSRhPSjD Y+grxsX+FBEDyyHxIve0DQTtwTez5Opng6JxnR3o=
Date: Thu, 29 Apr 2021 12:07:21 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4JS26PZXQWT4SIPCN6S3SOTEVBNHHDHU7THU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4869/review/648556077@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4869@github.com>
References: <quicwg/base-drafts/pull/4869@github.com>
Subject: Re: [quicwg/base-drafts] Remove all RFC Editor notes (#4869)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608b03e991217_56c5a815561"; 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/FhEVMbOqFVAzvmVzGhsJmpahkkw>
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, 29 Apr 2021 19:07:24 -0000

----==_mimepart_608b03e991217_56c5a815561
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop approved this pull request.





-- 
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/4869#pullrequestreview-648556077
----==_mimepart_608b03e991217_56c5a815561
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@MikeBishop</b> approved this pull request.</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/4869#pullrequestreview-648556077">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6KZOZNHAKESVD5UI3TLGU6TANCNFSM43WLV2KA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3IQQQ2QKGE4VRZ5K3TLGU6TA5CNFSM43WLV2KKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2UC4LI.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/4869#pullrequestreview-648556077",
"url": "https://github.com/quicwg/base-drafts/pull/4869#pullrequestreview-648556077",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608b03e991217_56c5a815561--


From nobody Thu Apr 29 12:09:23 2021
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 F3A993A15C5 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 12:09:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.042
X-Spam-Level: 
X-Spam-Status: No, score=-1.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 E2jn2LJLsApJ for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 12:09:19 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 58EFC3A15C1 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 12:09:19 -0700 (PDT)
Received: from github.com (hubbernetes-node-463454d.ash1-iad.github.net [10.56.111.62]) by smtp.github.com (Postfix) with ESMTPA id 4AFFF9003F4 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 12:09:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619723358; bh=9bjUcGOFe2vLV+70H0D0HsrjzlqdaUcatHhgyuAbgTI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=pEj/NN4L5HXAfFSW0lvdUetUXmQG4P+RhZKZNUrFUyIdT9YJZOoDOaaODCf/lMkjH rXtdvk2HcRdgYZwSi9vZHbJmbiHDHx2yO24e2BEExk/BdoCuNugARNhaP0td0h1hJS LKltuVIgsCH0gm5GLmJQcwIHs8WlwVEu0RRZ/mLs=
Date: Thu, 29 Apr 2021 12:09:18 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7Q7CQETMLR4SMGXMV6S3SV5EVBNHHDHYQTAI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4876/review/648557617@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4876@github.com>
References: <quicwg/base-drafts/pull/4876@github.com>
Subject: Re: [quicwg/base-drafts] Make the notation sections consistent (#4876)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608b045e48376_5ac5a81024d6"; 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/lhEh1_l52TKEIh1mTkmYY29Lqv8>
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, 29 Apr 2021 19:09:22 -0000

----==_mimepart_608b045e48376_5ac5a81024d6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop approved this pull request.





-- 
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/4876#pullrequestreview-648557617
----==_mimepart_608b045e48376_5ac5a81024d6
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@MikeBishop</b> approved this pull request.</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/4876#pullrequestreview-648557617">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7KAPHCZALMCXNBNVTTLGVF5ANCNFSM43X62LHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7WXTWUEH2HQGYXRQLTLGVF5A5CNFSM43X62LHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2UDIMI.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/4876#pullrequestreview-648557617",
"url": "https://github.com/quicwg/base-drafts/pull/4876#pullrequestreview-648557617",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608b045e48376_5ac5a81024d6--


From nobody Thu Apr 29 12:25:49 2021
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 8FEAF3A05DE for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 12:25:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.009
X-Spam-Level: 
X-Spam-Status: No, score=-2.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_MSPIKE_H2=-0.001, 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 L-wdqA7ORQSK for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 12:25:47 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 22C623A05AC for <quic-issues@ietf.org>; Thu, 29 Apr 2021 12:25:46 -0700 (PDT)
Received: from github.com (hubbernetes-node-382cf59.ac4-iad.github.net [10.52.202.41]) by smtp.github.com (Postfix) with ESMTPA id 3BC15520026 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 12:25:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619724346; bh=VsFjHeDFCm4atyEfOhWpcQJBfwVTbQM56BRsTrSGpeY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Lir9HiEshNAfbUWiMND63vUAYP+1/AryS8yM5MnycLBkmMlvOXCrhKIK8w/QmU9nd cZgHDWGjmhTZotYiaQ36qaj3VKyf/JmMqVXUSWN4L5BMa9wQXNbKdKCOFlUW03Xf+W Rhin6q5+RDabKZi1uDnTi5oK7AWjazfRSl+9Dg04=
Date: Thu, 29 Apr 2021 12:25:46 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZMMDAU7XQDNPOUPN56S3UTVEVBNHHDHVJZZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/review/648570381@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608b083a372ca_a57c5a810339c"; 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/V_v75_83mb49wGffe518BRRyBvU>
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, 29 Apr 2021 19:25:49 -0000

----==_mimepart_608b083a372ca_a57c5a810339c
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop approved this pull request.

The table change is a bit painful, but lacking a way to make kramdown produce that....



-- 
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/4875#pullrequestreview-648570381
----==_mimepart_608b083a372ca_a57c5a810339c
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@MikeBishop</b> approved this pull request.</p>

<p>The table change is a bit painful, but lacking a way to make kramdown produce that....</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/4875#pullrequestreview-648570381">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZ2CP4CVEYAT6U3SBDTLGXDVANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3A4MJMTV4MMDU5JHLTLGXDVA5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2UGMDI.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/4875#pullrequestreview-648570381",
"url": "https://github.com/quicwg/base-drafts/pull/4875#pullrequestreview-648570381",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608b083a372ca_a57c5a810339c--


From nobody Thu Apr 29 16:44:55 2021
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 181F63A1866 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 16:44:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 2r3VMjF6AKTe for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 16:44:51 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 531193A1864 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 16:44:51 -0700 (PDT)
Received: from github.com (hubbernetes-node-2b61f9f.va3-iad.github.net [10.48.204.55]) by smtp.github.com (Postfix) with ESMTPA id 6CC16E0013 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 16:44:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619739890; bh=TsHBxbcJjaehz/r9ZFGruw51W6PEAgV+Pzy5Qp0jp4E=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cNKDx0ZSEtguxEACumjS0MIq5+/8tswmSYcp4dsRpQS7p26ZWl8wRaNOLj3jz8Oqc b2lx3uGRtVsg87XE+22/Yki4VXMy7rjF1CF162UVAUVht2oX6w2CuPStKktW+0Ba4L h8DV/xD/WMMwtbsr9Wi+YII2z7X2BKkPbZE39h38=
Date: Thu, 29 Apr 2021 16:44:50 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK76P6ZNUIBBE6IBOV56S4S7FEVBNHHDHZQIGQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/review/648763102@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608b44f269e6a_a32c5a8117410"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/aVQi-ihD9f3LbeiK65QbyK7V99U>
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, 29 Apr 2021 23:44:54 -0000

----==_mimepart_608b44f269e6a_a32c5a8117410
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson commented on this pull request.



> @@ -513,12 +513,12 @@ implementations. An implementation can define a different state machine as long
 as its behavior is consistent with an implementation that implements these
 states.
 
-Note:
-
-: In some cases, a single event or action can cause a transition through
-  multiple states.  For instance, sending STREAM with a FIN bit set can cause
-  two state transitions for a sending stream: from the Ready state to the Send
-  state, and from the Send state to the Data Sent state.
+<aside><t>

Yeah, I've started doing that on other changes, but I need to review all the open PRs for it now.

-- 
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/4877#discussion_r623495463
----==_mimepart_608b44f269e6a_a32c5a8117410
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@martinthomson</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/4877#discussion_r623495463">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt; @@ -513,12 +513,12 @@ implementations. An implementation can define a different state machine as long
 as its behavior is consistent with an implementation that implements these
 states.
 
-Note:
-
-: In some cases, a single event or action can cause a transition through
-  multiple states.  For instance, sending STREAM with a FIN bit set can cause
-  two state transitions for a sending stream: from the Ready state to the Send
-  state, and from the Send state to the Data Sent state.
+&lt;aside&gt;&lt;t&gt;
</pre>
<p>Yeah, I've started doing that on other changes, but I need to review all the open PRs for it now.</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/4877#discussion_r623495463">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2GGECUCPIAHBR37YDTLHVPFANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4PK2M2V35SLCYNOB3TLHVPFA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2VVNXQ.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/4877#discussion_r623495463",
"url": "https://github.com/quicwg/base-drafts/pull/4877#discussion_r623495463",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608b44f269e6a_a32c5a8117410--


From nobody Thu Apr 29 17:53:07 2021
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 6A1983A1A66 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:53:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 04vQUHvjE26Z for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:53:00 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5CAAE3A1A65 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:53:00 -0700 (PDT)
Received: from github.com (hubbernetes-node-8541d5d.ash1-iad.github.net [10.56.120.85]) by smtp.github.com (Postfix) with ESMTPA id 5703184056F for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:52:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619743979; bh=dskQPbU6SAdQ/SvMgez03WVdyQZ1rVONtdVVDArOpw4=; h=Date:From:To:Subject:From; b=HpeBuXPJF13/I1VpWwTCz+zX6ENU67it5fOqaCIap+Kp4SK0jh2VMRDkIwHmikTBV WzMvz10RhEOKLahisO0dOefpaje+HxNSxo3fmyYkp3AOJuxqVzp3D0QRT8kDWYiXoB mJZEftISzYWpWK3FVCV2GWF/GwboW6f7xhaQjlvo=
Date: Thu, 29 Apr 2021 17:52:59 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-1/aff23a-47235b@github.com>
Subject: [quicwg/base-drafts] 47235b: Revert dependency on unmerged kramdown-rfc2629 change
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/fd0vJZfWySTU1AapgvtufhjdywI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 00:53:06 -0000

  Branch: refs/heads/rpc-transport-1
  Home:   https://github.com/quicwg/base-drafts
  Commit: 47235b55ef4245eacb962f9c4a7274c53575812f
      https://github.com/quicwg/base-drafts/commit/47235b55ef4245eacb962f9c4a7274c53575812f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Revert dependency on unmerged kramdown-rfc2629 change



From nobody Thu Apr 29 17:53:11 2021
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 2A3B43A1A6A for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:53:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 PKvv8UbEV1B5 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:53:06 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B0C553A1A65 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:53:06 -0700 (PDT)
Received: from github.com (hubbernetes-node-b16e818.va3-iad.github.net [10.48.206.77]) by smtp.github.com (Postfix) with ESMTPA id A92725C022D for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:53:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619743985; bh=zFbj5JGLK4v2WsuhW9GinerFiybEQfYRizTQllD96Sk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vI6uWHwnyoB7RszzyNQ//iZItYWyTYG5reneFZcvG3o9TsncBNAKPPKUeyJQ6Fp+y HWZ7hqAlOvRnS+1K85QdIZA5tdOYKDZcta6vvzSTLBx+u5vPRQ1vCXDgMhxTyOwPFL Iz/ie9sChEI21gQ4sV0j2DzlwLdY7HV/NkxiDgwY=
Date: Thu, 29 Apr 2021 17:53:05 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/push/7014581943@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608b54f1a66d2_5ac5a82632f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/GlMSaOhla_xyh8-M0qrs-iiT-fk>
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, 30 Apr 2021 00:53:09 -0000

----==_mimepart_608b54f1a66d2_5ac5a82632f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

47235b55ef4245eacb962f9c4a7274c53575812f  Revert dependency on unmerged kramdown-rfc2629 change


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4877/files/aff23a516650ae6bd89eae2321777f47c11eb83c..47235b55ef4245eacb962f9c4a7274c53575812f

----==_mimepart_608b54f1a66d2_5ac5a82632f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/47235b55ef4245eacb962f9c4a7274c53575812f">47235b5</a>  Revert dependency on unmerged kramdown-rfc2629 change</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4877/files/aff23a516650ae6bd89eae2321777f47c11eb83c..47235b55ef4245eacb962f9c4a7274c53575812f">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3AGUF7HVIJ734DC23TLH5PDANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7GOJSIYSYP4IPUEEDTLH5PDA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDKOBWGIZTEN2QOVZWQIZXGAYTINJYGE4TIMY.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/4877/files/aff23a516650ae6bd89eae2321777f47c11eb83c..47235b55ef4245eacb962f9c4a7274c53575812f",
"url": "https://github.com/quicwg/base-drafts/pull/4877/files/aff23a516650ae6bd89eae2321777f47c11eb83c..47235b55ef4245eacb962f9c4a7274c53575812f",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608b54f1a66d2_5ac5a82632f--


From nobody Thu Apr 29 17:53:58 2021
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 E32DC3A1A6A for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:53:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 W_Tqu2legA_P for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:53:55 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 900513A1A68 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:53:55 -0700 (PDT)
Received: from github.com (hubbernetes-node-37a3abe.ash1-iad.github.net [10.56.112.74]) by smtp.github.com (Postfix) with ESMTPA id 2BD148403AD for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:53:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744034; bh=9EWAAuMjsFcVFHLhsclW0CYb5fNYTgwLMlnNKZP0PuA=; h=Date:From:To:Subject:From; b=KePNZn1fwjdtQ3fuxiKK4rPEV97STH4OTOrtZPo7bt0j7QE7l9tAniFomfET9caMQ lUkNIwU6i5TKqQ3C4NUQCkyz9U53a+8SCKWLNK2eeeoXyHNHvqC3h2L4SRrLaJFLFK /ApREKHR0JT0uh3YMmGTeT2gQkizYB0Rv6p8fsmg=
Date: Thu, 29 Apr 2021 17:53:54 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/f4a722-658d1d@github.com>
Subject: [quicwg/base-drafts] 658d1d: Script updating gh-pages from 47235b55. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7H_oK1B7UQx5C_LLZd9_0SJJ7iI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 00:53:57 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 658d1d32ffc80c80865a7aed5ac719019de459ff
      https://github.com/quicwg/base-drafts/commit/658d1d32ffc80c80865a7aed5ac719019de459ff
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    R application-code/draft-ietf-quic-http.html
    R application-code/draft-ietf-quic-http.txt
    R application-code/draft-ietf-quic-invariants.html
    R application-code/draft-ietf-quic-invariants.txt
    R application-code/draft-ietf-quic-qpack.html
    R application-code/draft-ietf-quic-qpack.txt
    R application-code/draft-ietf-quic-recovery.html
    R application-code/draft-ietf-quic-recovery.txt
    R application-code/draft-ietf-quic-tls.html
    R application-code/draft-ietf-quic-tls.txt
    R application-code/draft-ietf-quic-transport.html
    R application-code/draft-ietf-quic-transport.txt
    R application-code/index.html
    M index.html
    A rpc-transport-1/draft-ietf-quic-http.html
    A rpc-transport-1/draft-ietf-quic-http.txt
    A rpc-transport-1/draft-ietf-quic-invariants.html
    A rpc-transport-1/draft-ietf-quic-invariants.txt
    A rpc-transport-1/draft-ietf-quic-qpack.html
    A rpc-transport-1/draft-ietf-quic-qpack.txt
    A rpc-transport-1/draft-ietf-quic-recovery.html
    A rpc-transport-1/draft-ietf-quic-recovery.txt
    A rpc-transport-1/draft-ietf-quic-tls.html
    A rpc-transport-1/draft-ietf-quic-tls.txt
    A rpc-transport-1/draft-ietf-quic-transport.html
    A rpc-transport-1/draft-ietf-quic-transport.txt
    A rpc-transport-1/index.html

  Log Message:
  -----------
  Script updating gh-pages from 47235b55. [ci skip]



From nobody Thu Apr 29 17:54:09 2021
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 ECA4C3A1A6B for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:54:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.119
X-Spam-Level: 
X-Spam-Status: No, score=-2.119 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 qxfBQw6XCkny for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:54:03 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 008D63A1A6C for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:54:02 -0700 (PDT)
Received: from github.com (hubbernetes-node-5c3fee4.ac4-iad.github.net [10.52.206.45]) by smtp.github.com (Postfix) with ESMTPA id F31F7600701 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:54:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744042; bh=fvMd+OC5Bvee4wou4IL00slrp56s/XbVSQ3iE/cOK3E=; h=Date:From:To:Subject:From; b=eL045JRX4ktLqTkNfCAK79zTZB6zeedTS0+BGvYH049VX8hkFWb7N6nQFI3q6vGeW BtNudpZYhnS//mnOiaoVrMAfvc4Gt7tiRaR6L0Ep9vQG4I9DGW1rICHxE2xJKZ07MV Cyh6XMLq9uAinKvwQVyOp9Szu9MlhPwlc91qn/N4=
Date: Thu, 29 Apr 2021 17:54:01 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-1/47235b-392a1a@github.com>
Subject: [quicwg/base-drafts] 392a1a: Add attribute to aside block
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/OA8uNTEp9odOIZamXXeLKeVg5_E>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 00:54:08 -0000

  Branch: refs/heads/rpc-transport-1
  Home:   https://github.com/quicwg/base-drafts
  Commit: 392a1ae4b07ad3bc9ff8ac3f539b61b5de370070
      https://github.com/quicwg/base-drafts/commit/392a1ae4b07ad3bc9ff8ac3f539b61b5de370070
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Add attribute to aside block



From nobody Thu Apr 29 17:54:14 2021
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 305F13A1A6B for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:54:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 vxROy74n-NLF for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:54:08 -0700 (PDT)
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 E832A3A1A69 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:54:07 -0700 (PDT)
Received: from github.com (hubbernetes-node-44fc9fa.ash1-iad.github.net [10.56.112.46]) by smtp.github.com (Postfix) with ESMTPA id F14D390112B for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:54:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744046; bh=OP5rwAE59rolI1B+yIfsKKJQn8JFaYcR++YOVgHpvC0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=2YvhlCHlBCdgfgJJuikwrc2IdNC2QipY0Ia1JmNleVq//+WrxYZY3DLLERwIgSe9s Mil3yVeG4ut4E3IMsgOhUnT7FPbsqBKKorNmh9elcWK8hlhkrVzwc20Ia5X/RUYMoT CpmYDdy1yfXkmfS7bw4Fq81vVpT18PSM9k4KPMeU=
Date: Thu, 29 Apr 2021 17:54:06 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/push/7014586038@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608b552eee797_6ac5a813666"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/FyDlAEwa_E0SnulV5otZUWOBbjw>
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, 30 Apr 2021 00:54:09 -0000

----==_mimepart_608b552eee797_6ac5a813666
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

392a1ae4b07ad3bc9ff8ac3f539b61b5de370070  Add attribute to aside block


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4877/files/47235b55ef4245eacb962f9c4a7274c53575812f..392a1ae4b07ad3bc9ff8ac3f539b61b5de370070

----==_mimepart_608b552eee797_6ac5a813666
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/392a1ae4b07ad3bc9ff8ac3f539b61b5de370070">392a1ae</a>  Add attribute to aside block</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4877/files/47235b55ef4245eacb962f9c4a7274c53575812f..392a1ae4b07ad3bc9ff8ac3f539b61b5de370070">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3IPKSLYG7MMKJHAU3TLH5S5ANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK53TVMY7MJ5IAEFZC3TLH5S5A5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDKOBWGIZTEN2QOVZWQIZXGAYTINJYGYYDGOA.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/4877/files/47235b55ef4245eacb962f9c4a7274c53575812f..392a1ae4b07ad3bc9ff8ac3f539b61b5de370070",
"url": "https://github.com/quicwg/base-drafts/pull/4877/files/47235b55ef4245eacb962f9c4a7274c53575812f..392a1ae4b07ad3bc9ff8ac3f539b61b5de370070",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608b552eee797_6ac5a813666--


From nobody Thu Apr 29 17:55:14 2021
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 3D81B3A1A76 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:55:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 r2qCyU4cE3te for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:55:07 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1DDC93A1A75 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:55:06 -0700 (PDT)
Received: from github.com (hubbernetes-node-b16e818.va3-iad.github.net [10.48.206.77]) by smtp.github.com (Postfix) with ESMTPA id 0B064E05E5 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:55:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744106; bh=PszlrWA0sEhqZcmwPQmrlVoOmwM6gVeksOVoYfJaDeY=; h=Date:From:To:Subject:From; b=pVexU5Gwn36xtSwLft6elxGFS3NdKFZKtEniKiV/CNHRwn3twyD9qOPIsA3JV04jA XKur8iNVqlPr17LtzN0lHP2J7tZhSIH7tBFP4QP19htgPH6TAHtmOLjzz5Hm9PeFyD iuXMdbgg6gba4rzG0Nxe/jMynZ2q0m8kMwi2ivoo=
Date: Thu, 29 Apr 2021 17:55:06 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/658d1d-6f06f2@github.com>
Subject: [quicwg/base-drafts] 6f06f2: Script updating gh-pages from 392a1ae4. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/C163FiyV87bGImr_hd9AuXlRBpE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 00:55:12 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6f06f2d2f87c4aff6f2fa23a8995f4f0cd91139d
      https://github.com/quicwg/base-drafts/commit/6f06f2d2f87c4aff6f2fa23a8995f4f0cd91139d
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M index.html
    M rpc-transport-1/draft-ietf-quic-http.html
    M rpc-transport-1/draft-ietf-quic-invariants.html
    M rpc-transport-1/draft-ietf-quic-qpack.html
    M rpc-transport-1/draft-ietf-quic-recovery.html
    M rpc-transport-1/draft-ietf-quic-tls.html
    M rpc-transport-1/draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from 392a1ae4. [ci skip]



From nobody Thu Apr 29 17:55:20 2021
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 5442D3A1A76 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:55:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 yNIksMHde956 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:55:13 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 67CFF3A1A75 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:55:13 -0700 (PDT)
Received: from github.com (hubbernetes-node-312c3a1.ash1-iad.github.net [10.56.117.73]) by smtp.github.com (Postfix) with ESMTPA id 840975E0103 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:55:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744112; bh=cpCYtz2M/5HEfxMoGHviIQso0HuKmjnPsJedl5IF+0I=; h=Date:From:To:Subject:From; b=v7lm6O+OuNCm5XynYvUWGByeAHHqzUwEZWvThwFI8e+rnWKSTvC0oqhHBrhbryzlI mMjiuXA9a1aj0aEPOzgDIwARavhxQ2BPiZE1GwOPP3ICbwna/Ypn/fCK3IKGO/+e7U Zcy8uYHuMmc7cHr51IOCRKxMI0dCNe1sOWxF+aZk=
Date: Thu, 29 Apr 2021 17:55:12 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-1/392a1a-b0999a@github.com>
Subject: [quicwg/base-drafts] b0999a: Add attribute to aside block
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/QYQ40Zr_n6xsqqWhCYGV4eNNKvg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 00:55:19 -0000

  Branch: refs/heads/rpc-transport-1
  Home:   https://github.com/quicwg/base-drafts
  Commit: b0999a244a850cb01dc36d21a5c63c32d1ea6a24
      https://github.com/quicwg/base-drafts/commit/b0999a244a850cb01dc36d21a5c63c32d1ea6a24
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Add attribute to aside block



From nobody Thu Apr 29 17:55:25 2021
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 258FE3A1A78 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:55:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.573
X-Spam-Level: 
X-Spam-Status: No, score=-1.573 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, 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 QGKNIXkG2eqe for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:55:18 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 571213A1A5D for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:55:18 -0700 (PDT)
Received: from github.com (hubbernetes-node-0e39672.ac4-iad.github.net [10.52.210.21]) by smtp.github.com (Postfix) with ESMTPA id 45E616006FC for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:55:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744117; bh=N3M3e9471LqUi6oHlvy5K6TbB4ZlmfH5yfaR9RKphOc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=Fy4z9P6J+NUxP5ioB71/03eIMUK8wt0/Tkay7e9QL4GNTMwpFfef972eeOaepKlUO /Mhtn6xiDKgPpxp3ylxOAAZ/741Dgm97eALUDEbVLKZy1teCzHsPLKMOBn9jRdg1jM nqhC9iwafm73WR8SfILcyi6H9yJT25iYga6BH5oA=
Date: Thu, 29 Apr 2021 17:55:17 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/push/7014590554@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608b557542e16_58c5a8105458"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/F1CWy9fAGqSxOdWN436XFNX6k10>
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, 30 Apr 2021 00:55:22 -0000

----==_mimepart_608b557542e16_58c5a8105458
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

b0999a244a850cb01dc36d21a5c63c32d1ea6a24  Add attribute to aside block


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4877/files/392a1ae4b07ad3bc9ff8ac3f539b61b5de370070..b0999a244a850cb01dc36d21a5c63c32d1ea6a24

----==_mimepart_608b557542e16_58c5a8105458
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/b0999a244a850cb01dc36d21a5c63c32d1ea6a24">b0999a2</a>  Add attribute to aside block</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4877/files/392a1ae4b07ad3bc9ff8ac3f539b61b5de370070..b0999a244a850cb01dc36d21a5c63c32d1ea6a24">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6MJGH4PNODTYDKLGTTLH5XLANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK72FSO6FNSK7JVM7DLTLH5XLA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDKOBWGIZTEN2QOVZWQIZXGAYTINJZGA2TKNA.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/4877/files/392a1ae4b07ad3bc9ff8ac3f539b61b5de370070..b0999a244a850cb01dc36d21a5c63c32d1ea6a24",
"url": "https://github.com/quicwg/base-drafts/pull/4877/files/392a1ae4b07ad3bc9ff8ac3f539b61b5de370070..b0999a244a850cb01dc36d21a5c63c32d1ea6a24",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608b557542e16_58c5a8105458--


From nobody Thu Apr 29 17:56:03 2021
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 822943A1A5D for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:56:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 uCBpYRhW2JVJ for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:56:00 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6B8A13A1A7C for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:56:00 -0700 (PDT)
Received: from github.com (hubbernetes-node-c480d90.ash1-iad.github.net [10.56.116.16]) by smtp.github.com (Postfix) with ESMTPA id 8F249840074 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:55:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744159; bh=yjOC98NNJkup94IjepaiVYzrjBB+e6bnMTBjzTYqBVo=; h=Date:From:To:Subject:From; b=Zc1RAy4U6QVKuNFhW560tSWnARmSoSHAyGIlvim92xCmZ0y98PdQwFYcBDaK4LyNp Pt0MYorIKQt95TWAgdanJdu3u1BdLJ9gW6IHihd2thVHJ6ud4B9D9Kp6Niqq1TI7cp UOnx6Wm/XBq5M7oNSXs6o6pPuGhlSoa96/MJx0MU=
Date: Thu, 29 Apr 2021 17:55:59 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/6f06f2-e56d57@github.com>
Subject: [quicwg/base-drafts] e56d57: Script updating gh-pages from b0999a24. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/84jJ5TzrztvH5e9FZh-inMWfEUg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 00:56:02 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: e56d57ab87fea9c5abcc67e30c461c48c6ed6955
      https://github.com/quicwg/base-drafts/commit/e56d57ab87fea9c5abcc67e30c461c48c6ed6955
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M rpc-transport-1/draft-ietf-quic-http.html
    M rpc-transport-1/draft-ietf-quic-invariants.html
    M rpc-transport-1/draft-ietf-quic-qpack.html
    M rpc-transport-1/draft-ietf-quic-recovery.html
    M rpc-transport-1/draft-ietf-quic-tls.html
    M rpc-transport-1/draft-ietf-quic-transport.html

  Log Message:
  -----------
  Script updating gh-pages from b0999a24. [ci skip]



From nobody Thu Apr 29 17:56:18 2021
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 630953A1A7F for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:56:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 XLP5mKe4933W for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:56:12 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C8F73A1A7C for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:56:12 -0700 (PDT)
Received: from github.com (hubbernetes-node-c0d1613.va3-iad.github.net [10.48.205.47]) by smtp.github.com (Postfix) with ESMTPA id 738E4340203 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:56:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744171; bh=csfig0KNrWaLIIsqCnHX2NOy3fuBlPhRl9eS02Z66Ok=; h=Date:From:To:Subject:From; b=AZj5wzvxGGNx2rpyFwY/8xI2iBI0huHV4rTd/hs/e/cOdL1zJtdxmGw8HycEgGNFI z8MNncEHGy5KDWSWA+jAsiUJnlefoJH8Pav5BaglQ7pwN5aiMrPyLx5oXGSyRdWq6w OoSDjyxk6p+c3vIQihg4rY1+eWEeRGRpTzX93W0w=
Date: Thu, 29 Apr 2021 17:56:11 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-tls/73ad59-a67dd5@github.com>
Subject: [quicwg/base-drafts] a67dd5: Remove redundant <t> elements
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/JbtBu8K7G7g4z3IN8vXbLyCVK1k>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 00:56:17 -0000

  Branch: refs/heads/rpc-tls
  Home:   https://github.com/quicwg/base-drafts
  Commit: a67dd5d2d9abf71079bb2abc69a5b6a92160de0e
      https://github.com/quicwg/base-drafts/commit/a67dd5d2d9abf71079bb2abc69a5b6a92160de0e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-tls.md

  Log Message:
  -----------
  Remove redundant <t> elements



From nobody Thu Apr 29 17:56:24 2021
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 648173A1A7F for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:56:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.554
X-Spam-Level: 
X-Spam-Status: No, score=-1.554 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 MRcBOpSCjhDo for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:56:17 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 431983A1A7D for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:56:17 -0700 (PDT)
Received: from github.com (hubbernetes-node-962eea3.va3-iad.github.net [10.48.113.19]) by smtp.github.com (Postfix) with ESMTPA id 3FC225C01EC for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:56:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744176; bh=jQAhrbAAMIavgFm2koC7Dleud7mahdr6ZoNFfX4Chfc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=VsbFLKVUpAnOZbXnjKAC2k9QaUEwhKmQ+v7uTecJDWByAN5NAewKP2GvoU6kam3gV fIA1vwYLQcia4rz7Ki0SH5GTy8hTWLa8f+IsjXqj41jTLYhmorzJni9ihTSYEkjqrx JxfySmJjlWveOOmzoi71IY+qSEKsxvGO2ejghACE=
Date: Thu, 29 Apr 2021 17:56:16 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/push/7014594164@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608b55b03cab3_4bc5a86242b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/lgnrbEoZVful6eU0nbC_ba_Edzs>
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, 30 Apr 2021 00:56:19 -0000

----==_mimepart_608b55b03cab3_4bc5a86242b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

a67dd5d2d9abf71079bb2abc69a5b6a92160de0e  Remove redundant <t> elements


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4875/files/73ad59a94420db13705cfbca6ca717e29aba1800..a67dd5d2d9abf71079bb2abc69a5b6a92160de0e

----==_mimepart_608b55b03cab3_4bc5a86242b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a67dd5d2d9abf71079bb2abc69a5b6a92160de0e">a67dd5d</a>  Remove redundant &lt;t&gt; elements</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4875/files/73ad59a94420db13705cfbca6ca717e29aba1800..a67dd5d2d9abf71079bb2abc69a5b6a92160de0e">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7SWLD5INZD55ZWEU3TLH53BANCNFSM43WQRUYA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZM3D4XRGPX7YSHR73TLH53BA5CNFSM43WQRUYKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDIOJUGM4TGMCQOVZWQIZXGAYTINJZGQYTMNA.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/4875/files/73ad59a94420db13705cfbca6ca717e29aba1800..a67dd5d2d9abf71079bb2abc69a5b6a92160de0e",
"url": "https://github.com/quicwg/base-drafts/pull/4875/files/73ad59a94420db13705cfbca6ca717e29aba1800..a67dd5d2d9abf71079bb2abc69a5b6a92160de0e",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608b55b03cab3_4bc5a86242b--


From nobody Thu Apr 29 17:56:34 2021
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 B32363A1742 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:56:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 e4Qnnd8OLmIo for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:56:27 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AC8D03A1A7D for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:56:27 -0700 (PDT)
Received: from github.com (hubbernetes-node-19b9775.ac4-iad.github.net [10.52.205.67]) by smtp.github.com (Postfix) with ESMTPA id A4898520943 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:56:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744186; bh=JZg4Fv3Y8FEfscRnPN0aZ2wvbkAqrnObrhxxWel56f8=; h=Date:From:To:Subject:From; b=m5OId3FfiUE/w9cBNaXFE6i8P0P1csSWtuB9z/qrL+Mjau5OnXLPhNzDUEgfDybGc ktv95o+hRAJPtTtWrQKkIOTkm3rqY36Au/vR7brNTqhxC79t8iJUd8OaOtv5+ZJp0+ wGDihfGxmHkSpgzaVPmbOy2E4w+8/eI2oIQZeqXQ=
Date: Thu, 29 Apr 2021 17:56:26 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/e56d57-ef1db9@github.com>
Subject: [quicwg/base-drafts] ef1db9: Script updating archive at 2021-04-30T00:56:04Z. [...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/p-3RfjdKnNtjm39INZZOQgShPZY>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 00:56:33 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: ef1db9183942342f288a6e98d81cc9ebcdddbbf5
      https://github.com/quicwg/base-drafts/commit/ef1db9183942342f288a6e98d81cc9ebcdddbbf5
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M archive.json

  Log Message:
  -----------
  Script updating archive at 2021-04-30T00:56:04Z. [ci skip]



From nobody Thu Apr 29 17:57:15 2021
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 118623A1A84 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:57:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 eyJAlNP5Jk5n for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 17:57:12 -0700 (PDT)
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 DA3443A1A83 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:57:12 -0700 (PDT)
Received: from github.com (hubbernetes-node-5d89d4f.ash1-iad.github.net [10.56.109.65]) by smtp.github.com (Postfix) with ESMTPA id 0BC0D900E07 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 17:57:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619744232; bh=X8I9qla+Ds3RkhgIYJcE3rX8rsiY9tPCVM0LLbVaSq0=; h=Date:From:To:Subject:From; b=fGR7mt8bV/MaoR1QHFabf41pGQ/dzM+/QaSo2Xoz87ORPhsW0a64qWjVDWqa6sPbN Ikf7TenO5Mihd5ZOh6p2DBSE9k1Wkk6kt18WnEDFhfgKCefOjwD5dhXwe2i3HSXN7o Sg8H0LAINENkLMWioZVSB4UCs4hSD9uIJxsx6RQU=
Date: Thu, 29 Apr 2021 17:57:12 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/ef1db9-22e9dc@github.com>
Subject: [quicwg/base-drafts] 22e9dc: Script updating gh-pages from a67dd5d2. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/oekQ9gM6T7EBm_eZILzQ0TW2llw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 00:57:14 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 22e9dc47ae2edf02faf286a2f40b520906672d14
      https://github.com/quicwg/base-drafts/commit/22e9dc47ae2edf02faf286a2f40b520906672d14
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M rpc-tls/draft-ietf-quic-http.html
    M rpc-tls/draft-ietf-quic-http.txt
    M rpc-tls/draft-ietf-quic-invariants.html
    M rpc-tls/draft-ietf-quic-invariants.txt
    M rpc-tls/draft-ietf-quic-qpack.html
    M rpc-tls/draft-ietf-quic-qpack.txt
    M rpc-tls/draft-ietf-quic-recovery.html
    M rpc-tls/draft-ietf-quic-recovery.txt
    M rpc-tls/draft-ietf-quic-tls.html
    M rpc-tls/draft-ietf-quic-tls.txt
    M rpc-tls/draft-ietf-quic-transport.html
    M rpc-tls/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from a67dd5d2. [ci skip]



From nobody Thu Apr 29 23:20:59 2021
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 374B93A15E8 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:20:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 WvDZaA63sVR8 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:20:53 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 270C43A15E6 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:20:52 -0700 (PDT)
Received: from github.com (hubbernetes-node-576716f.va3-iad.github.net [10.48.124.17]) by smtp.github.com (Postfix) with ESMTPA id F1EDC5C0229 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:20:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619763652; bh=ItbuEop7Nm6ue5F7b4xiwfdMfvQycNL27CAw2YXayU4=; h=Date:From:To:Subject:From; b=cP4lESp2OAB6RFhRIHfgu3DrQwt4075pZjRts0MB22U7Y3AGgQpXFdBiClUGn2f24 dRPJwNWtgfTCQ7gmNtpmzF+lM/mxJ8Wvy/DnZwmJgMH5lQAk7p1SaojSMwh9YMTVy9 o0QGwKZmVPMHasDXgjdSKWh0n3kFJpjUMEwxxjzQ=
Date: Thu, 29 Apr 2021 23:20:51 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-3/000000-59c6be@github.com>
Subject: [quicwg/base-drafts] 59c6be: Final batch of text changes for transport
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/jrBMpHyXE7aJUZdu3fov2PWLQok>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 06:20:58 -0000

  Branch: refs/heads/rpc-transport-3
  Home:   https://github.com/quicwg/base-drafts
  Commit: 59c6be51ed13e20b7bb140cd1525cebad4cf93be
      https://github.com/quicwg/base-drafts/commit/59c6be51ed13e20b7bb140cd1525cebad4cf93be
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Final batch of text changes for transport

Now I have to scrub the XML...



From nobody Thu Apr 29 23:21:19 2021
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 3A57C3A15E4 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:21:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.572
X-Spam-Level: 
X-Spam-Status: No, score=-1.572 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 tvzpz21D_d6P for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:21:12 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6CF733A15E5 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:21:12 -0700 (PDT)
Received: from github.com (hubbernetes-node-d96a36d.ac4-iad.github.net [10.52.206.94]) by smtp.github.com (Postfix) with ESMTPA id 69287600205 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:21:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619763671; bh=31eaxL15/6u9oWGAB1t6RCd+9rrib3yLaN2PFhVjn+c=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=hJXMIKWyG5YUih5zRARbIy+8Tsxu05WGucNvc+Z7D6xfNElIor/OLIJ0zXaaeJT8s 2N/D6HJ8uNaiJimcQN64Ctb0/rVwhbh9ADoPGXdb3/ULbrdiYXCm9qQQOMbaouPt89 Mrv0KQ2taIK8pbr162o2g42WyXaiohvkDnLAldqg=
Date: Thu, 29 Apr 2021 23:21:11 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7DHK6276ZAQ5MJ5PN6S6BNPEVBNHHDH6VQ5M@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4878@github.com>
Subject: [quicwg/base-drafts] Final batch of text changes for transport (#4878)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608ba1d766520_1003c5a8738a9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/eG2htdAR7hulR-Ilo8f12LKKzy0>
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, 30 Apr 2021 06:21:17 -0000

----==_mimepart_608ba1d766520_1003c5a8738a9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Now I have to scrub the XML...
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4878

-- Commit Summary --

  * Final batch of text changes for transport

-- File Changes --

    M draft-ietf-quic-transport.md (314)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4878.patch
https://github.com/quicwg/base-drafts/pull/4878.diff

-- 
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/4878

----==_mimepart_608ba1d766520_1003c5a8738a9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Now I have to scrub the XML...</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4878'>https://github.com/quicwg/base-drafts/pull/4878</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Final batch of text changes for transport</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4878/files#diff-42873df666a8ef4f18a716aaeefb1815db2d7a1935cc8d47532191f2648439cf">draft-ietf-quic-transport.md</a>
    (314)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4878.patch'>https://github.com/quicwg/base-drafts/pull/4878.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4878.diff'>https://github.com/quicwg/base-drafts/pull/4878.diff</a></li>
</ul>

<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/4878">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2QXTKYQPDZUKFPNHTTLJD5PANCNFSM433RPYFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6CXH4SWWSORNYRT43TLJD5PA5CNFSM433RPYF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M72WDVQ.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/4878",
"url": "https://github.com/quicwg/base-drafts/pull/4878",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608ba1d766520_1003c5a8738a9--


From nobody Thu Apr 29 23:22:22 2021
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 6A2293A15EB for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:22:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 hO2BKKaij5fQ for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:22:18 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2DD083A15ED for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:22:18 -0700 (PDT)
Received: from github.com (hubbernetes-node-e39be68.ac4-iad.github.net [10.52.210.61]) by smtp.github.com (Postfix) with ESMTPA id 292615603AC for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:22:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619763737; bh=FlKrFA5d17o7QjXQTBg/aw3zLS8XoklQ2SyLVjYaAP8=; h=Date:From:To:Subject:From; b=arF/1RQf/wpAxanIXu3lxLGuMP6F2RF/HYSXXTMSlwgLJcDFx9Tq42nDREEkQJ1LZ 3Oa4WVXbMmyUtJmGKCnOkI2fVcvIsfIby8ss0hLGlJcRqv/sELgvmU7JrsRx5B300r IN8Vus3a63FLZlVdZaLjv3nLMXA8p9QLxjQNvSiE=
Date: Thu, 29 Apr 2021 23:22:17 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/22e9dc-dbdd45@github.com>
Subject: [quicwg/base-drafts] dbdd45: Script updating gh-pages from 59c6be51. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Ipd1vB4NkmVDMTqBrJIRMvu5qFw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 06:22:20 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: dbdd458993ad8913188e22c0520539bc9324b4d5
      https://github.com/quicwg/base-drafts/commit/dbdd458993ad8913188e22c0520539bc9324b4d5
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M index.html
    A rpc-transport-3/draft-ietf-quic-http.html
    A rpc-transport-3/draft-ietf-quic-http.txt
    A rpc-transport-3/draft-ietf-quic-invariants.html
    A rpc-transport-3/draft-ietf-quic-invariants.txt
    A rpc-transport-3/draft-ietf-quic-qpack.html
    A rpc-transport-3/draft-ietf-quic-qpack.txt
    A rpc-transport-3/draft-ietf-quic-recovery.html
    A rpc-transport-3/draft-ietf-quic-recovery.txt
    A rpc-transport-3/draft-ietf-quic-tls.html
    A rpc-transport-3/draft-ietf-quic-tls.txt
    A rpc-transport-3/draft-ietf-quic-transport.html
    A rpc-transport-3/draft-ietf-quic-transport.txt
    A rpc-transport-3/index.html

  Log Message:
  -----------
  Script updating gh-pages from 59c6be51. [ci skip]



From nobody Thu Apr 29 23:54:51 2021
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 CABC53A1718 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:54:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 YB9pEKilPXwi for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:54:43 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C30803A1713 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:54:43 -0700 (PDT)
Received: from github.com (hubbernetes-node-59c58b8.ash1-iad.github.net [10.56.108.56]) by smtp.github.com (Postfix) with ESMTPA id C09CC8404FC for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:54:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619765682; bh=SIv13x8trxFeIjb92HzxB4KNnN85sb2mNuQjnRXDZ2I=; h=Date:From:To:Subject:From; b=QOf9Sn+JX4G2yvbAaryC5LYLWpbnMIeg//IGpB7NIStXnlS5KnhtA2iDDordA1p0c MF9JCvI3kFfc/cF5/0WkiFmvIK1SQzELM85QV67C0NlETiuB07F98lIsj8RpIpsLas LmzhvMoT+a66PmMvvwLLJBYbTgjBbbDbZXe8SC7c=
Date: Thu, 29 Apr 2021 23:54:42 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-3/59c6be-f2118e@github.com>
Subject: [quicwg/base-drafts] f2118e: Asides
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/aZOw_2DFmFJ1jEOPEG2e2N_hgSs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 06:54:49 -0000

  Branch: refs/heads/rpc-transport-3
  Home:   https://github.com/quicwg/base-drafts
  Commit: f2118efb1af5a09e6bd0ce3adb49bb10e3defc26
      https://github.com/quicwg/base-drafts/commit/f2118efb1af5a09e6bd0ce3adb49bb10e3defc26
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Asides



From nobody Thu Apr 29 23:54:57 2021
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 F21383A171A for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:54:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.554
X-Spam-Level: 
X-Spam-Status: No, score=-1.554 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 sX0SlloGbYi1 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:54:49 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 993C73A1713 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:54:49 -0700 (PDT)
Received: from github.com (hubbernetes-node-4cfb774.va3-iad.github.net [10.48.207.77]) by smtp.github.com (Postfix) with ESMTPA id 91FAF5C0591 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:54:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619765688; bh=7qAOKtJzZEr88xW4OJ9n4KT2x5v4EmL6DEYOlPPv+FA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=GyriaAsZWFoclHVyKe/rKYPRvLz6GUx7QGz6ub9hkWjIIT/RK3KUuM53H1r9jCyOw tIK+gpVdfYZq6YTvTPZRyzocOJ2rsVhqvg9dwldx/3XfBo4AqfrYjwB85piuxbCJsE ZauCKyb2Yb6Jqte5FPIzPPgaw808KP9jF/2KvlaY=
Date: Thu, 29 Apr 2021 23:54:48 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4878/push/7015970820@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4878@github.com>
References: <quicwg/base-drafts/pull/4878@github.com>
Subject: Re: [quicwg/base-drafts] Final batch of text changes for transport (#4878)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608ba9b88e9cf_58c5a8167485"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/5HEgxRDZtejpf_JkoSTZIJRkUL0>
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, 30 Apr 2021 06:54:51 -0000

----==_mimepart_608ba9b88e9cf_58c5a8167485
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

f2118efb1af5a09e6bd0ce3adb49bb10e3defc26  Asides


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4878/files/59c6be51ed13e20b7bb140cd1525cebad4cf93be..f2118efb1af5a09e6bd0ce3adb49bb10e3defc26

----==_mimepart_608ba9b88e9cf_58c5a8167485
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/f2118efb1af5a09e6bd0ce3adb49bb10e3defc26">f2118ef</a>  Asides</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4878/files/59c6be51ed13e20b7bb140cd1525cebad4cf93be..f2118efb1af5a09e6bd0ce3adb49bb10e3defc26">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK267LIFML57RVS67NTTLJH3RANCNFSM433RPYFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZAONUXW3L7JJOMRYTTLJH3RA5CNFSM433RPYF2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDOMBTGQYDIMKQOVZWQIZXGAYTKOJXGA4DEMA.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/4878/files/59c6be51ed13e20b7bb140cd1525cebad4cf93be..f2118efb1af5a09e6bd0ce3adb49bb10e3defc26",
"url": "https://github.com/quicwg/base-drafts/pull/4878/files/59c6be51ed13e20b7bb140cd1525cebad4cf93be..f2118efb1af5a09e6bd0ce3adb49bb10e3defc26",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608ba9b88e9cf_58c5a8167485--


From nobody Thu Apr 29 23:55:02 2021
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 C46A73A1719 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:55:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 aei0n_psjw1b for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:54:56 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 729D33A1718 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:54:56 -0700 (PDT)
Received: from github.com (hubbernetes-node-4ccbdc7.ac4-iad.github.net [10.52.201.44]) by smtp.github.com (Postfix) with ESMTPA id 6B1D1520D0D for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:54:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619765695; bh=j4wu4yUb+B4vPiD8EVKuMhkacEU1HtRbmZEaxjiBTTo=; h=Date:From:To:Subject:From; b=p3Le9ySjQ7N0JPlGGEbg/3ljSH4vmhrJ/jqawx4kdYmPRrn9eCnU1POBEXAuf9JnL jC6bKGYOMbg9Yp9dUXoMIdUCfzfkUJUNQ0T0nmBGnQQrtMwGKehxFIH9b3m3QXDcsY cRkPQ0N1YrBnpzgCR7u5goPZAfa5k8SOniZPWGmI=
Date: Thu, 29 Apr 2021 23:54:55 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-2/000000-f3902c@github.com>
Subject: [quicwg/base-drafts] a8e850: Merge pull request #4850 from quicwg/max_streams-w...
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/3gGlN5PfG_pNMikLy44uqvO4lQg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 06:55:01 -0000

  Branch: refs/heads/rpc-transport-2
  Home:   https://github.com/quicwg/base-drafts
  Commit: a8e850f13bf4557d9e7eb8d77ba5e5e819afeece
      https://github.com/quicwg/base-drafts/commit/a8e850f13bf4557d9e7eb8d77ba5e5e819afeece
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #4850 from quicwg/max_streams-wording

Passive voice to the rescue


  Commit: 859ad70cda01fd5d21d3a1f2ac0a412c71270c02
      https://github.com/quicwg/base-drafts/commit/859ad70cda01fd5d21d3a1f2ac0a412c71270c02
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  RPC text changes, Sections 11 through 20

This depends on cabo/kramdown-rfc2629#118, so it won't build properly
just yet.

It's also just the stuff that is visible in the text diff, no XML
changes yet.


  Commit: f3902c51dc92b8a49f28c203981983f56c49fce0
      https://github.com/quicwg/base-drafts/commit/f3902c51dc92b8a49f28c203981983f56c49fce0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Asides


Compare: https://github.com/quicwg/base-drafts/compare/a8e850f13bf4%5E...f3902c51dc92


From nobody Thu Apr 29 23:55:44 2021
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 437B03A171C for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:55:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.12
X-Spam-Level: 
X-Spam-Status: No, score=-2.12 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, RCVD_IN_DNSWL_BLOCKED=0.001, 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 D8UL29sh3vIV for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:55:37 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E2D093A1718 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:55:36 -0700 (PDT)
Received: from github.com (hubbernetes-node-86f48b8.ac4-iad.github.net [10.52.125.41]) by smtp.github.com (Postfix) with ESMTPA id 1155660003E for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:55:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619765735; bh=WTg2NPXHaUfAmrlJfNsi4qEnOqBVjkoQMUGbD9EHuE8=; h=Date:From:To:Subject:From; b=flxW9TgJS1tOZ8vgXp/Wp34vSA8iJ9+bAONutoRpFOOC/tLk+uEXM5h+VnpnknWk2 nJhqcNVpjQkTmhu4tQhLghFIxRE84yB4ucv/ekTZG984+9SQT1cHsId596k2JYU0YG 64Ky3csqfw0bdmV7KXNJOLzwToL2JLWNTgHQOxk0=
Date: Thu, 29 Apr 2021 23:55:35 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/dbdd45-7c57b7@github.com>
Subject: [quicwg/base-drafts] 7c57b7: Script updating gh-pages from f2118efb. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/6PRL1uVkAUwXw8w3fVjsg400kYQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 06:55:42 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 7c57b7d6ac620863cdd8518172cb4cea1f7eabfb
      https://github.com/quicwg/base-drafts/commit/7c57b7d6ac620863cdd8518172cb4cea1f7eabfb
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M index.html
    M rpc-transport-3/draft-ietf-quic-http.html
    M rpc-transport-3/draft-ietf-quic-invariants.html
    M rpc-transport-3/draft-ietf-quic-qpack.html
    M rpc-transport-3/draft-ietf-quic-recovery.html
    M rpc-transport-3/draft-ietf-quic-tls.html
    M rpc-transport-3/draft-ietf-quic-transport.html
    M rpc-transport-3/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from f2118efb. [ci skip]



From nobody Thu Apr 29 23:57:58 2021
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 341F73A1730 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:57:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 LBQHtVK9h1RJ for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:57:51 -0700 (PDT)
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 74B8E3A172E for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:57:51 -0700 (PDT)
Received: from github.com (hubbernetes-node-f76f347.ash1-iad.github.net [10.56.116.30]) by smtp.github.com (Postfix) with ESMTPA id 742AB90029C for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:57:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619765870; bh=k29TkoIr1LYZHnaCIJFY2eTvHbjoduplYDqutOslRCg=; h=Date:From:To:Subject:From; b=TbW9iP93pHA60revM+O4h0xLJU1q6kHwL7BmllDYddzGRTcFEMv3mDJl56UrXnJlq ZT73vWzGTD37ajTuJICxW9nwVwQAyhPjC1hXFSyu1LCwnIpKl10ovD8PGDF0NgsByl ADOEbVOM/bU3If4gZxkeanPbwi4xMcM45hPT72kM=
Date: Thu, 29 Apr 2021 23:57:50 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-2/f3902c-bef968@github.com>
Subject: [quicwg/base-drafts] fa1258: RPC text changes, Sections 11 through 20
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/SLW4vRObylV1QWVXJiptistPw54>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 06:57:57 -0000

  Branch: refs/heads/rpc-transport-2
  Home:   https://github.com/quicwg/base-drafts
  Commit: fa12582e1ff16f227a7c8b7d1f2acd2e76a78858
      https://github.com/quicwg/base-drafts/commit/fa12582e1ff16f227a7c8b7d1f2acd2e76a78858
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  RPC text changes, Sections 11 through 20

This depends on cabo/kramdown-rfc2629#118, so it won't build properly
just yet.

It's also just the stuff that is visible in the text diff, no XML
changes yet.


  Commit: bef96892374b4ce332f99edbd969834a4089a33c
      https://github.com/quicwg/base-drafts/commit/bef96892374b4ce332f99edbd969834a4089a33c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Asides


Compare: https://github.com/quicwg/base-drafts/compare/f3902c51dc92...bef96892374b


From nobody Thu Apr 29 23:58:38 2021
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 954E03A1739 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:58:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.481
X-Spam-Level: 
X-Spam-Status: No, score=-1.481 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 N3J-b-B3gEdn for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:58:31 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BBF853A1735 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:58:31 -0700 (PDT)
Received: from github.com (hubbernetes-node-df99f9d.va3-iad.github.net [10.48.124.42]) by smtp.github.com (Postfix) with ESMTPA id CFE663407DE for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:58:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619765910; bh=A/CDNGdWfsXSKJita7/AgyILA64Bc8fRnJgNBiuXeIk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=DGHUhVe0Oa11i3U7/U36EcbC35WUvryXGmdUlivlTCmwkIf84i36o73ZiCPgeVl0M QKHkQQGVelhfpIOsBJHQsd+flwEe8jDyEJaAafxEQHkq38HqKSTWQb7vXztxryJ1v3 /rFMSWp+zqNfM/pbAyo2EuVAaGVHI8jIbXoxMVww=
Date: Thu, 29 Apr 2021 23:58:30 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZGIYI2GYCCSYUBQIV6S6FZNEVBNHHDH6YKJI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4879@github.com>
Subject: [quicwg/base-drafts] Second batch of changes for transport (#4879)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608baa96cd4f7_45c5a8841b9"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/vaQGWQSmb8ab4Qqe2vyY6zGIvdg>
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, 30 Apr 2021 06:58:37 -0000

----==_mimepart_608baa96cd4f7_45c5a8841b9
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Sections 11 through 20.

This breaks due to relying on changes in kramdown-rfc2629.  I&#39;ll work around that requirement if things stick on that end.
You can view, comment on, or merge this pull request online at:

  https://github.com/quicwg/base-drafts/pull/4879

-- Commit Summary --

  * RPC text changes, Sections 11 through 20
  * Asides

-- File Changes --

    M draft-ietf-quic-transport.md (495)

-- Patch Links --

https://github.com/quicwg/base-drafts/pull/4879.patch
https://github.com/quicwg/base-drafts/pull/4879.diff

-- 
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/4879

----==_mimepart_608baa96cd4f7_45c5a8841b9
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Sections 11 through 20.</p>
<p>This breaks due to relying on changes in kramdown-rfc2629.  I'll work around that requirement if things stick on that end.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/quicwg/base-drafts/pull/4879'>https://github.com/quicwg/base-drafts/pull/4879</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>RPC text changes, Sections 11 through 20</li>
  <li>Asides</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/quicwg/base-drafts/pull/4879/files#diff-42873df666a8ef4f18a716aaeefb1815db2d7a1935cc8d47532191f2648439cf">draft-ietf-quic-transport.md</a>
    (495)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4879.patch'>https://github.com/quicwg/base-drafts/pull/4879.patch</a></li>
  <li><a href='https://github.com/quicwg/base-drafts/pull/4879.diff'>https://github.com/quicwg/base-drafts/pull/4879.diff</a></li>
</ul>

<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/4879">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK33FNJAYCZ2OAMNAWTTLJIJNANCNFSM433S63MQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZUNRR73LE4B6TTRDDTLJIJNA5CNFSM433S63M2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M73BJFA.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/4879",
"url": "https://github.com/quicwg/base-drafts/pull/4879",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608baa96cd4f7_45c5a8841b9--


From nobody Thu Apr 29 23:59:34 2021
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 24CF23A1743 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:59:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 sXzwdpY-k2Y7 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:59:28 -0700 (PDT)
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 235623A173F for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:59:28 -0700 (PDT)
Received: from github.com (hubbernetes-node-13779f9.ash1-iad.github.net [10.56.116.48]) by smtp.github.com (Postfix) with ESMTPA id 17881900762 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:59:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619765967; bh=jHWHdNwmFkc+r71emZ9hDCKyukqjI9xbzUdNAZaUq3E=; h=Date:From:To:Subject:From; b=BywfHffBqGnGWZHHHFKQXS+AUYSJjKZMDc3lSBK/buimh1Xdy9ulhljMV7FV1X+w5 R8lqBNlKqX8PRx+My/IIh5UP2UiyDJjMi0Xy1u6oO9OfSH88A4Q4Rq1QTgu8NYv4vO 74ciMibTpPWVsLLQT9STSRO5Eihc009YkmUzkgVw=
Date: Thu, 29 Apr 2021 23:59:27 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-1/b0999a-acc33e@github.com>
Subject: [quicwg/base-drafts] 740f1d: Cite sections of recovery
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ti54eWHhbe0J6zPGlpI4oxMPJpg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 06:59:33 -0000

  Branch: refs/heads/rpc-transport-1
  Home:   https://github.com/quicwg/base-drafts
  Commit: 740f1da98cc8af3c5ea1f8612007d520feb5f718
      https://github.com/quicwg/base-drafts/commit/740f1da98cc8af3c5ea1f8612007d520feb5f718
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Cite sections of recovery


  Commit: acc33eb7c3dbef1f300c3afa61404af0b8d584a9
      https://github.com/quicwg/base-drafts/commit/acc33eb7c3dbef1f300c3afa61404af0b8d584a9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Asides


Compare: https://github.com/quicwg/base-drafts/compare/b0999a244a85...acc33eb7c3db


From nobody Thu Apr 29 23:59:38 2021
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 C81763A1755 for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:59:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 miIQju6NrsMS for <quic-issues@ietfa.amsl.com>; Thu, 29 Apr 2021 23:59:33 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 096163A1742 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:59:32 -0700 (PDT)
Received: from github.com (hubbernetes-node-0348076.ac4-iad.github.net [10.52.210.35]) by smtp.github.com (Postfix) with ESMTPA id 39342560372 for <quic-issues@ietf.org>; Thu, 29 Apr 2021 23:59:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619765972; bh=LZ0M29sDInxWZMNCVBhiGpxGJs+60yeaGF7dip6QbPw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xiOExT2zV0bfaMzaxqsrxKnDH6cQHcWGHBth9KqHCZir/VX+wok4rleDwBwpCaORk ThwpA+4uWl5R22Zvm+fnQ4nyH0muDRE4XPtkCfOWWUe9xXEpCuP/ahAy+NAGSWL0hm 17RvjSL3s9pSAcVRNFnrJNAwwQI8IMsKoWf5OTUg=
Date: Thu, 29 Apr 2021 23:59:32 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/push/7015992945@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608baad4366e6_51c5a8803a1"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/PIYirSNO6kYKqNkGThk5zQGIzK4>
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, 30 Apr 2021 06:59:36 -0000

----==_mimepart_608baad4366e6_51c5a8803a1
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 2 commits.

740f1da98cc8af3c5ea1f8612007d520feb5f718  Cite sections of recovery
acc33eb7c3dbef1f300c3afa61404af0b8d584a9  Asides


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4877/files/b0999a244a850cb01dc36d21a5c63c32d1ea6a24..acc33eb7c3dbef1f300c3afa61404af0b8d584a9

----==_mimepart_608baad4366e6_51c5a8803a1
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 2 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/740f1da98cc8af3c5ea1f8612007d520feb5f718">740f1da</a>  Cite sections of recovery</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/acc33eb7c3dbef1f300c3afa61404af0b8d584a9">acc33eb</a>  Asides</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4877/files/b0999a244a850cb01dc36d21a5c63c32d1ea6a24..acc33eb7c3dbef1f300c3afa61404af0b8d584a9">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5O3HWTHFHTWNDJFN3TLJINJANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK5DQCMRLXEKUNIMTSLTLJINJA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDKOBWGIZTEN2QOVZWQIZXGAYTKOJZGI4TINI.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/4877/files/b0999a244a850cb01dc36d21a5c63c32d1ea6a24..acc33eb7c3dbef1f300c3afa61404af0b8d584a9",
"url": "https://github.com/quicwg/base-drafts/pull/4877/files/b0999a244a850cb01dc36d21a5c63c32d1ea6a24..acc33eb7c3dbef1f300c3afa61404af0b8d584a9",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608baad4366e6_51c5a8803a1--


From nobody Fri Apr 30 00:00:39 2021
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 948403A1758 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:00:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 dof5szCw5IUA for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:00:36 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 958A53A1756 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:00:36 -0700 (PDT)
Received: from github.com (hubbernetes-node-12c6c58.va3-iad.github.net [10.48.206.49]) by smtp.github.com (Postfix) with ESMTPA id 9E8BD5C022D for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:00:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619766035; bh=wf3R8CGfb5LL5WZ5WDDgVOwgMYbHIY9XwdDgkga27Ns=; h=Date:From:To:Subject:From; b=GFPYnoqftMKsSU5PRXQmyEc+zidyGYt6XNqsuydWNHcCpdxbn9uBW5+X6F5IrD631 5KOrXd1eRe8lxQ2ulUyoz+FOJSXxlZ1J1mSexHi3Iusf/Rk6v4do4bkxhaLCzg4i3s /Vf13EkKawknIuUDgyRxyacG9UrZYrPnayz9OTks=
Date: Fri, 30 Apr 2021 00:00:35 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/7c57b7-24d3e9@github.com>
Subject: [quicwg/base-drafts] 24d3e9: Script updating gh-pages from acc33eb7. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/VdRsC1TX536UvDsPLDj-Z9VnIfU>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 07:00:38 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 24d3e959bd4f17882480562aeec79873923436c0
      https://github.com/quicwg/base-drafts/commit/24d3e959bd4f17882480562aeec79873923436c0
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M rpc-transport-1/draft-ietf-quic-http.html
    M rpc-transport-1/draft-ietf-quic-invariants.html
    M rpc-transport-1/draft-ietf-quic-qpack.html
    M rpc-transport-1/draft-ietf-quic-recovery.html
    M rpc-transport-1/draft-ietf-quic-tls.html
    M rpc-transport-1/draft-ietf-quic-transport.html
    M rpc-transport-1/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from acc33eb7. [ci skip]



From nobody Fri Apr 30 00:02:50 2021
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 5DB7E3A1768 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:02:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 GEUDfIenpK3L for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:02:44 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4192C3A1767 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:02:44 -0700 (PDT)
Received: from github.com (hubbernetes-node-f84030c.va3-iad.github.net [10.48.206.38]) by smtp.github.com (Postfix) with ESMTPA id 598E634037D for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:02:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619766163; bh=P+HonZjRdiBsCJabOGOGQUI8L1IPQQZa+54sZTfJYLU=; h=Date:From:To:Subject:From; b=vuUE1+sC6j2oqP32KWTqp8pYOZBgmX81ii8+CmJ55nw+Ndd5sbeLLjkCG3dnl9YoI aytd0vuyYAFpudAP1Z5d9NV8MX4ONEviIEW/t1p0T4yWi9sf9jARhRqgmzLsTnXUBC ozShNjTyP8gxV9TZinAR/E97RDxf7nGSEkDmxcJ8=
Date: Fri, 30 Apr 2021 00:02:43 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-1/acc33e-1e61cb@github.com>
Subject: [quicwg/base-drafts] 1e61cb: Clearer forward references for error handling
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/M766WUt8VrEVjAqZjMGdTIPoMGQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 07:02:50 -0000

  Branch: refs/heads/rpc-transport-1
  Home:   https://github.com/quicwg/base-drafts
  Commit: 1e61cbb5ba32bc82f1b0fd436d379dc868990597
      https://github.com/quicwg/base-drafts/commit/1e61cbb5ba32bc82f1b0fd436d379dc868990597
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Clearer forward references for error handling



From nobody Fri Apr 30 00:02:54 2021
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 4F91A3A1768 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:02:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.855
X-Spam-Level: 
X-Spam-Status: No, score=-3.855 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, 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 4LdvturHWTeG for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:02:50 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 873A03A1767 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:02:50 -0700 (PDT)
Received: from github.com (hubbernetes-node-712c00e.ash1-iad.github.net [10.56.118.62]) by smtp.github.com (Postfix) with ESMTPA id 8FC389011B9 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:02:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619766169; bh=PSKmDbHm7HlM59LW0nxBLm99BEVHyJg4wSuL1exRiqU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=X6QrfyMy4j2VFLZChVgCWr/jHDqi2jtATdlL+sraj5vnykOr4qJMlH6Nwcn9YfhYa c2uDjjVVz1uDsfmLW25/mk/CvMz+0iJFZshUIVPqCBmvXOlE4laujmvZo75Nseou8V d4VbGGE2QfMreJRxxYxwAqGyhgO0Mgdl7OvlDvFQ=
Date: Fri, 30 Apr 2021 00:02:49 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/push/7016009441@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608bab998ac4a_50c5a8104090"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/vaxX7sb6hCkFotZ-Ej0MuaXNwHY>
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, 30 Apr 2021 07:02:53 -0000

----==_mimepart_608bab998ac4a_50c5a8104090
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

1e61cbb5ba32bc82f1b0fd436d379dc868990597  Clearer forward references for error handling


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4877/files/acc33eb7c3dbef1f300c3afa61404af0b8d584a9..1e61cbb5ba32bc82f1b0fd436d379dc868990597

----==_mimepart_608bab998ac4a_50c5a8104090
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/1e61cbb5ba32bc82f1b0fd436d379dc868990597">1e61cbb</a>  Clearer forward references for error handling</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4877/files/acc33eb7c3dbef1f300c3afa61404af0b8d584a9..1e61cbb5ba32bc82f1b0fd436d379dc868990597">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKY26UJSYCKOTIS4AU3TLJIZTANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3IY5XJ5VFLRATWTZ3TLJIZTA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDKOBWGIZTEN2QOVZWQIZXGAYTMMBQHE2DIMI.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/4877/files/acc33eb7c3dbef1f300c3afa61404af0b8d584a9..1e61cbb5ba32bc82f1b0fd436d379dc868990597",
"url": "https://github.com/quicwg/base-drafts/pull/4877/files/acc33eb7c3dbef1f300c3afa61404af0b8d584a9..1e61cbb5ba32bc82f1b0fd436d379dc868990597",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608bab998ac4a_50c5a8104090--


From nobody Fri Apr 30 00:03:57 2021
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 B11933A1777 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:03:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 2d1SdAwrR4e8 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:03:54 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 77DD03A1776 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:03:54 -0700 (PDT)
Received: from github.com (hubbernetes-node-a2de320.va3-iad.github.net [10.48.209.44]) by smtp.github.com (Postfix) with ESMTPA id 92A8CE0263 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:03:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619766233; bh=jBWJON7hzzceCsrmSNeW0N2YMs/7acT0QfFinrJRbkI=; h=Date:From:To:Subject:From; b=NTP9qV2ZR7i3AQKoL4mvflADBsYytEwtrLRJVkeOHovuEVBgWRUfQRLSHbvoUlGqu MsoIUTIX7oB5bfmpFEFJ7TCTEa6MuRPwVVZqggd0HV+VPs6/nhxPO4o32xJ1GCj7u4 +/hMlgwm3NRu9Gl8/gyyWkWes7e719mjiUHaPm58=
Date: Fri, 30 Apr 2021 00:03:53 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/24d3e9-81a99e@github.com>
Subject: [quicwg/base-drafts] 81a99e: Script updating gh-pages from 1e61cbb5. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ouJYmUf8ZNG6XUlurn1JZ7N5cEs>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 07:03:56 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 81a99e787b4a04eebfbcd53cefcb6d477976a2ae
      https://github.com/quicwg/base-drafts/commit/81a99e787b4a04eebfbcd53cefcb6d477976a2ae
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M rpc-transport-1/draft-ietf-quic-http.html
    M rpc-transport-1/draft-ietf-quic-invariants.html
    M rpc-transport-1/draft-ietf-quic-qpack.html
    M rpc-transport-1/draft-ietf-quic-recovery.html
    M rpc-transport-1/draft-ietf-quic-tls.html
    M rpc-transport-1/draft-ietf-quic-transport.html
    M rpc-transport-1/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 1e61cbb5. [ci skip]



From nobody Fri Apr 30 00:05:32 2021
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 1AC783A1786 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:05:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 KBMtuvC-9zOu for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:05:26 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1A3873A1785 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:05:25 -0700 (PDT)
Received: from github.com (hubbernetes-node-c350b24.ash1-iad.github.net [10.56.25.61]) by smtp.github.com (Postfix) with ESMTPA id 0B57A840568 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:05:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619766325; bh=1eEdQ/hyvrc2fyUD4xVe743GW+XkTEpAHRAbhkHFXQ4=; h=Date:From:To:Subject:From; b=g7kQFN9D3GiRu7fLB0jcYlny1Q5D+NVH4Lb5vuii0Gb4lTcHwuhbthpLE+wsrAJoQ gT2n/eiaWazpRgaJIrqevurEuElc7NXzpFI5JSTR9E3+QdDtnFU0NHa5aNeTYh2gfo /QXEh5pka5xhsoOz/UU8MR/applqzdPQhkGfsG4Q=
Date: Fri, 30 Apr 2021 00:05:25 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-1/1e61cb-6b3a0a@github.com>
Subject: [quicwg/base-drafts] 6b3a0a: Inline equation clarifications
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/eJUFQKuae6JU24-ugqlQmP5sU98>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 07:05:31 -0000

  Branch: refs/heads/rpc-transport-1
  Home:   https://github.com/quicwg/base-drafts
  Commit: 6b3a0a64360af9995ba150ef1db0592f855cf049
      https://github.com/quicwg/base-drafts/commit/6b3a0a64360af9995ba150ef1db0592f855cf049
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Inline equation clarifications



From nobody Fri Apr 30 00:05:37 2021
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 D9C5C3A1788 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:05:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.554
X-Spam-Level: 
X-Spam-Status: No, score=-1.554 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 Kab5oxtwvfQD for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:05:31 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D2F93A1785 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:05:31 -0700 (PDT)
Received: from github.com (hubbernetes-node-af40d6d.va3-iad.github.net [10.48.204.70]) by smtp.github.com (Postfix) with ESMTPA id 811B45C05D6 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:05:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619766330; bh=eIBCBMzDVlNs/1YPV8Zs+EwfbnmwX28jwG+jewiYzU8=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=glqfX1cU605i8GFScl2gdbSxVm0MXpdcjAiev8Zz5cVtN2unR2eWfzydysZozvX4o O7iSXJlF7+izT7OEb8WXQJ6csnwI0E0Ah+U1QfVwd8k9BXDfW+7kMttuy8LkYSz3+w 2CIQVStvU1o19s9SapyHaGWHxwl7R/2QYI/xBBLw=
Date: Fri, 30 Apr 2021 00:05:30 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/push/7016022290@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608bac3a7ec69_54c5a83882b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/AW74Lq9L_NrJ7yx-q1inUR7Nm88>
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, 30 Apr 2021 07:05:36 -0000

----==_mimepart_608bac3a7ec69_54c5a83882b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 1 commit.

6b3a0a64360af9995ba150ef1db0592f855cf049  Inline equation clarifications


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4877/files/1e61cbb5ba32bc82f1b0fd436d379dc868990597..6b3a0a64360af9995ba150ef1db0592f855cf049

----==_mimepart_608bac3a7ec69_54c5a83882b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 1 commit.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6b3a0a64360af9995ba150ef1db0592f855cf049">6b3a0a6</a>  Inline equation clarifications</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4877/files/1e61cbb5ba32bc82f1b0fd436d379dc868990597..6b3a0a64360af9995ba150ef1db0592f855cf049">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK5Y7RU7ZT3MMOW7XIDTLJJDVANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6TJWB4SRJ5OW57AQ3TLJJDVA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDKOBWGIZTEN2QOVZWQIZXGAYTMMBSGIZDSMA.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/4877/files/1e61cbb5ba32bc82f1b0fd436d379dc868990597..6b3a0a64360af9995ba150ef1db0592f855cf049",
"url": "https://github.com/quicwg/base-drafts/pull/4877/files/1e61cbb5ba32bc82f1b0fd436d379dc868990597..6b3a0a64360af9995ba150ef1db0592f855cf049",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608bac3a7ec69_54c5a83882b--


From nobody Fri Apr 30 00:06:38 2021
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 59BE03A1792 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:06:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level: 
X-Spam-Status: No, score=-2.101 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 3UIpXPt_rICm for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:06:36 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 48EDD3A174D for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:06:36 -0700 (PDT)
Received: from github.com (hubbernetes-node-519e374.ash1-iad.github.net [10.56.22.65]) by smtp.github.com (Postfix) with ESMTPA id 4869A5E0759 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:06:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619766395; bh=O0W8BPb+XKFFyA2NbCzU0yH22Y/WP+oudVXK+4MQcu8=; h=Date:From:To:Subject:From; b=VvN9/KOgZW6989GWzmNZY6FJLw3S7nl6Nfl7G9GFVaHTcSjuDutMUSVGqAzMebz8t X87brkklZLvg9urEGSDYDUwBKzoRKXQ74mws5gBwrIE0qnj4ReYGEb/6vkyoZcdmIF ayr4nfGX2cM38Z3c5T1kGCqFf3pVRN0+yV89cvFY=
Date: Fri, 30 Apr 2021 00:06:35 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/81a99e-f61097@github.com>
Subject: [quicwg/base-drafts] f61097: Script updating gh-pages from 6b3a0a64. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zZbcr_yH4-F1Y7PfB8byGUtk8BM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 07:06:37 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: f610971a1f6f4838f15770d02216cd42570c5ce3
      https://github.com/quicwg/base-drafts/commit/f610971a1f6f4838f15770d02216cd42570c5ce3
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M rpc-transport-1/draft-ietf-quic-http.html
    M rpc-transport-1/draft-ietf-quic-invariants.html
    M rpc-transport-1/draft-ietf-quic-qpack.html
    M rpc-transport-1/draft-ietf-quic-recovery.html
    M rpc-transport-1/draft-ietf-quic-tls.html
    M rpc-transport-1/draft-ietf-quic-transport.html
    M rpc-transport-1/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 6b3a0a64. [ci skip]



From nobody Fri Apr 30 00:19:41 2021
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 B2A373A1811 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:19:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level: 
X-Spam-Status: No, score=-2.1 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, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 a7XiJne94PIC for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:19:34 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9D03B3A180C for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:19:34 -0700 (PDT)
Received: from github.com (hubbernetes-node-0771f0b.va3-iad.github.net [10.48.123.80]) by smtp.github.com (Postfix) with ESMTPA id AA12734037B for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:19:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619767173; bh=jsvXJTzc3jphfCaNJvuTCMrQ1uXtixZC85UAkyiVvGM=; h=Date:From:To:Subject:From; b=hcZbMlHmN2b/egIjEPQwWoIx7n7EwLNRpV4PEWiZF9JShteOALhJTkmaz51VZb3mL /xNnpbtjZHk48wzKbcvqOV6Wff8DJSp7J3cpqIaLURwdA7oS4t+wPu2xHtOWKu2tkv pEd6hcEc7HPLudEHjrEtrCLvYZ4DsUPb6xAzZBd0=
Date: Fri, 30 Apr 2021 00:19:33 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-1/6b3a0a-903666@github.com>
Subject: [quicwg/base-drafts] 27aa5b: It's the transport parameter value
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2T7yfInm7ntJuYCigc1FXpwtIMI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 07:19:40 -0000

  Branch: refs/heads/rpc-transport-1
  Home:   https://github.com/quicwg/base-drafts
  Commit: 27aa5b198e73bb2f5ef78a550412d7cf73edf40f
      https://github.com/quicwg/base-drafts/commit/27aa5b198e73bb2f5ef78a550412d7cf73edf40f
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  It's the transport parameter value


  Commit: 84af6013e5a01d7915aefe731c3b3a5293fed51c
      https://github.com/quicwg/base-drafts/commit/84af6013e5a01d7915aefe731c3b3a5293fed51c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  emdash for clarity


  Commit: c7f3f369e2805aa41dec65a3326e8e4b94d642cd
      https://github.com/quicwg/base-drafts/commit/c7f3f369e2805aa41dec65a3326e8e4b94d642cd
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  S1 really is chosen by the client


  Commit: 0fa522f12284c9325fe7bd921ba000a8d26fcd91
      https://github.com/quicwg/base-drafts/commit/0fa522f12284c9325fe7bd921ba000a8d26fcd91
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  This is a nasty sentence


  Commit: 6155320f94008613d22a006e24a7df47b801a5c4
      https://github.com/quicwg/base-drafts/commit/6155320f94008613d22a006e24a7df47b801a5c4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  default values, plural


  Commit: 9036660402a98810f9ea21839cc27f641a27a1b8
      https://github.com/quicwg/base-drafts/commit/9036660402a98810f9ea21839cc27f641a27a1b8
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Update citation


Compare: https://github.com/quicwg/base-drafts/compare/6b3a0a64360a...9036660402a9


From nobody Fri Apr 30 00:19:45 2021
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 F09FC3A180C for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:19:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.696
X-Spam-Level: 
X-Spam-Status: No, score=-1.696 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_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 f7o6cSpnmymB for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:19:39 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B0AE03A1810 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:19:39 -0700 (PDT)
Received: from github.com (hubbernetes-node-1d3353b.ac4-iad.github.net [10.52.211.91]) by smtp.github.com (Postfix) with ESMTPA id C9C31520752 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:19:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619767178; bh=lBOncFap3AjwCZ3v7jGnQROoDruoJ5YrhrAowkwZnAY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ziEWjdf+ZeX34at9zxmKLmRpM8WiIqp9nC2flwyBuuvz/3LheU8YAV2671qtW8I9P UpIP2upHXijFGKPqShaX+Qt0NIuMoD5K0tfjZc7Cd+El3vw/gygWqnNKXjxExGdLwL 6ngjmFhC/ijeuFngnspL3XaQIZCd2vyRL7eRR7lw=
Date: Fri, 30 Apr 2021 00:19:38 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/push/7016091281@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608baf8ac72cb_50c5a899637"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/O2H9cED6cjDS98fh7b989iGFT0w>
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, 30 Apr 2021 07:19:41 -0000

----==_mimepart_608baf8ac72cb_50c5a899637
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 6 commits.

27aa5b198e73bb2f5ef78a550412d7cf73edf40f  It's the transport parameter value
84af6013e5a01d7915aefe731c3b3a5293fed51c  emdash for clarity
c7f3f369e2805aa41dec65a3326e8e4b94d642cd  S1 really is chosen by the client
0fa522f12284c9325fe7bd921ba000a8d26fcd91  This is a nasty sentence
6155320f94008613d22a006e24a7df47b801a5c4  default values, plural
9036660402a98810f9ea21839cc27f641a27a1b8  Update citation


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4877/files/6b3a0a64360af9995ba150ef1db0592f855cf049..9036660402a98810f9ea21839cc27f641a27a1b8

----==_mimepart_608baf8ac72cb_50c5a899637
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 6 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/27aa5b198e73bb2f5ef78a550412d7cf73edf40f">27aa5b1</a>  It&#39;s the transport parameter value</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/84af6013e5a01d7915aefe731c3b3a5293fed51c">84af601</a>  emdash for clarity</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/c7f3f369e2805aa41dec65a3326e8e4b94d642cd">c7f3f36</a>  S1 really is chosen by the client</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/0fa522f12284c9325fe7bd921ba000a8d26fcd91">0fa522f</a>  This is a nasty sentence</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6155320f94008613d22a006e24a7df47b801a5c4">6155320</a>  default values, plural</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9036660402a98810f9ea21839cc27f641a27a1b8">9036660</a>  Update citation</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4877/files/6b3a0a64360af9995ba150ef1db0592f855cf049..9036660402a98810f9ea21839cc27f641a27a1b8">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYRYDYBN2GB3KB77DDTLJKYVANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7FR7BM7PFDRDOIDSDTLJKYVA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDKOBWGIZTEN2QOVZWQIZXGAYTMMBZGEZDQMI.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/4877/files/6b3a0a64360af9995ba150ef1db0592f855cf049..9036660402a98810f9ea21839cc27f641a27a1b8",
"url": "https://github.com/quicwg/base-drafts/pull/4877/files/6b3a0a64360af9995ba150ef1db0592f855cf049..9036660402a98810f9ea21839cc27f641a27a1b8",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608baf8ac72cb_50c5a899637--


From nobody Fri Apr 30 00:20:35 2021
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 ACEFE3A181A for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:20:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 4IMlauMRkoef for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:20:33 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F1E333A1818 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:20:32 -0700 (PDT)
Received: from github.com (hubbernetes-node-4cfb774.va3-iad.github.net [10.48.207.77]) by smtp.github.com (Postfix) with ESMTPA id E9C83E0701 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:20:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619767232; bh=mcZhLkvMFqx6eNR7LnEvOMSsLMdZQoBAN6n63yWtO9c=; h=Date:From:To:Subject:From; b=QF4Y4w+uIpvN1armYbSVQxgTpaTucNJn4uTwFMVUb6MH/9JyZrD4N3dpQ+wmr54Ss 0SrOXMcMamW9tPBRPTeG5KeARy4TAKlokzfUdIkfMxscKe2N+X2q/OGkfxtW0M7mEa hz66zz8jYvKOAT5ndgf8032HEV+Wlr6lTLK3c/rU=
Date: Fri, 30 Apr 2021 00:20:31 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/f61097-5cf7af@github.com>
Subject: [quicwg/base-drafts] 5cf7af: Script updating gh-pages from 90366604. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Pt2Dcru1Sxhboz9RBVpCrCi0Lbw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 07:20:35 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 5cf7afa4ab564c3ae5ddafec40667f1f80867da8
      https://github.com/quicwg/base-drafts/commit/5cf7afa4ab564c3ae5ddafec40667f1f80867da8
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M rpc-transport-1/draft-ietf-quic-http.html
    M rpc-transport-1/draft-ietf-quic-qpack.html
    M rpc-transport-1/draft-ietf-quic-recovery.html
    M rpc-transport-1/draft-ietf-quic-tls.html
    M rpc-transport-1/draft-ietf-quic-transport.html
    M rpc-transport-1/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 90366604. [ci skip]



From nobody Fri Apr 30 00:54:37 2021
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 A7CFD3A1917 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:54:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 6d69ngq1UzyX for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:54:30 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E2F63A1915 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:54:30 -0700 (PDT)
Received: from github.com (hubbernetes-node-47d496c.ash1-iad.github.net [10.56.111.33]) by smtp.github.com (Postfix) with ESMTPA id B6706840931 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:54:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619769269; bh=KCh2J4nmULMYsHGWakV+Vnrv+8YbMJPKCeTiCTHa52s=; h=Date:From:To:Subject:From; b=2ackclCNeKrvX/p03BNAFO+OVnzqtP/WEIgrX7VB6DprxJiUqQGhtTlsHod8NJPG1 PW/kWSqO8y8hbaRPh3XVZoLMwQ31hgb3CW2FQQalmbtPZuEe0HetYvJa7h/qggvGr8 6O3UNTYTl1VIQ0FRfI2CsAEVWRnVv3K+CX3wa1DU=
Date: Fri, 30 Apr 2021 00:54:29 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-2/bef968-6baec2@github.com>
Subject: [quicwg/base-drafts] 8e141b: Remove spacing from frame type ranges
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/2Yof1m9upqJAFtmeNnci6LQIiNw>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 07:54:36 -0000

  Branch: refs/heads/rpc-transport-2
  Home:   https://github.com/quicwg/base-drafts
  Commit: 8e141b57cac67e3d61b0ef79f33535ed399e60ba
      https://github.com/quicwg/base-drafts/commit/8e141b57cac67e3d61b0ef79f33535ed399e60ba
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Remove spacing from frame type ranges


  Commit: 88b9b8ae9cfa3500c0a3a83383c18c2e989adc8b
      https://github.com/quicwg/base-drafts/commit/88b9b8ae9cfa3500c0a3a83383c18c2e989adc8b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Align the definition lists better


  Commit: 7794ab03cfd120eaee11163ab77352d96543a757
      https://github.com/quicwg/base-drafts/commit/7794ab03cfd120eaee11163ab77352d96543a757
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Clarify retransmission rules for closing signals


  Commit: 747fa80b8d20e3a11c8ce287b280b8f80e2c18aa
      https://github.com/quicwg/base-drafts/commit/747fa80b8d20e3a11c8ce287b280b8f80e2c18aa
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Fix subject-verb agreement


  Commit: 4157118d5d840dbb83f149ed36ae8bc9ffb3d6e5
      https://github.com/quicwg/base-drafts/commit/4157118d5d840dbb83f149ed36ae8bc9ffb3d6e5
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  It's item 7, not bullet 7


  Commit: 77a7704854cdcdc1d83cbaab4e00a80148501c4a
      https://github.com/quicwg/base-drafts/commit/77a7704854cdcdc1d83cbaab4e00a80148501c4a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  2MSB instead


  Commit: 9ffb7b702d6d09fcc52f1d0025ffe7703de457a0
      https://github.com/quicwg/base-drafts/commit/9ffb7b702d6d09fcc52f1d0025ffe7703de457a0
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Missed mention of the examples


  Commit: d00ce244292cc38611bf22ccb8eb788b46c3ff1c
      https://github.com/quicwg/base-drafts/commit/d00ce244292cc38611bf22ccb8eb788b46c3ff1c
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  It's not required to start, but you need it in the end


  Commit: cfa4073c587738dc481bb8cb388a98636a701173
      https://github.com/quicwg/base-drafts/commit/cfa4073c587738dc481bb8cb388a98636a701173
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  The packet payload is common enough to move


  Commit: 56d8a5cae76030536af9ac9a0b84ab332b4a4678
      https://github.com/quicwg/base-drafts/commit/56d8a5cae76030536af9ac9a0b84ab332b4a4678
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Be specific about injection attacks


  Commit: a639e9f8243b8052c2fb488dd30454917bb290fc
      https://github.com/quicwg/base-drafts/commit/a639e9f8243b8052c2fb488dd30454917bb290fc
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  It is ANY Initial packet now


  Commit: 48a56d4f45015233d3517a77b11e8800d62ea7ae
      https://github.com/quicwg/base-drafts/commit/48a56d4f45015233d3517a77b11e8800d62ea7ae
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Let's just use ECN-CE throughout, the ECN- part is not implied here


  Commit: 6baec2cb66bf803dd971e832781c4e2ebfa3f1dc
      https://github.com/quicwg/base-drafts/commit/6baec2cb66bf803dd971e832781c4e2ebfa3f1dc
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Make it parse


Compare: https://github.com/quicwg/base-drafts/compare/bef96892374b...6baec2cb66bf


From nobody Fri Apr 30 00:54:42 2021
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 A98C33A191A for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:54:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.1
X-Spam-Level: 
X-Spam-Status: No, score=-3.1 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_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 fXvijfAE9bb7 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:54:36 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E12C3A1915 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:54:36 -0700 (PDT)
Received: from github.com (hubbernetes-node-d84fe50.ash1-iad.github.net [10.56.105.69]) by smtp.github.com (Postfix) with ESMTPA id 4A1095E0774 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:54:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619769275; bh=PXCCcR0k9OHREU/8UwJOHcv3Tn/2IqaxJ6Otr35s0Ag=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=UM5yKSIHGf2c84V/gNBRQaQ46+DIOknlTMF1BiZ13hDHGvwAOnK/7RE2yo0JwvRFo SYW6PlVBlKK81iH0QCxXfokIGQz8N0FnVo/qZGRIWjeCpIB4n/qxCpS/vngGC9VJrR 1p27ScCwfxVV92spu659UXQeW6owib+2tHxYgS2M=
Date: Fri, 30 Apr 2021 00:54:35 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4879/push/7016273568@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4879@github.com>
References: <quicwg/base-drafts/pull/4879@github.com>
Subject: Re: [quicwg/base-drafts] Second batch of changes for transport (#4879)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608bb7bb46bf8_59c5a810681b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/myT3ADilq6uVW4IpvatUXSA3e6M>
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, 30 Apr 2021 07:54:38 -0000

----==_mimepart_608bb7bb46bf8_59c5a810681b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 13 commits.

8e141b57cac67e3d61b0ef79f33535ed399e60ba  Remove spacing from frame type ranges
88b9b8ae9cfa3500c0a3a83383c18c2e989adc8b  Align the definition lists better
7794ab03cfd120eaee11163ab77352d96543a757  Clarify retransmission rules for closing signals
747fa80b8d20e3a11c8ce287b280b8f80e2c18aa  Fix subject-verb agreement
4157118d5d840dbb83f149ed36ae8bc9ffb3d6e5  It's item 7, not bullet 7
77a7704854cdcdc1d83cbaab4e00a80148501c4a  2MSB instead
9ffb7b702d6d09fcc52f1d0025ffe7703de457a0  Missed mention of the examples
d00ce244292cc38611bf22ccb8eb788b46c3ff1c  It's not required to start, but you need it in the end
cfa4073c587738dc481bb8cb388a98636a701173  The packet payload is common enough to move
56d8a5cae76030536af9ac9a0b84ab332b4a4678  Be specific about injection attacks
a639e9f8243b8052c2fb488dd30454917bb290fc  It is ANY Initial packet now
48a56d4f45015233d3517a77b11e8800d62ea7ae  Let's just use ECN-CE throughout, the ECN- part is not implied here
6baec2cb66bf803dd971e832781c4e2ebfa3f1dc  Make it parse


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4879/files/bef96892374b4ce332f99edbd969834a4089a33c..6baec2cb66bf803dd971e832781c4e2ebfa3f1dc

----==_mimepart_608bb7bb46bf8_59c5a810681b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 13 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/8e141b57cac67e3d61b0ef79f33535ed399e60ba">8e141b5</a>  Remove spacing from frame type ranges</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/88b9b8ae9cfa3500c0a3a83383c18c2e989adc8b">88b9b8a</a>  Align the definition lists better</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/7794ab03cfd120eaee11163ab77352d96543a757">7794ab0</a>  Clarify retransmission rules for closing signals</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/747fa80b8d20e3a11c8ce287b280b8f80e2c18aa">747fa80</a>  Fix subject-verb agreement</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/4157118d5d840dbb83f149ed36ae8bc9ffb3d6e5">4157118</a>  It&#39;s item 7, not bullet 7</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/77a7704854cdcdc1d83cbaab4e00a80148501c4a">77a7704</a>  2MSB instead</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/9ffb7b702d6d09fcc52f1d0025ffe7703de457a0">9ffb7b7</a>  Missed mention of the examples</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/d00ce244292cc38611bf22ccb8eb788b46c3ff1c">d00ce24</a>  It&#39;s not required to start, but you need it in the end</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/cfa4073c587738dc481bb8cb388a98636a701173">cfa4073</a>  The packet payload is common enough to move</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/56d8a5cae76030536af9ac9a0b84ab332b4a4678">56d8a5c</a>  Be specific about injection attacks</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/a639e9f8243b8052c2fb488dd30454917bb290fc">a639e9f</a>  It is ANY Initial packet now</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/48a56d4f45015233d3517a77b11e8800d62ea7ae">48a56d4</a>  Let&#39;s just use ECN-CE throughout, the ECN- part is not implied here</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/6baec2cb66bf803dd971e832781c4e2ebfa3f1dc">6baec2c</a>  Make it parse</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4879/files/bef96892374b4ce332f99edbd969834a4089a33c..6baec2cb66bf803dd971e832781c4e2ebfa3f1dc">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7GOCWZBWG5AUKXVLDTLJO3XANCNFSM433S63MQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK7EXFE6MBHO3XV6SIDTLJO3XA5CNFSM433S63M2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDOMBVGIZDQOKQOVZWQIZXGAYTMMRXGM2TMOA.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/4879/files/bef96892374b4ce332f99edbd969834a4089a33c..6baec2cb66bf803dd971e832781c4e2ebfa3f1dc",
"url": "https://github.com/quicwg/base-drafts/pull/4879/files/bef96892374b4ce332f99edbd969834a4089a33c..6baec2cb66bf803dd971e832781c4e2ebfa3f1dc",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608bb7bb46bf8_59c5a810681b--


From nobody Fri Apr 30 00:56:05 2021
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 7E45C3A191E for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:56:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 sr31nzWHGlJr for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 00:56:03 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 477293A191D for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:56:03 -0700 (PDT)
Received: from github.com (hubbernetes-node-dedc898.ash1-iad.github.net [10.56.118.28]) by smtp.github.com (Postfix) with ESMTPA id 59833840CF2 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 00:56:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619769362; bh=8m674pS12ZDiQ+8gC7cmB1epzDsNmlmniOy5KRRtm70=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=bibPsXNQ/i2eIeDgBwvRDdt4bfvVhFGe9Irw5ThjdPJ6dIkB9xauWSMIQ7M6zajLT MTCphU4lIQMI9Is15fEYf9PVXBzV/ZkMTmiRxeC2wUCfNOy3DENI8i09ZLl+DQh4tv 1wKpHToRr2gYPczlJpY/mePTABUxsw75Ldj5iF6w=
Date: Fri, 30 Apr 2021 00:56:02 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6ZTXRH43WGCZ3OARV6S6MRFEVBNHHDH6YKJI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4879/c829915691@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4879@github.com>
References: <quicwg/base-drafts/pull/4879@github.com>
Subject: Re: [quicwg/base-drafts] Second batch of changes for transport (#4879)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608bb812567b8_53c5a81774a7"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/jmkymexRe-Exh6hL9kmfJ1aYpzk>
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, 30 Apr 2021 07:56:05 -0000

----==_mimepart_608bb812567b8_53c5a81774a7
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

Note: There were a few non-trivial changes in here.  The final batch of commits can be considered atomic as they are in response to specific queries or issues raised by the RPC.

I didn't make separate PRs because most build on top of other edits and conflict management is not fun.

-- 
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/4879#issuecomment-829915691
----==_mimepart_608bb812567b8_53c5a81774a7
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>Note: There were a few non-trivial changes in here.  The final batch of commits can be considered atomic as they are in response to specific queries or issues raised by the RPC.</p>
<p>I didn't make separate PRs because most build on top of other edits and conflict management is not fun.</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/4879#issuecomment-829915691">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4PVV4LBEVILGKJ4O3TLJPBFANCNFSM433S63MQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK54GANBKAZKZ72UUG3TLJPBFA5CNFSM433S63M2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGF3YEKY.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/4879#issuecomment-829915691",
"url": "https://github.com/quicwg/base-drafts/pull/4879#issuecomment-829915691",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608bb812567b8_53c5a81774a7--


From nobody Fri Apr 30 01:07:25 2021
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 8CFF93A1974 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 01:07:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.554
X-Spam-Level: 
X-Spam-Status: No, score=-6.554 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 CqCJng9t8wl6 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 01:07:19 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 00CB93A1972 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 01:07:18 -0700 (PDT)
Received: from github.com (hubbernetes-node-417c316.ac4-iad.github.net [10.52.202.74]) by smtp.github.com (Postfix) with ESMTPA id DA6C65603F1 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 01:07:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619770037; bh=3ajzwkNQfNe/F7YH5NwfyUy8iPNToVRzT1HnV5RAM58=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=rmAAg4s5xmZkte6++K81iMI/MmexG6h2gr1ZjvPVzARhrJrFLp0LtoJN1spL7WZCS srHC61GKXVSNv426JdHkus98wCa7omp4dNuWxi/CSCRMi0Rdo9zdGKHPfDDGh4pnqY lHYm0ASmiBHLN8t4sl+qBClB20ZDaJitIY5okhQ0=
Date: Fri, 30 Apr 2021 01:07:17 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5HYEIQBOEW5TKNBW56S6N3LEVBNHHDH66Q3A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4880@github.com>
Subject: [quicwg/base-drafts] Permanent transport parameters (#4880)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608bbab5d7d03_51c5a88306f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
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/-68dFmXkFDc2FPwjlmun-ZS89YU>
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, 30 Apr 2021 08:07:24 -0000

----==_mimepart_608bbab5d7d03_51c5a88306f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

The RFC editor asks:
> Should the "QUIC Transport Parameters" registry include a "permanent" range (similar to the "QUIC Versions" registry)?  Or are values outside of those marked "provisional" all considered permanent?

I believe that this is just an error in transcription.  This should match the others and permanent assignments can be made with a specification.

I realize that this is super-late, but I realize that we reserved up to 0x3f for error codes (where size matters very little), but not for transport parameters (where size can matter).  Do we want to update that at the same time?

-- https://www.iana.org/assignments/quic/quic.xhtml



-- 
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/4880
----==_mimepart_608bbab5d7d03_51c5a88306f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>The RFC editor asks:</p>
<blockquote>
<p>Should the "QUIC Transport Parameters" registry include a "permanent" range (similar to the "QUIC Versions" registry)?  Or are values outside of those marked "provisional" all considered permanent?</p>
</blockquote>
<p>I believe that this is just an error in transcription.  This should match the others and permanent assignments can be made with a specification.</p>
<p>I realize that this is super-late, but I realize that we reserved up to 0x3f for error codes (where size matters very little), but not for transport parameters (where size can matter).  Do we want to update that at the same time?</p>
<p>-- <a href="https://www.iana.org/assignments/quic/quic.xhtml" rel="nofollow">https://www.iana.org/assignments/quic/quic.xhtml</a></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/issues/4880">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK7O5TF5O23W25ORG6DTLJQLLANCNFSM433V7JDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK3H6VPVY32ACNRKYDTTLJQLLA5CNFSM433V7JDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M732DMA.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/issues/4880",
"url": "https://github.com/quicwg/base-drafts/issues/4880",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608bbab5d7d03_51c5a88306f--


From nobody Fri Apr 30 01:11:56 2021
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 6A59D3A1997 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 01:11:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.101
X-Spam-Level: 
X-Spam-Status: No, score=-7.101 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 gMUtrUuNhEtL for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 01:11:50 -0700 (PDT)
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 5EDA63A1995 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 01:11:50 -0700 (PDT)
Received: from github.com (hubbernetes-node-8615540.ash1-iad.github.net [10.56.117.33]) by smtp.github.com (Postfix) with ESMTPA id 5B2B090009E for <quic-issues@ietf.org>; Fri, 30 Apr 2021 01:11:49 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619770309; bh=jzfHE1H/INLWlF6SxtoBWzJY46+jjKam7+PL9gTLhlg=; h=Date:From:To:Subject:From; b=f33WZvNXBEnEnAxLsD2UhIHnp9kTJL8MtAOgR1nmwZHgtuRJTyuvwfo0wEKrhjB94 w8+RhuJMj2/08wZgCeofMiUooG6QHTw46wZc2yt+bfUF6N6Mu2yJDUW48JYvqul1SX OoSPD6wTs+bfObXz9GIDrMamAlelEGZWIoMfgks4=
Date: Fri, 30 Apr 2021 01:11:49 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/rpc-transport-3/f2118e-865e3e@github.com>
Subject: [quicwg/base-drafts] add9e2: Clarify without (1) and (2)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/0HDaXlrI4s4etBXIqj_mOq83R00>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 08:11:55 -0000

  Branch: refs/heads/rpc-transport-3
  Home:   https://github.com/quicwg/base-drafts
  Commit: add9e2ff01c05ce1515dfd6cd76f3ed56a62cabd
      https://github.com/quicwg/base-drafts/commit/add9e2ff01c05ce1515dfd6cd76f3ed56a62cabd
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Clarify without (1) and (2)


  Commit: 066d7c8943bfe730141c6284401f4127cfd151a5
      https://github.com/quicwg/base-drafts/commit/066d7c8943bfe730141c6284401f4127cfd151a5
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Compact dl


  Commit: 4a353030d00417319300640845ec37da48ccdbe4
      https://github.com/quicwg/base-drafts/commit/4a353030d00417319300640845ec37da48ccdbe4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Use of is not really right, it's requests for


  Commit: d6647cc616ef40b514ffa5d97cb6a0fba002d58d
      https://github.com/quicwg/base-drafts/commit/d6647cc616ef40b514ffa5d97cb6a0fba002d58d
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  just version negotiation


  Commit: 90455c4e3bde66d7a5ae7095e2907ebb5b158b5a
      https://github.com/quicwg/base-drafts/commit/90455c4e3bde66d7a5ae7095e2907ebb5b158b5a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  It's a type name


  Commit: 103137d9dfb3deb43fa024193caf2c6c857a8829
      https://github.com/quicwg/base-drafts/commit/103137d9dfb3deb43fa024193caf2c6c857a8829
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Ranges not regions


  Commit: fa80452f831c564bc218084bad31396b9cb2742e
      https://github.com/quicwg/base-drafts/commit/fa80452f831c564bc218084bad31396b9cb2742e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  pseudocode markings


  Commit: 865e3e6791afdaa829b77d39363016ef321a1309
      https://github.com/quicwg/base-drafts/commit/865e3e6791afdaa829b77d39363016ef321a1309
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Clarify sentence


Compare: https://github.com/quicwg/base-drafts/compare/f2118efb1af5...865e3e6791af


From nobody Fri Apr 30 01:12:00 2021
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 96C693A199B for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 01:11:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.697
X-Spam-Level: 
X-Spam-Status: No, score=-6.697 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_28=1.404, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 CKHqmexJ70pj for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 01:11:56 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 588D13A1995 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 01:11:56 -0700 (PDT)
Received: from github.com (hubbernetes-node-e68d0b8.ac4-iad.github.net [10.52.200.43]) by smtp.github.com (Postfix) with ESMTPA id 7A26356007B for <quic-issues@ietf.org>; Fri, 30 Apr 2021 01:11:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619770315; bh=fb/sM/iQGdnR908KbfqbDfFww542hdz0F9aCm6gfmQE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=eLnue+np3wYpMvVB20+U91D5K0g125f12NLqgwGQgk6EhMGp7/GqO4qqTr17Zs3HN BPXD2Ku9p/ooH8e11GDpSW6Bj4uQvMqlyS5m7RLYzcWSYslL5JvjtH5GgwLURHSDnx Xbti+L0v7g0/1bqpFCReB1Wo7Sv1hBu2zHbBfIs4=
Date: Fri, 30 Apr 2021 01:11:55 -0700
From: Martin Thomson <notifications@github.com>
Reply-To: quicwg/base-drafts <noreply@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Push <push@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4878/push/7016369885@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4878@github.com>
References: <quicwg/base-drafts/pull/4878@github.com>
Subject: Re: [quicwg/base-drafts] Final batch of text changes for transport (#4878)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608bbbcb76964_5ec5a811297"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: martinthomson
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: push
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/ZmQEUTnXtmD71gJ7lWKEKv_Mr90>
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, 30 Apr 2021 08:11:58 -0000

----==_mimepart_608bbbcb76964_5ec5a811297
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@martinthomson pushed 8 commits.

add9e2ff01c05ce1515dfd6cd76f3ed56a62cabd  Clarify without (1) and (2)
066d7c8943bfe730141c6284401f4127cfd151a5  Compact dl
4a353030d00417319300640845ec37da48ccdbe4  Use of is not really right, it's requests for
d6647cc616ef40b514ffa5d97cb6a0fba002d58d  just version negotiation
90455c4e3bde66d7a5ae7095e2907ebb5b158b5a  It's a type name
103137d9dfb3deb43fa024193caf2c6c857a8829  Ranges not regions
fa80452f831c564bc218084bad31396b9cb2742e  pseudocode markings
865e3e6791afdaa829b77d39363016ef321a1309  Clarify sentence


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/quicwg/base-drafts/pull/4878/files/f2118efb1af5a09e6bd0ce3adb49bb10e3defc26..865e3e6791afdaa829b77d39363016ef321a1309

----==_mimepart_608bbbcb76964_5ec5a811297
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p><a href="https://github.com/martinthomson" class="user-mention">@martinthomson</a> pushed 8 commits.</p>

<ul>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/add9e2ff01c05ce1515dfd6cd76f3ed56a62cabd">add9e2f</a>  Clarify without (1) and (2)</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/066d7c8943bfe730141c6284401f4127cfd151a5">066d7c8</a>  Compact dl</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/4a353030d00417319300640845ec37da48ccdbe4">4a35303</a>  Use of is not really right, it&#39;s requests for</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/d6647cc616ef40b514ffa5d97cb6a0fba002d58d">d6647cc</a>  just version negotiation</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/90455c4e3bde66d7a5ae7095e2907ebb5b158b5a">90455c4</a>  It&#39;s a type name</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/103137d9dfb3deb43fa024193caf2c6c857a8829">103137d</a>  Ranges not regions</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/fa80452f831c564bc218084bad31396b9cb2742e">fa80452</a>  pseudocode markings</li>
  <li><a class="commit-link" href="https://github.com/quicwg/base-drafts/commit/865e3e6791afdaa829b77d39363016ef321a1309">865e3e6</a>  Clarify sentence</li>
</ul>


<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 /><a href="https://github.com/quicwg/base-drafts/pull/4878/files/f2118efb1af5a09e6bd0ce3adb49bb10e3defc26..865e3e6791afdaa829b77d39363016ef321a1309">View it on GitHub</a> or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK3L3MYS75P265BERKDTLJQ4XANCNFSM433RPYFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZRDVB5HAVZBZL26QDTLJQ4XA5CNFSM433RPYF2YY3PNVWWK3TUL52HS4DFXNIHK3DMKJSXC5LFON2FA5LTNBHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZF5KB2WY3BDGYZDOMBTGQYDIMKQOVZWQIZXGAYTMMZWHE4DQNI.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/4878/files/f2118efb1af5a09e6bd0ce3adb49bb10e3defc26..865e3e6791afdaa829b77d39363016ef321a1309",
"url": "https://github.com/quicwg/base-drafts/pull/4878/files/f2118efb1af5a09e6bd0ce3adb49bb10e3defc26..865e3e6791afdaa829b77d39363016ef321a1309",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>

----==_mimepart_608bbbcb76964_5ec5a811297--


From nobody Fri Apr 30 01:13:03 2021
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 3FF3A3A199D for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 01:13:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.102
X-Spam-Level: 
X-Spam-Status: No, score=-7.102 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, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 H-9AjM7-XiKv for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 01:13:01 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2A5103A199C for <quic-issues@ietf.org>; Fri, 30 Apr 2021 01:13:01 -0700 (PDT)
Received: from github.com (hubbernetes-node-30c8c15.ash1-iad.github.net [10.56.122.44]) by smtp.github.com (Postfix) with ESMTPA id 4A752840D29 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 01:13:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619770380; bh=wQX2N3jru321lB8Szk4QmQbelnkfhY72kcotF1O4JlQ=; h=Date:From:To:Subject:From; b=Jk4nZVr7XBUoV30k+z5fO56DUr3IlZiKwGbRDVh5SeBq0agVLpifzr5Uvk1VbqA64 v0tKKEkCdpJ2prjRC8OpxY1C4X3NLv8e9xrUjZe9OKoM31WbmmZ7q4f6kLKNRO2eZO hCIYoi+IEOjRnhKmH5gWdq4hXXefe8RBR4JOzfEI=
Date: Fri, 30 Apr 2021 01:13:00 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/gh-pages/5cf7af-3b9da5@github.com>
Subject: [quicwg/base-drafts] 3b9da5: Script updating gh-pages from 865e3e67. [ci skip]
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/-1SFnO7eIN1ULHbEd3BbjUqH1QQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
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, 30 Apr 2021 08:13:02 -0000

  Branch: refs/heads/gh-pages
  Home:   https://github.com/quicwg/base-drafts
  Commit: 3b9da54e84be75dd83e10d69cbda8da9fa855a4a
      https://github.com/quicwg/base-drafts/commit/3b9da54e84be75dd83e10d69cbda8da9fa855a4a
  Author: ID Bot <idbot@example.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M rpc-transport-3/draft-ietf-quic-http.html
    M rpc-transport-3/draft-ietf-quic-invariants.html
    M rpc-transport-3/draft-ietf-quic-qpack.html
    M rpc-transport-3/draft-ietf-quic-recovery.html
    M rpc-transport-3/draft-ietf-quic-tls.html
    M rpc-transport-3/draft-ietf-quic-transport.html
    M rpc-transport-3/draft-ietf-quic-transport.txt

  Log Message:
  -----------
  Script updating gh-pages from 865e3e67. [ci skip]



From nobody Fri Apr 30 07:29:14 2021
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 8958C3A19F2 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 07:29:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.028
X-Spam-Level: 
X-Spam-Status: No, score=-2.028 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_16=1.092, 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 LnOEozO7Cl_D for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 07:29:10 -0700 (PDT)
Received: from out-24.smtp.github.com (out-24.smtp.github.com [192.30.252.207]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB9A93A19F3 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 07:29:10 -0700 (PDT)
Received: from github.com (hubbernetes-node-ceff565.ac4-iad.github.net [10.52.211.88]) by smtp.github.com (Postfix) with ESMTPA id F4166600709 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 07:29:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619792950; bh=V7t7XaYRPQy8PZZAiJpXCHSf2vpoMPxL98m3PSmL6mM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=0qVG3fKSprtYlDo9JdqG56X9DnrZOVfD3E9Ow0GQBOHCs8izS78mmYG/LaSWUbUxK DBgXKeMNf0wghG41zHsXiYQU2ZhMcbSEZNpDvD56eNnMvqayxNbglHMMQrBFFKDcvv rVc0a2QesMuQG2mPYsCAhG7v9fI3SMB04pvL9o/w=
Date: Fri, 30 Apr 2021 07:29:09 -0700
From: David Schinazi <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3EKXHUJOB3DOIW2DN6S72TLEVBNHHDH66Q3A@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/4880/830134025@github.com>
In-Reply-To: <quicwg/base-drafts/issues/4880@github.com>
References: <quicwg/base-drafts/issues/4880@github.com>
Subject: Re: [quicwg/base-drafts] Permanent transport parameters (#4880)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608c1435f1657_64c5a8174350"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: DavidSchinazi
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/R5OdKKbYJN7OYEBjQF4UBjdK-Is>
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, 30 Apr 2021 14:29:14 -0000

----==_mimepart_608c1435f1657_64c5a8174350
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I had assumed that we had reserved 0x00-0x3f in transport parameters too. I suspect that was the intent, and we just forgot to add that sentence. I would really prefer we update the doc to reserve 0x00-0x3f for transport parameters just like we do for errors.

-- 
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/4880#issuecomment-830134025
----==_mimepart_608c1435f1657_64c5a8174350
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>I had assumed that we had reserved 0x00-0x3f in transport parameters too. I suspect that was the intent, and we just forgot to add that sentence. I would really prefer we update the doc to reserve 0x00-0x3f for transport parameters just like we do for errors.</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/issues/4880#issuecomment-830134025">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZSKCWCIFU7SIG6EDDTLK5DLANCNFSM433V7JDA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6UBCKUFB5HLAL6I2TTLK5DLA5CNFSM433V7JDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGF5NOCI.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/issues/4880#issuecomment-830134025",
"url": "https://github.com/quicwg/base-drafts/issues/4880#issuecomment-830134025",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608c1435f1657_64c5a8174350--


From nobody Fri Apr 30 07:57:40 2021
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 CE7EC3A1B6B for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 07:57:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.555
X-Spam-Level: 
X-Spam-Status: No, score=-6.555 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_20=1.546, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 fG8lRQXmwKS7 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 07:57:37 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 49FC13A1B69 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 07:57:37 -0700 (PDT)
Received: from github.com (hubbernetes-node-48efd5b.ash1-iad.github.net [10.56.122.34]) by smtp.github.com (Postfix) with ESMTPA id 4807E84019B for <quic-issues@ietf.org>; Fri, 30 Apr 2021 07:57:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619794656; bh=YCiBp8zMKZeRIgPCweiBowvtkCLBs2dVvbow2R4gWpc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=p3RlCqxuD4Ux41CI+KHaVborydNSUxY+ibk5vsNbe/HZCmu/TtkzVkunLjhi6WUzE f4Zv04zltj/j5d90G1ystlfbrBR3F9BfGc+/hQBMU+c/FUcJ+Uw3QXEYC+5Y6CoHoO 4wdUSle8ONnV0gvgLVWxbJXGGzqtdWg42EuADpzE=
Date: Fri, 30 Apr 2021 07:57:36 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK64Y7KLJ2WD3XOWPHV6S756BEVBNHHDHZQIGQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/review/649299139@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608c1ae0453d4_50c5a812729a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/SlyDKmYGRCFT8L0xRJMBfAhT_AA>
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, 30 Apr 2021 14:57:39 -0000

----==_mimepart_608c1ae0453d4_50c5a812729a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks approved this pull request.

Looks good. Thanks for going through the considerable work to make all these edits!

>  servers.
 
 
-### Address Validation using Retry Packets {#validate-retry}
+### Address Validation Using Retry Packets {#validate-retry}

`Using` should be capitalized in a section title, but `during` (above) shouldn't? Just curious, are there "official" rules on which words to capitalize?

-- 
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/4877#pullrequestreview-649299139
----==_mimepart_608c1ae0453d4_50c5a812729a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@nibanks</b> approved this pull request.</p>

<p>Looks good. Thanks for going through the considerable work to make all these edits!</p><hr>

<p>In <a href="https://github.com/quicwg/base-drafts/pull/4877#discussion_r623940161">draft-ietf-quic-transport.md</a>:</p>
<pre style='color:#555'>&gt;  servers.
 
 
-### Address Validation using Retry Packets {#validate-retry}
+### Address Validation Using Retry Packets {#validate-retry}
</pre>
<p><code>Using</code> should be capitalized in a section title, but <code>during</code> (above) shouldn't? Just curious, are there "official" rules on which words to capitalize?</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/4877#pullrequestreview-649299139">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6377NRPOV4PVJ3PALTLLAOBANCNFSM43ZK4KNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4RCYGHBOPVKU7X4NTTLLAOBA5CNFSM43ZK4KNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2ZYJQY.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/4877#pullrequestreview-649299139",
"url": "https://github.com/quicwg/base-drafts/pull/4877#pullrequestreview-649299139",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608c1ae0453d4_50c5a812729a--


From nobody Fri Apr 30 08:04:05 2021
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 65E133A1B9A for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 08:04:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.042
X-Spam-Level: 
X-Spam-Status: No, score=-6.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 HnjEGcZHFMpT for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 08:04:02 -0700 (PDT)
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 1E21D3A1B99 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 08:04:01 -0700 (PDT)
Received: from github.com (hubbernetes-node-84dc712.ash1-iad.github.net [10.56.116.58]) by smtp.github.com (Postfix) with ESMTPA id 3E81B901232 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 08:04:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619795041; bh=+1nHRl6XWqjnMns6IBKbj9YcW6AH5RQb49GOVmNyjPw=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=af07L9jt4qtxAciVVzaLbvLVqgeyMtbm/qPfO62Q8cTtHfn+9gU8nv/YQqcI+WfSU Khu4j5mGDrSDPMWbcOKebW8M/bAqfHwNtuXAPAYkjnvhF4mYreDEgAcVmHAi0El+rl MM81xd+m0Ghkd495qG39OEd2d2bDJJVzPpIuY4Ek=
Date: Fri, 30 Apr 2021 08:04:01 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKZP3JNZI25N5LLIXE56S76WDEVBNHHDH6VQ5M@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4878/review/649313755@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4878@github.com>
References: <quicwg/base-drafts/pull/4878@github.com>
Subject: Re: [quicwg/base-drafts] Final batch of text changes for transport (#4878)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608c1c6138ed5_64c5a87478"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/502MBcjKe6a6_-NiZgQmGVzodzI>
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, 30 Apr 2021 15:04:03 -0000

----==_mimepart_608c1c6138ed5_64c5a87478
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks approved this pull request.

LGTM.



-- 
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/4878#pullrequestreview-649313755
----==_mimepart_608c1c6138ed5_64c5a87478
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@nibanks</b> approved this pull request.</p>

<p>LGTM.</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/4878#pullrequestreview-649313755">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYNLG2HXA74T4XXBB3TLLBGDANCNFSM433RPYFQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK4BGI65NTG5KMRLWU3TLLBGDA5CNFSM433RPYF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2Z33WY.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/4878#pullrequestreview-649313755",
"url": "https://github.com/quicwg/base-drafts/pull/4878#pullrequestreview-649313755",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608c1c6138ed5_64c5a87478--


From nobody Fri Apr 30 08:12:39 2021
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 1E3833A1BD8 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 08:12:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.041
X-Spam-Level: 
X-Spam-Status: No, score=-1.041 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 4HKdA4WrW3Py for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 08:12:37 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 038BF3A1BDD for <quic-issues@ietf.org>; Fri, 30 Apr 2021 08:12:36 -0700 (PDT)
Received: from github.com (hubbernetes-node-1c14013.va3-iad.github.net [10.48.124.72]) by smtp.github.com (Postfix) with ESMTPA id 851C7E0802 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 08:12:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619795555; bh=OfmVGThJA7BfEdyAcPpUBcTXwvmrCJJdoik4P0FUkDc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=H7K5TAXxrvheDZ4ae6TWIXktOEvtH1YqwHznHueE3O6BOyw4ynPwsUPgkI1IHyGEJ q0epzDzU09QLDz4xyuPsSZBf13NCGmRGNt6mFkOSqNxlUDuriOW7pPNuJuYlqWUoEF IJiyZGwejf01pevkvZVKaYlPOiNBmghHk66hXOzQ=
Date: Fri, 30 Apr 2021 08:12:35 -0700
From: Nick Banks <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK63FFDMCDZE72VQDRN6S77WHEVBNHHDH6YKJI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4879/review/649321774@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4879@github.com>
References: <quicwg/base-drafts/pull/4879@github.com>
Subject: Re: [quicwg/base-drafts] Second batch of changes for transport (#4879)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608c1e6382a8e_4dc5a81863ce"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: nibanks
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/2c_FLaX0otxc2bvopLwuo0SG-_U>
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, 30 Apr 2021 15:12:38 -0000

----==_mimepart_608c1e6382a8e_4dc5a81863ce
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@nibanks approved this pull request.

LGTM



-- 
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/4879#pullrequestreview-649321774
----==_mimepart_608c1e6382a8e_4dc5a81863ce
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@nibanks</b> approved this pull request.</p>

<p>LGTM</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/4879#pullrequestreview-649321774">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK6CWKBLVAWTHV5LOL3TLLCGHANCNFSM433S63MQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZUJLXVDAX7AL3BDFDTLLCGHA5CNFSM433S63M2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2Z52LQ.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/4879#pullrequestreview-649321774",
"url": "https://github.com/quicwg/base-drafts/pull/4879#pullrequestreview-649321774",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608c1e6382a8e_4dc5a81863ce--


From nobody Fri Apr 30 08:29:50 2021
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 DE4B73A1C83 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 08:29:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 i-z9P7H0dmv3 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 08:29:46 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9BCC63A1C7F for <quic-issues@ietf.org>; Fri, 30 Apr 2021 08:29:46 -0700 (PDT)
Received: from github.com (hubbernetes-node-c64d0d0.ash1-iad.github.net [10.56.104.48]) by smtp.github.com (Postfix) with ESMTPA id A26CE840AE6 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 08:29:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619796585; bh=5muRTujLdQceUlmjiFCWA5Ivvn/hET30DTZpEbgeANY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=NomjmfVUsQDnv8XpQnrfMxBHgVGjgiOiWDIdq2eiXBzSDGDXhsU8fVfWxfmNnerBa XhR15yFlCMqQ935px/X9EgoQvS7kKb8DwAFTVM87dh6tEYt2W/fA+TsGB6twRhnc0g ClVnx3dzCnfdcJcW/4c4Ey7TAnSAQclIQYN7dnBU=
Date: Fri, 30 Apr 2021 08:29:45 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6S25NPP2H55GWSHE56TABWTEVBNHHDHVEKHA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4871/c830175703@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4871@github.com>
References: <quicwg/base-drafts/pull/4871@github.com>
Subject: Re: [quicwg/base-drafts] Tidy the XML (#4871)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608c22699f66f_3ac5a81493c2"; 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/2d7P30A93hUO8yfBVbcOXt9-25g>
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, 30 Apr 2021 15:29:49 -0000

----==_mimepart_608c22699f66f_3ac5a81493c2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

I don't see anything I'm concerned by.  If it produces the desired output, let's go with it for now.  This might be worth moving into I-D Template instead of just adding a hook, eventually.

-- 
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/4871#issuecomment-830175703
----==_mimepart_608c22699f66f_3ac5a81493c2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p>I don't see anything I'm concerned by.  If it produces the desired output, let's go with it for now.  This might be worth moving into I-D Template instead of just adding a hook, eventually.</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/4871#issuecomment-830175703">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKZWPWPHRRTCUQH6OSLTLLEGTANCNFSM43WOBBNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2PTJMEACMZKDJ4GJ3TLLEGTA5CNFSM43WOBBNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGF5XTVY.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/4871#issuecomment-830175703",
"url": "https://github.com/quicwg/base-drafts/pull/4871#issuecomment-830175703",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608c22699f66f_3ac5a81493c2--


From nobody Fri Apr 30 08:29:59 2021
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 7DE413A1C83 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 08:29:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.041
X-Spam-Level: 
X-Spam-Status: No, score=-1.041 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=no 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 gt-uTOvaHlgC for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 08:29:56 -0700 (PDT)
Received: from smtp.github.com (out-21.smtp.github.com [192.30.252.204]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C1F43A1C7F for <quic-issues@ietf.org>; Fri, 30 Apr 2021 08:29:56 -0700 (PDT)
Received: from github.com (hubbernetes-node-9e54e6b.ac4-iad.github.net [10.52.205.63]) by smtp.github.com (Postfix) with ESMTPA id 16C1A520343 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 08:29:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619796595; bh=y5tM0l6KlT88plxu2MBGt5FMep4HS5DnUCNv4ufPBEk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vjv+DzDNOV7RDGG3CZlDV1aqK3Mrurqn2ZiuRlRZxEpAspfvs5KQfFpKCAdjqwv6F 9ruE8IGajL4XjPxJPrD7yroVI6mHiaR7CPeovBzl7a5dYMOpJcb+7u+23w8894Ma1c x1nRcGCkK+rBsKvRlIAbpj41Zk9/LLr0r8sHcNuE=
Date: Fri, 30 Apr 2021 08:29:55 -0700
From: Mike Bishop <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3ISDAKQNALJLSYLC56TABXHEVBNHHDHVEKHA@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4871/review/649337582@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4871@github.com>
References: <quicwg/base-drafts/pull/4871@github.com>
Subject: Re: [quicwg/base-drafts] Tidy the XML (#4871)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608c227313fad_52c5a817787"; 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/UIhf849NTtfuEuBHRov-SGNA2nw>
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, 30 Apr 2021 15:29:58 -0000

----==_mimepart_608c227313fad_52c5a817787
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@MikeBishop approved this pull request.





-- 
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/4871#pullrequestreview-649337582
----==_mimepart_608c227313fad_52c5a817787
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@MikeBishop</b> approved this pull request.</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/4871#pullrequestreview-649337582">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4STJA5SZDUNQIRA73TLLEHHANCNFSM43WOBBNA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK2NCHEJOD4HECORQOLTLLEHHA5CNFSM43WOBBNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE22BV3Q.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/4871#pullrequestreview-649337582",
"url": "https://github.com/quicwg/base-drafts/pull/4871#pullrequestreview-649337582",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608c227313fad_52c5a817787--


From nobody Fri Apr 30 17:38:36 2021
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 64CF73A2CFE for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 17:38:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.042
X-Spam-Level: 
X-Spam-Status: No, score=-6.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 rOKY47FWiY2k for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 17:38:32 -0700 (PDT)
Received: from out-19.smtp.github.com (out-19.smtp.github.com [192.30.252.202]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0BF8F3A2CFA for <quic-issues@ietf.org>; Fri, 30 Apr 2021 17:38:31 -0700 (PDT)
Received: from github.com (hubbernetes-node-c0949eb.va3-iad.github.net [10.48.210.34]) by smtp.github.com (Postfix) with ESMTPA id E5ABAE06C7 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 17:38:30 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619829510; bh=utHAV7hCpFpdQAzhaHjBpJWRXdHBQ3otR1WUoeCctbM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=EUgOcPyaSj8D7pGMl1wdUkwPr6KRx7exAQosaRW5yX0yOh+gg3Vm3+sAKPNl+9GU4 4CtiOzVhXbZAxuaOk9fGqrDZv/ANhxHnLZmCkIKfu9T2CK++zx4aZsKoX8aMBvwEmh NA8Fh+gP/9rocggypj6WxfBCGSGbMm1kcWyaZrms=
Date: Fri, 30 Apr 2021 17:38:30 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3CQUWYKEP44ICLMS56TCCANEVBNHHDG7S23U@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4861/review/649698181@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4861@github.com>
References: <quicwg/base-drafts/pull/4861@github.com>
Subject: Re: [quicwg/base-drafts] Fix ack_delay pseudocode to allow = (#4861)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608ca306e2b6e_59c5a810524f"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/sQyaRZXxuYvv1bFawAc3dVVBBts>
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: Sat, 01 May 2021 00:38:34 -0000

----==_mimepart_608ca306e2b6e_59c5a810524f
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar approved this pull request.





-- 
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/4861#pullrequestreview-649698181
----==_mimepart_608ca306e2b6e_59c5a810524f
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@janaiyengar</b> approved this pull request.</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/4861#pullrequestreview-649698181">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2VFGKLJHR4DMYAYDDTLNEQNANCNFSM43KNHF7Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKZCLZWPMABISCVQXNLTLNEQNA5CNFSM43KNHF72YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE24ZXBI.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/4861#pullrequestreview-649698181",
"url": "https://github.com/quicwg/base-drafts/pull/4861#pullrequestreview-649698181",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608ca306e2b6e_59c5a810524f--


From nobody Fri Apr 30 17:40:27 2021
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 E032B3A2D08 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 17:40:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.009
X-Spam-Level: 
X-Spam-Status: No, score=-7.009 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 xIDa_zAR5_CF for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 17:40:23 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 550B33A2D0C for <quic-issues@ietf.org>; Fri, 30 Apr 2021 17:40:23 -0700 (PDT)
Received: from github.com (hubbernetes-node-728423b.ash1-iad.github.net [10.56.111.10]) by smtp.github.com (Postfix) with ESMTPA id 546888407F9 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 17:40:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619829622; bh=UTCQH6K6CIGX1HH0S0uPoKM0wiOu2U122uQSTKC+efk=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=JECjxEh994UbWZTP9s5o5S5wcCwO/AyoZvA8mLKBus37IQNY6vt4ID5AIkm3FJNQG 9dpz3FeiG0soUYXjxp5+FoMvMc2dykXYDpgXnK9DSPbwuUOY8oQqYpRVYLrndLTfLJ y0NLCCqIoAvqZrCHpWqtjpSw/Z0rX5RruBiiw+68=
Date: Fri, 30 Apr 2021 17:40:22 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK6MPOAABRABT4R4RZN6TCCHNEVBNHHDHULYKQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4868/review/649698407@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4868@github.com>
References: <quicwg/base-drafts/pull/4868@github.com>
Subject: Re: [quicwg/base-drafts] All the text changes for AUTH48 in invariants (#4868)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608ca3764f512_898c5a8812d8"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/-A4Pa2tY7rY_R4VMapBj22RDpaQ>
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: Sat, 01 May 2021 00:40:26 -0000

----==_mimepart_608ca3764f512_898c5a8812d8
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar approved this pull request.

These are good.



-- 
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/4868#pullrequestreview-649698407
----==_mimepart_608ca3764f512_898c5a8812d8
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@janaiyengar</b> approved this pull request.</p>

<p>These are good.</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/4868#pullrequestreview-649698407">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK4PV3BJQX5OSERY4PDTLNEXNANCNFSM43V7JUWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJKYH6JQT3YIY5FPHXG3TLNEXNA5CNFSM43V7JUWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE24ZYZY.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/4868#pullrequestreview-649698407",
"url": "https://github.com/quicwg/base-drafts/pull/4868#pullrequestreview-649698407",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608ca3764f512_898c5a8812d8--


From nobody Fri Apr 30 17:41:35 2021
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 6A0043A2D11 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 17:41:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 0zk5WvfY3RwZ for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 17:41:33 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 15FE73A2D10 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 17:41:32 -0700 (PDT)
Received: from github.com (hubbernetes-node-dbb77eb.ac4-iad.github.net [10.52.207.85]) by smtp.github.com (Postfix) with ESMTPA id 0C5765601E9 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 17:41:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619829692; bh=cn96d4d9LyMW9FX1YfG7Og4hVnW/QBWFLEhBz743Q3k=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BWCPuxBQtotV8dSGmEu7sfOJefKEnnE0JFo7TF2Y6hJAYLQ2QYaj0upLH9wvXcokH CONtYlGHCGaPTgazNm9zi+pxbzxmL/ioyzH1rVZ76KG1WSQ+or1uy1z8abT+juB9i7 tFZLqYsAxr1pvs3mK7cXL1nvN6c2PdPSuEqr5y6I=
Date: Fri, 30 Apr 2021 17:41:32 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK2RIPUXQ32QPVXLWKV6TCCLZEVBNHHDHU7THU@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4869/review/649698557@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4869@github.com>
References: <quicwg/base-drafts/pull/4869@github.com>
Subject: Re: [quicwg/base-drafts] Remove all RFC Editor notes (#4869)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608ca3bc971f_1037c5a811578a"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/vkgtAW8nDkcLii-LgVZIvCeDg1s>
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: Sat, 01 May 2021 00:41:34 -0000

----==_mimepart_608ca3bc971f_1037c5a811578a
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar approved this pull request.

Goodbye, change logs!



-- 
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/4869#pullrequestreview-649698557
----==_mimepart_608ca3bc971f_1037c5a811578a
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@janaiyengar</b> approved this pull request.</p>

<p>Goodbye, change logs!</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/4869#pullrequestreview-649698557">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK26SES7PI2RCK4PIKLTLNE3ZANCNFSM43WLV2KA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK74W56Y63BRTOAQEO3TLNE3ZA5CNFSM43WLV2KKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE24ZZ7I.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/4869#pullrequestreview-649698557",
"url": "https://github.com/quicwg/base-drafts/pull/4869#pullrequestreview-649698557",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608ca3bc971f_1037c5a811578a--


From nobody Fri Apr 30 17:47:44 2021
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 610A53A2D3B for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 17:47:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.008
X-Spam-Level: 
X-Spam-Status: No, score=-2.008 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_16=1.092, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 QXl_MKDFKQ8a for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 17:47:39 -0700 (PDT)
Received: from smtp.github.com (out-26.smtp.github.com [192.30.252.209]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C82593A2D39 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 17:47:39 -0700 (PDT)
Received: from github.com (hubbernetes-node-ad70431.ash1-iad.github.net [10.56.105.61]) by smtp.github.com (Postfix) with ESMTPA id C732B5E05D1 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 17:47:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619830058; bh=ga/O1PSdyoORlswxOeNNSflj1c5EDAZ4GWc0kvGRUVg=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=g9iv+CAYRyeAddruVkeiZ+Q4ywqVgAS3yImmiTx/l/Ey/8S/y4lgY4EZxKgy5xOYa q/ZUoHQy7Cdu17u1bPQZQluLH5YBOwJsAdlBzIQDaZM6BltO4APJ3ar9oQGRL8s7A9 mXmdcfIw4WKzAQvGHKE6it48l9K40dpiTclYK3/A=
Date: Fri, 30 Apr 2021 17:47:38 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK3K2PPLPPW66XTRGUV6TCDCVEVBNHHDHVCUGE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4870/review/649699314@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4870@github.com>
References: <quicwg/base-drafts/pull/4870@github.com>
Subject: Re: [quicwg/base-drafts] Final numbers (#4870)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608ca52ac4a98_1861c5a81126be"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/fzTVTOvMEGy6soBoQFI0w2TkImE>
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: Sat, 01 May 2021 00:47:42 -0000

----==_mimepart_608ca52ac4a98_1861c5a81126be
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar approved this pull request.

This PR makes me happy.



-- 
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/4870#pullrequestreview-649699314
----==_mimepart_608ca52ac4a98_1861c5a81126be
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@janaiyengar</b> approved this pull request.</p>

<p>This PR makes me happy.</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/4870#pullrequestreview-649699314">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJK2JUOHP7PMN3YVTJW3TLNFSVANCNFSM43WNHFJQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK27L6MQ5IZQDC7SAILTLNFSVA5CNFSM43WNHFJ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE24Z74Q.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/4870#pullrequestreview-649699314",
"url": "https://github.com/quicwg/base-drafts/pull/4870#pullrequestreview-649699314",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608ca52ac4a98_1861c5a81126be--


From nobody Fri Apr 30 18:03:10 2021
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 1522F3A2DA0 for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 18:03:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.1
X-Spam-Level: 
X-Spam-Status: No, score=-8.1 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_32=0.001, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 4WMgjLLkFQMh for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 18:03:07 -0700 (PDT)
Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A1DB3A2D9F for <quic-issues@ietf.org>; Fri, 30 Apr 2021 18:03:07 -0700 (PDT)
Received: from github.com (hubbernetes-node-f442acc.va3-iad.github.net [10.48.206.53]) by smtp.github.com (Postfix) with ESMTPA id 818D85C0224 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 18:03:06 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619830986; bh=gkJFPULgFdQSaoOPuEHrRe5fotLjdPJVW3ry5r8DaY4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=BohuiMS8VC0G2LMJzkJvIWk2vu7ZLpw+DB/bU3f+bkE8b1x/BKesPTBnyxTRkfQDx ADI32a7CicRGuaTyq9D9jx8ft07wSdcU3GfmsK4m3KtPWieaqWWEciTyrdqlpTAqUz g2xYxb9AchiFLuwmQMHj25v1fd8X1HA4TPfxZXBQ=
Date: Fri, 30 Apr 2021 18:03:06 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK4SRPTS6HLHR6D5TAN6TCE4VEVBNHHDHVJZZE@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4875/review/649699905@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4875@github.com>
References: <quicwg/base-drafts/pull/4875@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes for -tls (#4875)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608ca8ca7f111_1bb1c5a8107274"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/NM7EHylB393hbRVV-qwG2NTpT1c>
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: Sat, 01 May 2021 01:03:09 -0000

----==_mimepart_608ca8ca7f111_1bb1c5a8107274
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar commented on this pull request.

A couple of notes.

> @@ -986,9 +1051,10 @@ from the Destination Connection ID field from the client's first Initial
 packet.
 
 This secret is determined by using HKDF-Extract (see {{Section 2.2 of HKDF}})
-with a salt of 0x38762cf7f55934b34d179ae6a4c80cadccbb7f0a and a IKM of the
-Destination Connection ID field. This produces an intermediate pseudorandom key
-(PRK) that is used to derive two separate secrets for sending and receiving.
+with a salt of 0x38762cf7f55934b34d179ae6a4c80cadccbb7f0a and the input keying

```suggestion
with a salt of 0x38762cf7f55934b34d179ae6a4c80cadccbb7f0a and an input keying
```

> @@ -1613,10 +1677,10 @@ key update, but has not updated keys in response.
 
 Endpoints responding to an apparent key update MUST NOT generate a timing
 side-channel signal that might indicate that the Key Phase bit was invalid (see
-{{header-protect-analysis}}).  Endpoints can use dummy packet protection keys in
-place of discarded keys when key updates are not yet permitted.  Using dummy
-keys will generate no variation in the timing signal produced by attempting to
-remove packet protection, and results in all packets with an invalid Key Phase
+{{hp-side-channel}}).  Endpoints can use randomized packet protection keys in

This doesn't quite seem right. How about "bogus", "arbitrary", "fake"?

-- 
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/4875#pullrequestreview-649699905
----==_mimepart_608ca8ca7f111_1bb1c5a8107274
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p></p>=0D
<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>A couple of notes.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4875#discussi=
on_r624336150">draft-ietf-quic-tls.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -986,9 +1051,10 @@ from the Destination=
 Connection ID field from the client&#39;s first Initial=0D
 packet.=0D
 =0D
 This secret is determined by using HKDF-Extract (see {{Section 2.2 of HK=
DF}})=0D
-with a salt of 0x38762cf7f55934b34d179ae6a4c80cadccbb7f0a and a IKM of t=
he=0D
-Destination Connection ID field. This produces an intermediate pseudoran=
dom key=0D
-(PRK) that is used to derive two separate secrets for sending and receiv=
ing.=0D
+with a salt of 0x38762cf7f55934b34d179ae6a4c80cadccbb7f0a and the input =
keying=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-with a salt of 0x38762cf7f55934b34d179ae6a4c8=
0cadccbb7f0a and the input keying=0D
+with a salt of 0x38762cf7f55934b34d179ae6a4c80cadccbb7f0a and an input k=
eying=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4875#discussi=
on_r624337993">draft-ietf-quic-tls.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1613,10 +1677,10 @@ key update, but ha=
s not updated keys in response.=0D
 =0D
 Endpoints responding to an apparent key update MUST NOT generate a timin=
g=0D
 side-channel signal that might indicate that the Key Phase bit was inval=
id (see=0D
-{{header-protect-analysis}}).  Endpoints can use dummy packet protection=
 keys in=0D
-place of discarded keys when key updates are not yet permitted.  Using d=
ummy=0D
-keys will generate no variation in the timing signal produced by attempt=
ing to=0D
-remove packet protection, and results in all packets with an invalid Key=
 Phase=0D
+{{hp-side-channel}}).  Endpoints can use randomized packet protection ke=
ys in=0D
</pre>=0D
<p>This doesn't quite seem right. How about "bogus", "arbitrary", "fake"?=
</p>=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/4875#pullrequestreview-649699905">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AFTOJ=
K3JJ3Y7UFMK744YNH3TLNHMVANCNFSM43WQRUYA">unsubscribe</a>.<img src=3D"http=
s://github.com/notifications/beacon/AFTOJK46NR7UEWF4WWX67JLTLNHMVA5CNFSM4=
3WQRUYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZ=
GOE242EQI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/4875#pullrequestrev=
iew-649699905",=0D
"url": "https://github.com/quicwg/base-drafts/pull/4875#pullrequestreview=
-649699905",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_608ca8ca7f111_1bb1c5a8107274--


From nobody Fri Apr 30 18:04:07 2021
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 0E7213A2DAA for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 18:04:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.042
X-Spam-Level: 
X-Spam-Status: No, score=-6.042 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_12=2.059, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 le3tcvYRd4_n for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 18:04:05 -0700 (PDT)
Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BAD093A2DA8 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 18:04:05 -0700 (PDT)
Received: from github.com (hubbernetes-node-d0db163.va3-iad.github.net [10.48.110.15]) by smtp.github.com (Postfix) with ESMTPA id C32A3340597 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 18:04:04 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619831044; bh=hDTcQGtzPmHrIF2Bk2qdfxfSAQI1DT2hYTIRvP5PJJU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ObGKQiPe23uxn2XwmfE0X+hOm2b87TP+9+8WOik3RfSzxp5hlgKDQXhMZjiRgDv3x F7NxiTJJcTfCaxBAPrmaMP08Jbld1g+9yo0NsQrTOGW7LjqU2jNWMTWSiy5cOUBeNK CamUBfErzjXsTIqOCWya6I0L1SBwV+J4sZpxxBck=
Date: Fri, 30 Apr 2021 18:04:04 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK5KCVINMXHEN4SLMMN6TCFAJEVBNHHDHYQTAI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4876/review/649701046@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4876@github.com>
References: <quicwg/base-drafts/pull/4876@github.com>
Subject: Re: [quicwg/base-drafts] Make the notation sections consistent (#4876)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608ca904c0696_21f0c5a81004ae"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/Ji8UGau2_iI-BGbU28ow_qVF92U>
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: Sat, 01 May 2021 01:04:07 -0000

----==_mimepart_608ca904c0696_21f0c5a81004ae
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar approved this pull request.





-- 
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/4876#pullrequestreview-649701046
----==_mimepart_608ca904c0696_21f0c5a81004ae
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p></p>
<p><b>@janaiyengar</b> approved this pull request.</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/4876#pullrequestreview-649701046">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AFTOJKYM3IIPMJH3NT5T2O3TLNHQJANCNFSM43X62LHA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AFTOJK6DKB5EJFUQX7UPP33TLNHQJA5CNFSM43X62LHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE242NNQ.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/4876#pullrequestreview-649701046",
"url": "https://github.com/quicwg/base-drafts/pull/4876#pullrequestreview-649701046",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_608ca904c0696_21f0c5a81004ae--


From nobody Fri Apr 30 18:40:51 2021
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 67CFC3A2ECF for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 18:40:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.101
X-Spam-Level: 
X-Spam-Status: No, score=-8.101 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_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 KpwleBVUTnkB for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 18:40:46 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4BD3B3A2ECD for <quic-issues@ietf.org>; Fri, 30 Apr 2021 18:40:46 -0700 (PDT)
Received: from github.com (hubbernetes-node-eecd206.ac4-iad.github.net [10.52.211.61]) by smtp.github.com (Postfix) with ESMTPA id 39BB75601FE for <quic-issues@ietf.org>; Fri, 30 Apr 2021 18:40:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619833245; bh=uwPnui4R4hViP7fukSjT+uyh9p+3fpr9j+5uPPtN6ac=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=v9UI0D3gg3cTMIviy9fAmTpmwQfDPQkdqDlasI3v90hp5g4FE6CURh2AxDaycBEMC SX7NLEaD1vb9Wt2R0SyEAkj7+z48C/d1GAUZhI1rG4QNGw4KtOQfNC2QbXslDCF+lk Yp6yyVJ4poJdlymLD34MajGBFao2iIkSuaCcwv6I=
Date: Fri, 30 Apr 2021 18:40:45 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK26KUDQREZ7KTRDZG56TCJJZEVBNHHDHZQIGQ@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4877/review/649701285@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4877@github.com>
References: <quicwg/base-drafts/pull/4877@github.com>
Subject: Re: [quicwg/base-drafts] RPC text changes up to Section 10 (#4877)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608cb19d37010_65c5a85877b"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/kmHf5LAGokC23vFPZrrwv1H--gM>
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: Sat, 01 May 2021 01:40:49 -0000

----==_mimepart_608cb19d37010_65c5a85877b
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar commented on this pull request.

A few suggestions and comments. Thanks for all the work, @martinthomson !

>  bidirectional streams, which allow both endpoints to send data; and
 unidirectional streams, which allow a single endpoint to send data. A
 credit-based scheme is used to limit stream creation and to bound the amount of
 data that can be sent.
 
 QUIC provides the necessary feedback to implement reliable delivery and
-congestion control. An algorithm for detecting and recovering from loss of
-data is described in {{QUIC-RECOVERY}}. QUIC depends on congestion control
-to avoid network congestion. An exemplary congestion control algorithm is
-also described in {{QUIC-RECOVERY}}.
+congestion control. An algorithm for detecting and recovering from loss of data
+is described in {{Section 6 of QUIC-RECOVERY}}. QUIC depends on congestion
+control to avoid network congestion. An exemplary congestion control algorithm
+is also described in {{Section 7 of QUIC-RECOVERY}}.

```suggestion
is described in {{Section 7 of QUIC-RECOVERY}}.
```

>  
-The receiver only sends MAX_STREAM_DATA in the "Recv" state.  A receiver MAY
-send STOP_SENDING in any state where it has not received a RESET_STREAM frame;
-that is states other than "Reset Recvd" or "Reset Read".  However there is
-little value in sending a STOP_SENDING frame in the "Data Recvd" state, since
-all stream data has been received.  A sender could receive either of these two
-frames in any state as a result of delayed delivery of packets.
+The receiver only sends MAX_STREAM_DATA frames in the "Recv" state.  A receiver
+MAY send STOP_SENDING frame in any state where it has not received a

```suggestion
MAY send STOP_SENDING frames in any state where it has not received a
```

>  
-The receiver only sends MAX_STREAM_DATA in the "Recv" state.  A receiver MAY
-send STOP_SENDING in any state where it has not received a RESET_STREAM frame;
-that is states other than "Reset Recvd" or "Reset Read".  However there is
-little value in sending a STOP_SENDING frame in the "Data Recvd" state, since
-all stream data has been received.  A sender could receive either of these two
-frames in any state as a result of delayed delivery of packets.
+The receiver only sends MAX_STREAM_DATA frames in the "Recv" state.  A receiver
+MAY send STOP_SENDING frame in any state where it has not received a
+RESET_STREAM frame -- that is, states other than "Reset Recvd" or "Reset Read".
+However, there is little value in sending a STOP_SENDING frame in the "Data

```suggestion
However, there is little value in sending STOP_SENDING frames in the "Data
```

> +either of these two frames in any state as a result of delayed delivery of
+packets.

```suggestion
either of these two types of frames in any state as a result of delayed
delivery of packets.
```

> @@ -833,7 +834,7 @@ consuming a large amount of memory.  To enable a receiver to limit memory
 commitments for a connection, streams are flow controlled both individually and
 across a connection as a whole.  A QUIC receiver controls the maximum amount of
 data the sender can send on a stream as well as across all streams at any time,
-as described in {{data-flow-control}} and {{fc-credit}}.
+as described in Sections {{<data-flow-control}} and {{<fc-credit}}.

what does "<" do?

>  An endpoint SHOULD limit the number of connection IDs it has retired locally and
 have not yet been acknowledged. An endpoint SHOULD allow for sending and

```suggestion
An endpoint SHOULD limit the number of connection IDs it has retired through
RETIRE_CONNECTION_ID frames that remain unacknowledged. An endpoint SHOULD allow for sending and
```

> +tracking a number of RETIRE_CONNECTION_ID frames of at least twice the value of
+the active_connection_id_limit transport parameter. An endpoint MUST NOT forget

How about: "The number of RETIRE_CONNECTION_ID frames that an endpoint is allowed to send and track SHOULD be at least twice the value of the active_connection_id_limit transport parameter"

> @@ -1323,14 +1326,14 @@ Servers MUST drop incoming packets under all other circumstances.
 
 ### Considerations for Simple Load Balancers
 
-A server deployment could load balance among servers using only source and
+A server deployment could load-balance among servers using only source and

```suggestion
A server deployment could balance load among servers using only source and
```

> @@ -1828,11 +1832,11 @@ ack_delay_exponent, max_ack_delay, initial_source_connection_id,
 original_destination_connection_id, preferred_address,
 retry_source_connection_id, and stateless_reset_token. The client MUST use the
 server's new values in the handshake instead; if the server does not provide new
-values, the default value is used.
+values, the default values are used.

```suggestion
values, default values are used.
```

> -validation.  If the token is invalid then the server SHOULD proceed as if
-the client did not have a validated address, including potentially sending
-a Retry.  Tokens provided with NEW_TOKEN frames and Retry packets can be
-distinguished by servers (see {{token-differentiation}}), and the latter
-validated more strictly.  If the validation succeeds, the server SHOULD then
-allow the handshake to proceed.
-
-Note:
-
-: The rationale for treating the client as unvalidated rather than discarding
-  the packet is that the client might have received the token in a previous
-  connection using the NEW_TOKEN frame, and if the server has lost state, it
-  might be unable to validate the token at all, leading to connection failure if
-  the packet is discarded.
+validation.  If the token is invalid, then the server SHOULD proceed as if the
+client did not have a validated address, including potentially sending a Retry.

```suggestion
client did not have a validated address, including potentially sending a Retry packet.
```

>  ### Path Validation Responses
 
 On receiving a PATH_CHALLENGE frame, an endpoint MUST respond by echoing the
 data contained in the PATH_CHALLENGE frame in a PATH_RESPONSE frame.  An
 endpoint MUST NOT delay transmission of a packet containing a PATH_RESPONSE
 frame unless constrained by congestion control.
 
-A PATH_RESPONSE frame MUST be sent on the network path where the
-PATH_CHALLENGE was received.  This ensures that path validation by a peer only
-succeeds if the path is functional in both directions.  This requirement MUST
-NOT be enforced by the endpoint that initiates path validation as that would
-enable an attack on migration; see {{off-path-forward}}.
+A PATH_RESPONSE frame MUST be sent on the network path where the PATH_CHALLENGE

```suggestion
A PATH_RESPONSE frame MUST be sent on the network path where the PATH_CHALLENGE frame
```

> @@ -2338,8 +2343,8 @@ abandons its attempt to validate the path.
 Endpoints SHOULD abandon path validation based on a timer. When setting this
 timer, implementations are cautioned that the new path could have a longer
 round-trip time than the original.  A value of three times the larger of the
-current Probe Timeout (PTO) or the PTO for the new path (that is, using
-kInitialRtt as defined in {{QUIC-RECOVERY}}) is RECOMMENDED.
+current PTO or the PTO for the new path (that is, using kInitialRtt as defined

```suggestion
current PTO or the PTO for the new path (using kInitialRtt, as defined
```

> @@ -2573,13 +2578,13 @@ estimation for the new path.
 
 On confirming a peer's ownership of its new address, an endpoint MUST
 immediately reset the congestion controller and round-trip time estimator for
-the new path to initial values (see Appendices A.3 and B.3 in {{QUIC-RECOVERY}})
-unless the only change in the peer's address is its port number.  Because
-port-only changes are commonly the result of NAT rebinding or other middlebox
-activity, the endpoint MAY instead retain its congestion control state and
-round-trip estimate in those cases instead of reverting to initial values.
-In cases where congestion control state
-retained from an old path is used on a new path with substantially different
+the new path to initial values (see Appendices {{A.3<QUIC-RECOVERY}} and
+{{B.3<QUIC-RECOVERY}} of {{QUIC-RECOVERY}}) unless the only change in the peer's
+address is its port number.  Because port-only changes are commonly the result

```suggestion
address is its port number.  Since port-only changes are commonly the result
```

>  {{initiating-migration}} or when probing a new network path as described in
 {{probing}}.
 
 Similarly, an endpoint MUST NOT reuse a connection ID when sending to more than
 one destination address.  Due to network changes outside the control of its
 peer, an endpoint might receive packets from a new source address with the same
-destination connection ID, in which case it MAY continue to use the current
+Destination Connection ID, in which case it MAY continue to use the current

This is about the value of the field, and should not be capitalized, right?

> @@ -3257,9 +3264,10 @@ exhausted limits.
 Reducing the size of a Stateless Reset below 41 bytes means that the packet
 could reveal to an observer that it is a Stateless Reset, depending upon the
 length of the peer's connection IDs.  Conversely, refusing to send a Stateless
-Reset in response to a small packet might result in Stateless Reset not being
-useful in detecting cases of broken connections where only very small packets
-are sent; such failures might only be detected by other means, such as timers.
+Reset in response to a small packet might result in Stateless Reset packets not

```suggestion
Reset packet in response to a small packet might result in Stateless Reset packets not
```

>  Reducing the size of a Stateless Reset below 41 bytes means that the packet
 could reveal to an observer that it is a Stateless Reset, depending upon the

```suggestion
A Stateless Reset packet that is smaller than 41 bytes can be distinguishable
as a Stateless Reset packet to an observer, depending upon the
```

> @@ -3257,9 +3264,10 @@ exhausted limits.
 Reducing the size of a Stateless Reset below 41 bytes means that the packet
 could reveal to an observer that it is a Stateless Reset, depending upon the
 length of the peer's connection IDs.  Conversely, refusing to send a Stateless

```suggestion
length of the peer's connection IDs.  Conversely, not sending a Stateless
```

>  servers.
 
 
-### Address Validation using Retry Packets {#validate-retry}
+### Address Validation Using Retry Packets {#validate-retry}

I'm surprised to see "during" not be capitalized.

>  An endpoint SHOULD limit the number of connection IDs it has retired locally and
 have not yet been acknowledged. An endpoint SHOULD allow for sending and

This is a semantic change, but it aligns the text with its spirit.

-- 
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/4877#pullrequestreview-649701285
----==_mimepart_608cb19d37010_65c5a85877b
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p></p>=0D
<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>A few suggestions and comments. Thanks for all the work, <a class=3D"u=
ser-mention" data-hovercard-type=3D"user" data-hovercard-url=3D"/users/ma=
rtinthomson/hovercard" data-octo-click=3D"hovercard-link-click" data-octo=
-dimensions=3D"link_type:self" href=3D"https://github.com/martinthomson">=
@martinthomson</a> !</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624341366">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  bidirectional streams, which allow both e=
ndpoints to send data; and=0D
 unidirectional streams, which allow a single endpoint to send data. A=0D=

 credit-based scheme is used to limit stream creation and to bound the am=
ount of=0D
 data that can be sent.=0D
 =0D
 QUIC provides the necessary feedback to implement reliable delivery and=0D=

-congestion control. An algorithm for detecting and recovering from loss =
of=0D
-data is described in {{QUIC-RECOVERY}}. QUIC depends on congestion contr=
ol=0D
-to avoid network congestion. An exemplary congestion control algorithm i=
s=0D
-also described in {{QUIC-RECOVERY}}.=0D
+congestion control. An algorithm for detecting and recovering from loss =
of data=0D
+is described in {{Section 6 of QUIC-RECOVERY}}. QUIC depends on congesti=
on=0D
+control to avoid network congestion. An exemplary congestion control alg=
orithm=0D
+is also described in {{Section 7 of QUIC-RECOVERY}}.=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-is also described in {{Section 7 of QUIC-RECO=
VERY}}.=0D
+is described in {{Section 7 of QUIC-RECOVERY}}.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624342432">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The receiver only sends MAX_STREAM_DATA in the &quot;Recv&quot; state.  =
A receiver MAY=0D
-send STOP_SENDING in any state where it has not received a RESET_STREAM =
frame;=0D
-that is states other than &quot;Reset Recvd&quot; or &quot;Reset Read&qu=
ot;.  However there is=0D
-little value in sending a STOP_SENDING frame in the &quot;Data Recvd&quo=
t; state, since=0D
-all stream data has been received.  A sender could receive either of the=
se two=0D
-frames in any state as a result of delayed delivery of packets.=0D
+The receiver only sends MAX_STREAM_DATA frames in the &quot;Recv&quot; s=
tate.  A receiver=0D
+MAY send STOP_SENDING frame in any state where it has not received a=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-MAY send STOP_SENDING frame in any state wher=
e it has not received a=0D
+MAY send STOP_SENDING frames in any state where it has not received a=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624342836">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
-The receiver only sends MAX_STREAM_DATA in the &quot;Recv&quot; state.  =
A receiver MAY=0D
-send STOP_SENDING in any state where it has not received a RESET_STREAM =
frame;=0D
-that is states other than &quot;Reset Recvd&quot; or &quot;Reset Read&qu=
ot;.  However there is=0D
-little value in sending a STOP_SENDING frame in the &quot;Data Recvd&quo=
t; state, since=0D
-all stream data has been received.  A sender could receive either of the=
se two=0D
-frames in any state as a result of delayed delivery of packets.=0D
+The receiver only sends MAX_STREAM_DATA frames in the &quot;Recv&quot; s=
tate.  A receiver=0D
+MAY send STOP_SENDING frame in any state where it has not received a=0D
+RESET_STREAM frame -- that is, states other than &quot;Reset Recvd&quot;=
 or &quot;Reset Read&quot;.=0D
+However, there is little value in sending a STOP_SENDING frame in the &q=
uot;Data=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-However, there is little value in sending a S=
TOP_SENDING frame in the "Data=0D
+However, there is little value in sending STOP_SENDING frames in the "Da=
ta=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624343204">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +either of these two frames in any state a=
s a result of delayed delivery of=0D
+packets.=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-either of these two frames in any state as a =
result of delayed delivery of=0D
-packets.=0D
+either of these two types of frames in any state as a result of delayed=0D=

+delivery of packets.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624343760">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -833,7 +834,7 @@ consuming a large amou=
nt of memory.  To enable a receiver to limit memory=0D
 commitments for a connection, streams are flow controlled both individua=
lly and=0D
 across a connection as a whole.  A QUIC receiver controls the maximum am=
ount of=0D
 data the sender can send on a stream as well as across all streams at an=
y time,=0D
-as described in {{data-flow-control}} and {{fc-credit}}.=0D
+as described in Sections {{&lt;data-flow-control}} and {{&lt;fc-credit}}=
.=0D
</pre>=0D
<p>what does "&lt;" do?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624346002">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  An endpoint SHOULD limit the number of co=
nnection IDs it has retired locally and=0D
 have not yet been acknowledged. An endpoint SHOULD allow for sending and=
=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-An endpoint SHOULD limit the number of connec=
tion IDs it has retired locally and=0D
-have not yet been acknowledged. An endpoint SHOULD allow for sending and=
=0D
+An endpoint SHOULD limit the number of connection IDs it has retired thr=
ough=0D
+RETIRE_CONNECTION_ID frames that remain unacknowledged. An endpoint SHOU=
LD allow for sending and=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624347347">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +tracking a number of RETIRE_CONNECTION_ID=
 frames of at least twice the value of=0D
+the active_connection_id_limit transport parameter. An endpoint MUST NOT=
 forget=0D
</pre>=0D
<p>How about: "The number of RETIRE_CONNECTION_ID frames that an endpoint=
 is allowed to send and track SHOULD be at least twice the value of the a=
ctive_connection_id_limit transport parameter"</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624347745">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1323,14 +1326,14 @@ Servers MUST drop =
incoming packets under all other circumstances.=0D
 =0D
 ### Considerations for Simple Load Balancers=0D
 =0D
-A server deployment could load balance among servers using only source a=
nd=0D
+A server deployment could load-balance among servers using only source a=
nd=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-A server deployment could load-balance among =
servers using only source and=0D
+A server deployment could balance load among servers using only source a=
nd=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624349290">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -1828,11 +1832,11 @@ ack_delay_exponent=
, max_ack_delay, initial_source_connection_id,=0D
 original_destination_connection_id, preferred_address,=0D
 retry_source_connection_id, and stateless_reset_token. The client MUST u=
se the=0D
 server&#39;s new values in the handshake instead; if the server does not=
 provide new=0D
-values, the default value is used.=0D
+values, the default values are used.=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-values, the default values are used.=0D
+values, default values are used.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624350291">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; -validation.  If the token is invalid then=
 the server SHOULD proceed as if=0D
-the client did not have a validated address, including potentially sendi=
ng=0D
-a Retry.  Tokens provided with NEW_TOKEN frames and Retry packets can be=
=0D
-distinguished by servers (see {{token-differentiation}}), and the latter=
=0D
-validated more strictly.  If the validation succeeds, the server SHOULD =
then=0D
-allow the handshake to proceed.=0D
-=0D
-Note:=0D
-=0D
-: The rationale for treating the client as unvalidated rather than disca=
rding=0D
-  the packet is that the client might have received the token in a previ=
ous=0D
-  connection using the NEW_TOKEN frame, and if the server has lost state=
, it=0D
-  might be unable to validate the token at all, leading to connection fa=
ilure if=0D
-  the packet is discarded.=0D
+validation.  If the token is invalid, then the server SHOULD proceed as =
if the=0D
+client did not have a validated address, including potentially sending a=
 Retry.=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-client did not have a validated address, incl=
uding potentially sending a Retry.=0D
+client did not have a validated address, including potentially sending a=
 Retry packet.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624350813">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  ### Path Validation Responses=0D
 =0D
 On receiving a PATH_CHALLENGE frame, an endpoint MUST respond by echoing=
 the=0D
 data contained in the PATH_CHALLENGE frame in a PATH_RESPONSE frame.  An=
=0D
 endpoint MUST NOT delay transmission of a packet containing a PATH_RESPO=
NSE=0D
 frame unless constrained by congestion control.=0D
 =0D
-A PATH_RESPONSE frame MUST be sent on the network path where the=0D
-PATH_CHALLENGE was received.  This ensures that path validation by a pee=
r only=0D
-succeeds if the path is functional in both directions.  This requirement=
 MUST=0D
-NOT be enforced by the endpoint that initiates path validation as that w=
ould=0D
-enable an attack on migration; see {{off-path-forward}}.=0D
+A PATH_RESPONSE frame MUST be sent on the network path where the PATH_CH=
ALLENGE=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-A PATH_RESPONSE frame MUST be sent on the net=
work path where the PATH_CHALLENGE=0D
+A PATH_RESPONSE frame MUST be sent on the network path where the PATH_CH=
ALLENGE frame=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624350972">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2338,8 +2343,8 @@ abandons its attempt=
 to validate the path.=0D
 Endpoints SHOULD abandon path validation based on a timer. When setting =
this=0D
 timer, implementations are cautioned that the new path could have a long=
er=0D
 round-trip time than the original.  A value of three times the larger of=
 the=0D
-current Probe Timeout (PTO) or the PTO for the new path (that is, using=0D=

-kInitialRtt as defined in {{QUIC-RECOVERY}}) is RECOMMENDED.=0D
+current PTO or the PTO for the new path (that is, using kInitialRtt as d=
efined=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-current PTO or the PTO for the new path (that=
 is, using kInitialRtt as defined=0D
+current PTO or the PTO for the new path (using kInitialRtt, as defined=0D=

</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624351467">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -2573,13 +2578,13 @@ estimation for the=
 new path.=0D
 =0D
 On confirming a peer&#39;s ownership of its new address, an endpoint MUS=
T=0D
 immediately reset the congestion controller and round-trip time estimato=
r for=0D
-the new path to initial values (see Appendices A.3 and B.3 in {{QUIC-REC=
OVERY}})=0D
-unless the only change in the peer&#39;s address is its port number.  Be=
cause=0D
-port-only changes are commonly the result of NAT rebinding or other midd=
lebox=0D
-activity, the endpoint MAY instead retain its congestion control state a=
nd=0D
-round-trip estimate in those cases instead of reverting to initial value=
s.=0D
-In cases where congestion control state=0D
-retained from an old path is used on a new path with substantially diffe=
rent=0D
+the new path to initial values (see Appendices {{A.3&lt;QUIC-RECOVERY}} =
and=0D
+{{B.3&lt;QUIC-RECOVERY}} of {{QUIC-RECOVERY}}) unless the only change in=
 the peer&#39;s=0D
+address is its port number.  Because port-only changes are commonly the =
result=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-address is its port number.  Because port-onl=
y changes are commonly the result=0D
+address is its port number.  Since port-only changes are commonly the re=
sult=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624351697">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  {{initiating-migration}} or when probing =
a new network path as described in=0D
 {{probing}}.=0D
 =0D
 Similarly, an endpoint MUST NOT reuse a connection ID when sending to mo=
re than=0D
 one destination address.  Due to network changes outside the control of =
its=0D
 peer, an endpoint might receive packets from a new source address with t=
he same=0D
-destination connection ID, in which case it MAY continue to use the curr=
ent=0D
+Destination Connection ID, in which case it MAY continue to use the curr=
ent=0D
</pre>=0D
<p>This is about the value of the field, and should not be capitalized, r=
ight?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624352557">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3257,9 +3264,10 @@ exhausted limits.=0D=

 Reducing the size of a Stateless Reset below 41 bytes means that the pac=
ket=0D
 could reveal to an observer that it is a Stateless Reset, depending upon=
 the=0D
 length of the peer&#39;s connection IDs.  Conversely, refusing to send a=
 Stateless=0D
-Reset in response to a small packet might result in Stateless Reset not =
being=0D
-useful in detecting cases of broken connections where only very small pa=
ckets=0D
-are sent; such failures might only be detected by other means, such as t=
imers.=0D
+Reset in response to a small packet might result in Stateless Reset pack=
ets not=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Reset in response to a small packet might res=
ult in Stateless Reset packets not=0D
+Reset packet in response to a small packet might result in Stateless Res=
et packets not=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624352710">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  Reducing the size of a Stateless Reset be=
low 41 bytes means that the packet=0D
 could reveal to an observer that it is a Stateless Reset, depending upon=
 the=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Reducing the size of a Stateless Reset below =
41 bytes means that the packet=0D
-could reveal to an observer that it is a Stateless Reset, depending upon=
 the=0D
+A Stateless Reset packet that is smaller than 41 bytes can be distinguis=
hable=0D
+as a Stateless Reset packet to an observer, depending upon the=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624354190">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -3257,9 +3264,10 @@ exhausted limits.=0D=

 Reducing the size of a Stateless Reset below 41 bytes means that the pac=
ket=0D
 could reveal to an observer that it is a Stateless Reset, depending upon=
 the=0D
 length of the peer&#39;s connection IDs.  Conversely, refusing to send a=
 Stateless=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-length of the peer's connection IDs.  Convers=
ely, refusing to send a Stateless=0D
+length of the peer's connection IDs.  Conversely, not sending a Stateles=
s=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624350058">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  servers.=0D
 =0D
 =0D
-### Address Validation using Retry Packets {#validate-retry}=0D
+### Address Validation Using Retry Packets {#validate-retry}=0D
</pre>=0D
<p>I'm surprised to see "during" not be capitalized.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4877#discussi=
on_r624346446">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  An endpoint SHOULD limit the number of co=
nnection IDs it has retired locally and=0D
 have not yet been acknowledged. An endpoint SHOULD allow for sending and=
=0D
</pre>=0D
<p>This is a semantic change, but it aligns the text with its spirit.</p>=
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/4877#pullrequestreview-649701285">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AFTOJ=
KZIDA2UHONFQ6NNHUDTLNLZ3ANCNFSM43ZK4KNA">unsubscribe</a>.<img src=3D"http=
s://github.com/notifications/beacon/AFTOJKYWHU5YSNT5JMHIQ6DTLNLZ3A5CNFSM4=
3ZK4KNKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZ=
GOE242PJI.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/4877#pullrequestrev=
iew-649701285",=0D
"url": "https://github.com/quicwg/base-drafts/pull/4877#pullrequestreview=
-649701285",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_608cb19d37010_65c5a85877b--


From nobody Fri Apr 30 18:49:31 2021
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 099EA3A2F0B for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 18:49:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.101
X-Spam-Level: 
X-Spam-Status: No, score=-8.101 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_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, 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 jSgGn9Nve-tD for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 18:49:28 -0700 (PDT)
Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 609AC3A2F09 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 18:49:28 -0700 (PDT)
Received: from github.com (hubbernetes-node-835b043.ac4-iad.github.net [10.52.205.15]) by smtp.github.com (Postfix) with ESMTPA id 504335605D7 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 18:49:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619833767; bh=2XBQlAfDSjUv00xJ8vBXjfw/Vp71TwJRokpFzI5YbiQ=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=xYo3u7251io1SUO1dbZhrPPWvLNsQPe00u/aQPPmnLxJMMxGpxGBs5m4mq3gmQXmt GGJ+zUUzMN41/OpFedlDF4mn2Y0nMtH1a6mqKTPAkUzZPhzWlNweIHYf/a6AdG4kJB 671w2uR30pNdkce4ZGfYr0CMrQg3yfg4J6F8OK+w=
Date: Fri, 30 Apr 2021 18:49:27 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK7BQDHIHBGAXR73QKV6TCKKPEVBNHHDH6VQ5M@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4878/review/649704736@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4878@github.com>
References: <quicwg/base-drafts/pull/4878@github.com>
Subject: Re: [quicwg/base-drafts] Final batch of text changes for transport (#4878)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608cb3a74d5f7_a6ac5a896826"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/VsJq-exAsxl8igMW7-vdbVEBdd4>
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: Sat, 01 May 2021 01:49:30 -0000

----==_mimepart_608cb3a74d5f7_a6ac5a896826
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar commented on this pull request.

Just a couple of suggestions.

> @@ -6665,14 +6665,14 @@ Both on-path and off-path attackers can mount a passive attack in which they
 save observed packets for an offline attack against packet protection at a
 future time; this is true for any observer of any packet on any network.
 
-A blind attacker, one who injects packets without being able to observe valid
-packets for a connection, is unlikely to be successful, since packet protection
-ensures that valid packets are only generated by endpoints that possess the
-key material established during the handshake; see {{handshake}} and
-{{handshake-properties}}. Similarly, any active attacker that observes packets
+An attacker that injects packets without being able to observe valid packets for

good catch.

> @@ -6881,7 +6882,7 @@ that are received on a different network path.
 The Source and Destination Connection ID fields are the primary means of
 protection against off-path attack during the handshake; see
 {{validate-handshake}}.  These are required to match those set by a peer.
-Except for an Initial and stateless reset packets, an endpoint only accepts
+Except for Initial and stateless reset packets, an endpoint only accepts

```suggestion
Except for Initial and Stateless Reset packets, an endpoint only accepts
```

> @@ -7613,13 +7605,13 @@ The initial contents of this registry are shown in {{iana-error-table}}.
 | 0x08  | TRANSPORT_PARAMETER_ERROR | Error in transport parameters | {{error-codes}} |
 | 0x09  | CONNECTION_ID_LIMIT_ERROR | Too many connection IDs received | {{error-codes}} |
 | 0x0a  | PROTOCOL_VIOLATION        | Generic protocol violation    | {{error-codes}} |
-| 0x0b  | INVALID_TOKEN             | Invalid Token Received        | {{error-codes}} |
+| 0x0b  | INVALID_TOKEN             | Invalid Token received        | {{error-codes}} |

```suggestion
| 0x0b  | INVALID_TOKEN             | Invalid token received        | {{error-codes}} |
```

-- 
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/4878#pullrequestreview-649704736
----==_mimepart_608cb3a74d5f7_a6ac5a896826
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p></p>=0D
<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>Just a couple of suggestions.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4878#discussi=
on_r624355827">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -6665,14 +6665,14 @@ Both on-path and o=
ff-path attackers can mount a passive attack in which they=0D
 save observed packets for an offline attack against packet protection at=
 a=0D
 future time; this is true for any observer of any packet on any network.=
=0D
 =0D
-A blind attacker, one who injects packets without being able to observe =
valid=0D
-packets for a connection, is unlikely to be successful, since packet pro=
tection=0D
-ensures that valid packets are only generated by endpoints that possess =
the=0D
-key material established during the handshake; see {{handshake}} and=0D
-{{handshake-properties}}. Similarly, any active attacker that observes p=
ackets=0D
+An attacker that injects packets without being able to observe valid pac=
kets for=0D
</pre>=0D
<p>good catch.</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4878#discussi=
on_r624356279">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -6881,7 +6882,7 @@ that are received on=
 a different network path.=0D
 The Source and Destination Connection ID fields are the primary means of=
=0D
 protection against off-path attack during the handshake; see=0D
 {{validate-handshake}}.  These are required to match those set by a peer=
.=0D
-Except for an Initial and stateless reset packets, an endpoint only acce=
pts=0D
+Except for Initial and stateless reset packets, an endpoint only accepts=
=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Except for Initial and stateless reset packet=
s, an endpoint only accepts=0D
+Except for Initial and Stateless Reset packets, an endpoint only accepts=
=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4878#discussi=
on_r624357453">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -7613,13 +7605,13 @@ The initial conten=
ts of this registry are shown in {{iana-error-table}}.=0D
 | 0x08  | TRANSPORT_PARAMETER_ERROR | Error in transport parameters | {{=
error-codes}} |=0D
 | 0x09  | CONNECTION_ID_LIMIT_ERROR | Too many connection IDs received |=
 {{error-codes}} |=0D
 | 0x0a  | PROTOCOL_VIOLATION        | Generic protocol violation    | {{=
error-codes}} |=0D
-| 0x0b  | INVALID_TOKEN             | Invalid Token Received        | {{=
error-codes}} |=0D
+| 0x0b  | INVALID_TOKEN             | Invalid Token received        | {{=
error-codes}} |=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-| 0x0b  | INVALID_TOKEN             | Invalid=
 Token received        | {{error-codes}} |=0D
+| 0x0b  | INVALID_TOKEN             | Invalid token received        | {{=
error-codes}} |=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/4878#pullrequestreview-649704736">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AFTOJ=
K4WFPKRXPSBTX6XX53TLNM2PANCNFSM433RPYFQ">unsubscribe</a>.<img src=3D"http=
s://github.com/notifications/beacon/AFTOJK7FKOTCGGJZJYZ7CXLTLNM2PA5CNFSM4=
33RPYF2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZ=
GOE243KIA.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/4878#pullrequestrev=
iew-649704736",=0D
"url": "https://github.com/quicwg/base-drafts/pull/4878#pullrequestreview=
-649704736",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_608cb3a74d5f7_a6ac5a896826--


From nobody Fri Apr 30 19:14:35 2021
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 5AA433A2FCF for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 19:14:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.1
X-Spam-Level: 
X-Spam-Status: No, score=-3.1 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_MESSAGE=0.001, MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H2=-0.001, 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 DspuvJm_p4wu for <quic-issues@ietfa.amsl.com>; Fri, 30 Apr 2021 19:14:32 -0700 (PDT)
Received: from smtp.github.com (out-25.smtp.github.com [192.30.252.208]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8D9CF3A2FCE for <quic-issues@ietf.org>; Fri, 30 Apr 2021 19:14:32 -0700 (PDT)
Received: from github.com (hubbernetes-node-612452b.ash1-iad.github.net [10.56.117.61]) by smtp.github.com (Postfix) with ESMTPA id 94DAA840099 for <quic-issues@ietf.org>; Fri, 30 Apr 2021 19:14:31 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1619835271; bh=MchAxzZI4XDcl7dceu+WdI8USaorUWpW/Uct4jTR/A4=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TCJclL0dd946Sx1ldVFPAVQXE+SVikAvLJ3FesWks/TMDPQmbg2FBjRwL8kHa8Y1D c5dCEpdoS+449KJUEQe0qGgB8ovJyMjDQOsiiNyMTArI/W7xAWl1KxBHVd9HbuWRdb ULDZPVMeLDTK9u0yNM/k9iHRggo++601Hd+ynHeM=
Date: Fri, 30 Apr 2021 19:14:31 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJK53F2T4BHRF3YVWUSV6TCNIPEVBNHHDH6YKJI@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/4879/review/649705331@github.com>
In-Reply-To: <quicwg/base-drafts/pull/4879@github.com>
References: <quicwg/base-drafts/pull/4879@github.com>
Subject: Re: [quicwg/base-drafts] Second batch of changes for transport (#4879)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_608cb98791fee_5cc5a81161b2"; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
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/qA013KCk9FjpMro34EAGK_zRepU>
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: Sat, 01 May 2021 02:14:34 -0000

----==_mimepart_608cb98791fee_5cc5a81161b2
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

@janaiyengar commented on this pull request.

Thank you for the work, @martinthomson -- a few comments.

> +  frames, are not sent again when packet loss is detected. Retransmission of
+  these packets is described in {{termination}}.

```suggestion
  frames, are not sent again when packet loss is detected. Resending
  these signals is described in {{termination}}.
```

>  
 
 ### PMTU Probes Containing Source Connection ID {#pmtu-probes-src-cid}
 
-Endpoints that rely on the destination connection ID for routing incoming QUIC
+Endpoints that rely on the Destination Connection ID for routing incoming QUIC

```suggestion
Endpoints that rely on the Destination Connection ID field for routing incoming QUIC
```

>    using header protection; see {{Section 5.4 of QUIC-TLS}}.
 
 Length:
 
-: The length of the remainder of the packet (that is, the Packet Number and
-  Payload fields) in bytes, encoded as a variable-length integer
+: This is the length of the remainder of the packet (that is, the Packet Number
+  and Payload fields) in bytes, encoded as a variable-length integer
   ({{integer-encoding}}).
 
 Packet Number:

The line below should be "This field is"

> @@ -4659,14 +4667,20 @@ Packet Number:
   packet number field is encoded in the Packet Number Length bits of byte 0; see

"this field"

> @@ -4659,14 +4667,20 @@ Packet Number:
   packet number field is encoded in the Packet Number Length bits of byte 0; see
   above.
 
+Packet Payload:
+
+: The payload of the packet, which contains frames that are protected using

```suggestion
: This is the payload of the packet -- a sequence of frames -- and is protected using
```

>  
 The following transport parameters are defined:
 
 original_destination_connection_id (0x00):
 
-: The value of the Destination Connection ID field from the first Initial packet
-  sent by the client; see {{cid-auth}}.  This transport parameter is only sent
-  by a server.
+: This parameter is the value of the Destination Connection ID field from the

Oh, is this to be done only for the first element in a list?

> @@ -5415,14 +5426,14 @@ active_connection_id_limit (0x0e):
 
 initial_source_connection_id (0x0f):
 
-: The value that the endpoint included in the Source Connection ID field of the
-  first Initial packet it sends for the connection; see {{cid-auth}}.
+: This is the value that the endpoint included in the Source Connection ID field

The use of "This is" here (and below) seems to be arbitrary and doesn't seem uniform, but I could be missing something. What is the logic here?

> @@ -6193,8 +6203,8 @@ PROTOCOL_VIOLATION.
 The Retire Prior To field applies to connection IDs established during
 connection setup and the preferred_address transport parameter; see
 {{retire-cid}}. The Retire Prior To field MUST be less than or equal to the

```suggestion
{{retire-cid}}. The value in the Retire Prior To field MUST be less than or equal to the value in the
```

> +Sequence Number field. Receiving a value greater than the value in the Sequence
+Number field MUST be treated as a connection error of type FRAME_ENCODING_ERROR.

```suggestion
Sequence Number field. Receiving a value in the Retire Prior To field that is greater than that in the Sequence
Number field MUST be treated as a connection error of type FRAME_ENCODING_ERROR.
```

-- 
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/4879#pullrequestreview-649705331
----==_mimepart_608cb98791fee_5cc5a81161b2
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p></p>=0D
<p><b>@janaiyengar</b> commented on this pull request.</p>=0D
=0D
<p>Thank you for the work, <a class=3D"user-mention" data-hovercard-type=3D=
"user" data-hovercard-url=3D"/users/martinthomson/hovercard" data-octo-cl=
ick=3D"hovercard-link-click" data-octo-dimensions=3D"link_type:self" href=
=3D"https://github.com/martinthomson">@martinthomson</a> -- a few comment=
s.</p><hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4879#discussi=
on_r624358594">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +  frames, are not sent again when packet =
loss is detected. Retransmission of=0D
+  these packets is described in {{termination}}.=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-  frames, are not sent again when packet loss=
 is detected. Retransmission of=0D
-  these packets is described in {{termination}}.=0D
+  frames, are not sent again when packet loss is detected. Resending=0D
+  these signals is described in {{termination}}.=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4879#discussi=
on_r624359766">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 =0D
 ### PMTU Probes Containing Source Connection ID {#pmtu-probes-src-cid}=0D=

 =0D
-Endpoints that rely on the destination connection ID for routing incomin=
g QUIC=0D
+Endpoints that rely on the Destination Connection ID for routing incomin=
g QUIC=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Endpoints that rely on the Destination Connec=
tion ID for routing incoming QUIC=0D
+Endpoints that rely on the Destination Connection ID field for routing i=
ncoming QUIC=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4879#discussi=
on_r624360839">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;    using header protection; see {{Section =
5.4 of QUIC-TLS}}.=0D
 =0D
 Length:=0D
 =0D
-: The length of the remainder of the packet (that is, the Packet Number =
and=0D
-  Payload fields) in bytes, encoded as a variable-length integer=0D
+: This is the length of the remainder of the packet (that is, the Packet=
 Number=0D
+  and Payload fields) in bytes, encoded as a variable-length integer=0D
   ({{integer-encoding}}).=0D
 =0D
 Packet Number:=0D
</pre>=0D
<p>The line below should be "This field is"</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4879#discussi=
on_r624360989">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -4659,14 +4667,20 @@ Packet Number:=0D
   packet number field is encoded in the Packet Number Length bits of byt=
e 0; see=0D
</pre>=0D
<p>"this field"</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4879#discussi=
on_r624361116">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -4659,14 +4667,20 @@ Packet Number:=0D
   packet number field is encoded in the Packet Number Length bits of byt=
e 0; see=0D
   above.=0D
 =0D
+Packet Payload:=0D
+=0D
+: The payload of the packet, which contains frames that are protected us=
ing=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-: The payload of the packet, which contains f=
rames that are protected using=0D
+: This is the payload of the packet -- a sequence of frames -- and is pr=
otected using=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4879#discussi=
on_r624363257">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt;  =0D
 The following transport parameters are defined:=0D
 =0D
 original_destination_connection_id (0x00):=0D
 =0D
-: The value of the Destination Connection ID field from the first Initia=
l packet=0D
-  sent by the client; see {{cid-auth}}.  This transport parameter is onl=
y sent=0D
-  by a server.=0D
+: This parameter is the value of the Destination Connection ID field fro=
m the=0D
</pre>=0D
<p>Oh, is this to be done only for the first element in a list?</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4879#discussi=
on_r624363780">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -5415,14 +5426,14 @@ active_connection_=
id_limit (0x0e):=0D
 =0D
 initial_source_connection_id (0x0f):=0D
 =0D
-: The value that the endpoint included in the Source Connection ID field=
 of the=0D
-  first Initial packet it sends for the connection; see {{cid-auth}}.=0D=

+: This is the value that the endpoint included in the Source Connection =
ID field=0D
</pre>=0D
<p>The use of "This is" here (and below) seems to be arbitrary and doesn'=
t seem uniform, but I could be missing something. What is the logic here?=
</p>=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4879#discussi=
on_r624365494">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; @@ -6193,8 +6203,8 @@ PROTOCOL_VIOLATION.=0D=

 The Retire Prior To field applies to connection IDs established during=0D=

 connection setup and the preferred_address transport parameter; see=0D
 {{retire-cid}}. The Retire Prior To field MUST be less than or equal to =
the=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-{{retire-cid}}. The Retire Prior To field MUS=
T be less than or equal to the=0D
+{{retire-cid}}. The value in the Retire Prior To field MUST be less than=
 or equal to the value in the=0D
</pre>=0D
=0D
=0D
<hr>=0D
=0D
<p>In <a href=3D"https://github.com/quicwg/base-drafts/pull/4879#discussi=
on_r624365644">draft-ietf-quic-transport.md</a>:</p>=0D
<pre style=3D'color:#555'>&gt; +Sequence Number field. Receiving a value =
greater than the value in the Sequence=0D
+Number field MUST be treated as a connection error of type FRAME_ENCODIN=
G_ERROR.=0D
</pre>=0D
=0D
=E2=AC=87=EF=B8=8F Suggested change=0D
<pre style=3D"color: #555">-Sequence Number field. Receiving a value grea=
ter than the value in the Sequence=0D
-Number field MUST be treated as a connection error of type FRAME_ENCODIN=
G_ERROR.=0D
+Sequence Number field. Receiving a value in the Retire Prior To field th=
at is greater than that in the Sequence=0D
+Number field MUST be treated as a connection error of type FRAME_ENCODIN=
G_ERROR.=0D
</pre>=0D
=0D
=0D
<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&m=
dash;<br />You are receiving this because you are subscribed to this thre=
ad.<br />Reply to this email directly, <a href=3D"https://github.com/quic=
wg/base-drafts/pull/4879#pullrequestreview-649705331">view it on GitHub</=
a>, or <a href=3D"https://github.com/notifications/unsubscribe-auth/AFTOJ=
K5Q6RFGGXOUZVZUKALTLNPYPANCNFSM433S63MQ">unsubscribe</a>.<img src=3D"http=
s://github.com/notifications/beacon/AFTOJK2F5CVTJWS3K2M2YR3TLNPYPA5CNFSM4=
33S63M2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZ=
GOE243O4Y.gif" height=3D"1" width=3D"1" alt=3D"" /></p>=0D
<script type=3D"application/ld+json">[=0D
{=0D
"@context": "http://schema.org",=0D
"@type": "EmailMessage",=0D
"potentialAction": {=0D
"@type": "ViewAction",=0D
"target": "https://github.com/quicwg/base-drafts/pull/4879#pullrequestrev=
iew-649705331",=0D
"url": "https://github.com/quicwg/base-drafts/pull/4879#pullrequestreview=
-649705331",=0D
"name": "View Pull Request"=0D
},=0D
"description": "View this Pull Request on GitHub",=0D
"publisher": {=0D
"@type": "Organization",=0D
"name": "GitHub",=0D
"url": "https://github.com"=0D
}=0D
}=0D
]</script>=

----==_mimepart_608cb98791fee_5cc5a81161b2--

